1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
qrencode (3.4.3-1) unstable; urgency=low
* New upstream release (Closes: 734138). Thanks to Daniel Baumann
and Sam Morris.
* debian/control (Standards-Version): conforms to 3.9.5.
-- NIIBE Yutaka <gniibe@fsij.org> Tue, 27 May 2014 13:10:06 +0000
qrencode (3.4.2-1) unstable; urgency=low
* New upstream release.
-- NIIBE Yutaka <gniibe@fsij.org> Tue, 09 Jul 2013 07:16:53 +0000
qrencode (3.4.1-1) unstable; urgency=low
* New upstream release.
* debian/rules (DH_OPTIONS): Add.
-- NIIBE Yutaka <gniibe@fsij.org> Sat, 24 Nov 2012 14:41:04 +0900
qrencode (3.3.0-2) unstable; urgency=low
* debian/rules: Remove --with quilt.
* debian/control
- (Build-Depends): Remove quilt.
* debian/patches/03_libpthread_handling_fix: Fix to AC_SUBST (was: AC_DEFINE).
-- NIIBE Yutaka <gniibe@fsij.org> Mon, 02 Apr 2012 11:58:38 +0900
qrencode (3.3.0-1) unstable; urgency=low
* New upstream release.
- debian/patches/series: Disable 00_config_fix and 01_pkg_config_fix.
* debian/libqrencode3.symbols: Add a symbols file to catch ABI
change (Closes: #637347). Thanks to Felix Geyer.
* debian/control
- (Build-Depends): Add quilt.
- qrencode (Description): Add a description for EPS support.
- libqrencode3 (Section): Remove.
- libqrencode3 (Description): Add a line to explain this runtime package.
- libqrencode-dev (Description): Add a line to explain this dev package.
* debian/rules: Add --with quilt.
* debian/patches/02_manual_fix: New. Distinguish hyphen and minus for roff.
* debian/patches/03_libpthread_handling_fix: New. Handle -lpthread.
-- NIIBE Yutaka <gniibe@fsij.org> Mon, 02 Apr 2012 10:25:18 +0900
qrencode (3.2.0-2) unstable; urgency=low
* debian/rules: Add --with autoreconf.
* debian/source/format: New.
* debian/patches/00_configure_fix: New. Fix for configure variable
HAVE_LIBPTHREAD which affects tests/Makefile.
* debian/patches/01_pkg_config_fix: New. Fix pkg-config file generation
(Closes: #666247). Thanks to Jakob Haufe.
* debian/control (libqrencode3 Multi-Arch): Add.
-- NIIBE Yutaka <gniibe@fsij.org> Fri, 30 Mar 2012 11:58:08 +0900
qrencode (3.2.0-1) unstable; urgency=low
* New upstream release.
- Linking libpng has been changed (Closes: #641893).
- '\0' is supported (Closes: #604882).
* debian/control (Build-Depends): Change libpng-dev (was: libpng12-dev).
(Closes: #650601). Thanks to Nobuhiro Iwamatsu.
* debian/control (Build-Depends): Require debhelper >= 9.
* debian/compat: Require 9.
* debian/dirs, debian/libqrencode3.dirs, debian/libqrencode-dev.dirs: Remove.
* debian/copyright: Write in the format of copyright-format 1.0.
* debian/rules: as simple as possible.
(override_dh_auto_configure): Support --with-tests.
(override_dh_auto_test): Run tests.
Thanks to Felix Geyer (Closes: #637344).
* debian/libqrencode3.install, libqrencode-dev.install: Support Multiarch.
* debian/control (libqrencode3 Pre-Depends): Add multiarch-support.
-- NIIBE Yutaka <gniibe@fsij.org> Thu, 29 Mar 2012 14:34:17 +0900
qrencode (3.1.1-1) unstable; urgency=low
* New upstream release.
-- NIIBE Yutaka <gniibe@fsij.org> Wed, 03 Feb 2010 15:12:18 +0900
qrencode (3.0.3-1) unstable; urgency=low
* New upstream release.
* debian/control (Standards-Version): Conform to 3.8.0.
(Package): New package, libqrencode3.
* debian/libqrencode3.{dirs,install}: New files.
* debian/libqrencode2.{dirs,install}: Removed.
* debian/{postinst,postrm}: Removed as not used.
-- NIIBE Yutaka <gniibe@fsij.org> Tue, 01 Jul 2008 11:53:54 +0900
qrencode (2.0.0-2) unstable; urgency=low
* debian/control (Build-Depends): Added pkg-config.
-- NIIBE Yutaka <gniibe@fsij.org> Mon, 25 Feb 2008 23:22:10 +0900
qrencode (2.0.0-1) unstable; urgency=low
* Initial release (Closes: #411710).
-- NIIBE Yutaka <gniibe@fsij.org> Mon, 18 Feb 2008 17:21:04 +0900
|