瀏覽代碼

* debian/control:
- libapt-{pkg,inst} packages should be in section 'libs' instead
of 'admin' as by ftp-master override request in #677596

David Kalnischkies 14 年之前
父節點
當前提交
171963943d
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 3 0
      debian/changelog
  2. 2 0
      debian/control

+ 3 - 0
debian/changelog

@@ -9,6 +9,9 @@ apt (0.9.7.1) UNRELEASED; urgency=low
   [ David Kalnischkies ]
   [ David Kalnischkies ]
   * cmdline/apt-internal-solver.cc, cmdline/apt-mark.cc:
   * cmdline/apt-internal-solver.cc, cmdline/apt-mark.cc:
     - typo fixes and unfuzzy translations
     - typo fixes and unfuzzy translations
+  * debian/control:
+    - libapt-{pkg,inst} packages should be in section 'libs' instead
+      of 'admin' as by ftp-master override request in #677596
 
 
  -- David Kalnischkies <kalnischkies@gmail.com>  Mon, 25 Jun 2012 18:07:13 +0200
  -- David Kalnischkies <kalnischkies@gmail.com>  Mon, 25 Jun 2012 18:07:13 +0200
 
 

+ 2 - 0
debian/control

@@ -41,6 +41,7 @@ Architecture: any
 Multi-Arch: same
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
 Description: package managment runtime library
 Description: package managment runtime library
  This library provides the common functionality for searching and
  This library provides the common functionality for searching and
  managing packages as well as information about packages.
  managing packages as well as information about packages.
@@ -62,6 +63,7 @@ Architecture: any
 Multi-Arch: same
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Section: libs
 Description: deb package format runtime library
 Description: deb package format runtime library
  This library provides methods to query and extract information
  This library provides methods to query and extract information
  from deb packages. This includes the control data and the package
  from deb packages. This includes the control data and the package