From 6936b8c86578ac555696341c9c8269f6bd4c73c5 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Tue, 27 Oct 2009 12:14:52 +0100 Subject: [PATCH] Bump version and add library package --- debian/changelog | 2 ++ debian/control | 28 +++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cb48c43..6296374 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 27 Oct 2009 11:39:42 +0100 diff --git a/debian/control b/debian/control index df4fc69..86c51a7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: graphics Priority: optional Maintainer: Jan Lübbe 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. + -- 2.39.2