]> git.sur5r.net Git - iec16022/commitdiff
Bump version and add library package
authorJan Luebbe <jluebbe@debian.org>
Tue, 27 Oct 2009 11:14:52 +0000 (12:14 +0100)
committerJan Luebbe <jluebbe@debian.org>
Tue, 27 Oct 2009 11:24:18 +0000 (12:24 +0100)
debian/changelog
debian/control

index cb48c43befd0d53c428f09558174ea38997af08b..6296374b0650d842c70db92df7fdd92fc52e1991 100644 (file)
@@ -1,6 +1,8 @@
 iec16022 (0.2.4-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Update to policy 3.8.3 (no changes)
+  * Add library package
 
  -- Jan Lübbe <jluebbe@debian.org>  Tue, 27 Oct 2009 11:39:42 +0100
 
index df4fc698f88fa2512961599a10beec5e943eb8fd..86c51a7880b0a70a2ed7847172f3903ddaabfaf8 100644 (file)
@@ -3,7 +3,7 @@ Section: graphics
 Priority: optional
 Maintainer: Jan Lübbe <jluebbe@debian.org>
 Build-Depends: debhelper (>= 7), zlib1g-dev, libpopt-dev
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://www.datenfreihafen.org/projects/iec16022.html
 Vcs-Browser: http://git.debian.org/?p=users/jluebbe/iec16022.git
 Vcs-Git: git://git.debian.org/git/users/jluebbe/iec16022.git
@@ -18,4 +18,30 @@ Description: Generates 2d ISO/IEC 16022 barcodes (data matrix/semacode)
  .
  http://www.semapedia.org/ for example uses semacode tags to create
  real-world "links" to wikipedia articles.
+
+Package: libiec16022-0
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Library to generate 2d ISO/IEC 16022 barcodes (data matrix/semacode)
+ The library generates a 2d datamatrix/semacode barcode from a
+ parameter or from a file and produces output in various formats (png,
+ eps, ascii-art).
+ .
+ http://www.semapedia.org/ for example uses semacode tags to create
+ real-world "links" to wikipedia articles.
+
+Package: libiec16022-dev
+Architecture: any
+Section: libdevel
+Depends: libiec16022-0 (= ${binary:Version}), ${misc:Depends}
+Description: Development files for the ISO/IEC 16022 barcodes library
+ The library generates a 2d datamatrix/semacode barcode from a
+ parameter or from a file and produces output in various formats (png,
+ eps, ascii-art).
  .
+ http://www.semapedia.org/ for example uses semacode tags to create
+ real-world "links" to wikipedia articles.
+ .
+ Install this package if you want to develop programs using libiec16022.
+