]> git.sur5r.net Git - iec16022/commitdiff
Merge commit 'upstream/0.2.4'
authorJan Luebbe <jluebbe@debian.org>
Tue, 27 Oct 2009 10:29:07 +0000 (11:29 +0100)
committerJan Luebbe <jluebbe@debian.org>
Tue, 27 Oct 2009 10:29:07 +0000 (11:29 +0100)
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/iec16022.docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/watch [new file with mode: 0644]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..9a10549
--- /dev/null
@@ -0,0 +1,27 @@
+iec16022 (0.2.3-2) unstable; urgency=low
+
+  * Fix gitweb URL
+  * Update to policy 3.8.2 (no changes)
+
+ -- Jan Lübbe <jluebbe@debian.org>  Wed, 08 Jul 2009 00:21:40 +0200
+
+iec16022 (0.2.3-1) unstable; urgency=low
+
+  * New upstream release (closes: 497039)
+  * Switch to debhelper 7
+  * Update debian/control and debian/copyright
+
+ -- Jan Lübbe <jluebbe@debian.org>  Wed, 18 Feb 2009 14:10:52 +0100
+
+iec16022 (0.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Created watchfile
+
+ -- Jan Luebbe <jluebbe@lasnet.de>  Mon,  6 Feb 2006 23:17:11 +0100
+
+iec16022 (0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #347267)
+
+ -- Jan Luebbe <jluebbe@lasnet.de>  Wed, 10 Jan 2006 11:45:06 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..df4fc69
--- /dev/null
@@ -0,0 +1,21 @@
+Source: iec16022
+Section: graphics
+Priority: optional
+Maintainer: Jan Lübbe <jluebbe@debian.org>
+Build-Depends: debhelper (>= 7), zlib1g-dev, libpopt-dev
+Standards-Version: 3.8.2
+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
+
+Package: iec16022
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Generates 2d ISO/IEC 16022 barcodes (data matrix/semacode)
+ The program 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.
+ .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..450aaa9
--- /dev/null
@@ -0,0 +1,29 @@
+This package was debianized by Jan Luebbe <jluebbe@lasnet.de> on
+Thu,  10 Jan 2006 10:11:14 +0100.
+
+It was downloaded from http://www.datenfreihafen.org/projects/iec16022.html
+
+Copyright Holders:
+ © 2004 Adrian Kennard, Andrews & Arnold Ltd
+ © 2006-2007 Stefan Schmidt <stefan@datenfreihafen.org>
+
+ The Reed-Solomon encoder is © Cliff Hones 2004
+
+License:
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian GNU/Linux systems, the text of the GPLv2 can be found in
+/usr/share/common-licenses/GPL-2.
diff --git a/debian/iec16022.docs b/debian/iec16022.docs
new file mode 100644 (file)
index 0000000..5502ed8
--- /dev/null
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..6d9e3bf
--- /dev/null
@@ -0,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+       dh build
+       touch build-stamp
+
+clean:
+       dh clean
+
+install: build install-stamp
+install-stamp:
+       dh install
+       touch install-stamp
+
+binary-arch: install
+       dh binary-arch
+
+binary-indep: install
+       dh binary-indep
+
+binary: binary-arch binary-indep
+
diff --git a/debian/watch b/debian/watch
new file mode 100644 (file)
index 0000000..85925ba
--- /dev/null
@@ -0,0 +1,3 @@
+version=3
+http://www.datenfreihafen.org/~stefan/iec16022/iec16022-([\d\.]+).tar.gz
+