[Debtags-commits] [svn] r1086 - branches/bigmerge/debtags/debian

Benjamin Mesing bmesing-guest at costa.debian.org
Fri Aug 5 14:32:56 UTC 2005


Author: bmesing-guest
Date: Fri Aug  5 14:32:55 2005
New Revision: 1086

Modified:
   branches/bigmerge/debtags/debian/control
Log:
[Bigmerge]
Committed merged control file which was accidently done in the wrong
  directory by me (and was not done in 1076 as stated in the log)


Modified: branches/bigmerge/debtags/debian/control
==============================================================================
--- branches/bigmerge/debtags/debian/control	(original)
+++ branches/bigmerge/debtags/debian/control	Fri Aug  5 14:32:55 2005
@@ -1,11 +1,11 @@
 Source: debtags
-Section: admin
 Priority: optional
 Maintainer: Enrico Zini <enrico at debian.org>
-Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, apt, libdebtags1-dev (>= 1.0.7), libdebtags1-dev (<< 1.1)
+Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, pkg-config, apt, c++abi2-dev, cdbs, zlib1g-dev, libtagcoll1-dev (>= 1.0.6), libtagcoll1-dev (<< 1.1), libtagcoll1-pic (>= 1.0.5), libtagcoll1-pic (<< 1.1), libapt-pkg-dev (>= 0.6.39), doxygen, graphviz, swig, python-dev
 Standards-Version: 3.6.2.0
 
 Package: debtags
+Section: admin
 Architecture: any
 Depends: apt, ${shlibs:Depends} ${misc:Depends} ${perl:Depends}
 Description: Enables support for package tags
@@ -22,3 +22,81 @@
  .
  For more information, see the Debtags homepage at:
  http://debtags.alioth.debian.org
+
+
+Package: libdebtags1-dev
+Section: libdevel
+Architecture: any
+Depends: libtagcoll1-dev (>= 1.0), libtagcoll1-dev (<< 1.1), libapt-pkg-dev
+Recommends: pkg-config
+Conflicts: libdebtags-dev
+Description: Next generation Debian package categorization system (development version)
+ libdebtags provides functionality to search and categorize debian packages
+ using the Debtags and APT databases.  Functions provided:
+ .
+  * search packages by normal debian/control fields and package tags
+  * find packages related to a given one
+  * edit debtags package categorization, with undo support
+  * save and submit tag patches to the central tag archive
+ .
+ libdebtags is written with the intent to make it easy and efficient for
+ applications to include debtags support.
+ .
+ Warning: the API has not yet been stabilized and is subject to change in
+ future versions.  This is why the library is distributed in a -dev package
+ only.
+ .
+ For more information, see the Debtags homepage at:
+ http://debtags.alioth.debian.org
+
+Package: libdebtags1-pic
+Section: libdevel
+Architecture: any
+Depends: libdebtags1-dev
+Description: Next generation Debian package categorization system (PIC library version)
+ libdebtags provides functionality to search and categorize debian packages
+ using the Debtags and APT databases.  Functions provided:
+ .
+  * search packages by normal debian/control fields and package tags
+  * find packages related to a given one
+  * edit debtags package categorization, with undo support
+  * save and submit tag patches to the central tag archive
+ .
+ libdebtags is written with the intent to make it easy and efficient for
+ applications to include debtags support.
+ .
+ Warning: the API has not yet been stabilized and is subject to change in
+ future versions.  This is why the library is distributed in a -dev package
+ only.
+ .
+ This package contains a library with position independent code that can be
+ used to link tagcoll functions into shared objects such as perl or python
+ bindings.
+ .
+ For more information, see the Debtags homepage at:
+ http://debtags.alioth.debian.org
+
+Package: python-debtags
+Section: python
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}
+Description: Next generation Debian package categorization system (Python module)
+ libdebtags provides functionality to search and categorize debian packages
+ using the Debtags and APT databases.  Functions provided:
+ .
+  * search packages by normal debian/control fields and package tags
+  * find packages related to a given one
+  * edit debtags package categorization, with undo support
+  * save and submit tag patches to the central tag archive
+ .
+ libdebtags is written with the intent to make it easy and efficient for
+ applications to include debtags support.
+ .
+ Warning: the API has not yet been stabilized and is subject to change in
+ future versions.  This is why the library is distributed in a -dev package
+ only.
+ .
+ This package contains the python wrapper for libdebtags.
+ .
+ For more information, see the Debtags homepage at:
+ http://debtags.alioth.debian.org



More information about the Debtags-commits mailing list