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
|
libmoosex-getopt-perl (0.15-1) unstable; urgency=low
* New upstream release.
* Remove do-not-erase-META-nor-Makefile.PL.patch, there is no Build.PL to be
patched any more; refresh pod-meta-add.patch.
* debian/rules: patches were not applied, add necessary quilt fragments.
* debian/copyright: update years of copyright, add copyright/license
information for files under inc/.
* debian/control: change my email address.
-- gregor herrmann <gregoa@debian.org> Sat, 26 Jul 2008 18:30:54 +0200
libmoosex-getopt-perl (0.14-1) unstable; urgency=low
* New upstream release WAITS FOR Getopt::Long::Descriptive
* debian/control:
+ Build-Depends: libmodule-build-perl replaced by libmodule-install-perl,
increase debhelper dependency to (>= 7), libgetopt-long-descriptive-perl
added
+ Standards-Version: updated to 3.8.0
+ Uploaders: added me
* debian/rules: used simple example from debhelper 7
* debian/compat: increase to 7
-- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Fri, 11 Jul 2008 16:11:47 +0200
libmoosex-getopt-perl (0.12-1) unstable; urgency=low
* New upstream release.
-- Roberto C. Sanchez <roberto@debian.org> Sun, 16 Mar 2008 22:48:46 -0400
libmoosex-getopt-perl (0.11-1) unstable; urgency=low
* New upstream release.
* Set debhelper compatibility level to 6.
* debian/watch: use improved regexp.
* debian/copyright: add Niko to packaging copyright and adjust years.
* Add /me to Uploaders.
-- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 29 Jan 2008 17:26:34 +0100
libmoosex-getopt-perl (0.08-1) unstable; urgency=low
[ gregor herrmann ]
* New upstream release.
* debian/watch: use dist-based URL.
* Adapt pod-section patch.
* Set Standards-Version to 3.7.3 (no further changes needed).
* debian/rules:
- let -stamp targets only depend on other -stamp targets, and non -stamp
targets on their respective -stamp targets
- move dh_clean before $(MAKE) distclean
* Add libtest-exception-perl to build dependencies.
* debian/copyright:
- add generic upstream URL
- remove dh-make-perl notice to packager
* Add libclass-mop-perl (>= 0.49) and libmoose-perl (>= 0.33) to build
dependencies.
* debian/copyright: replace single tab by spaces.
[ Martín Ferrari ]
* New upstream release (0.08).
* debian/copyright: converted to new format.
* debian/control: added version to libmoose-perl build dependency.
* debian/patches/do-not-erase-META-nor-Makefile.PL.patch: we don't want
anything to be modified after a make clean.
[ Niko Tyni ]
* Merge gregor's changelog entries.
* Add myself to Uploaders and remove Rene, as per the pkg-perl policy.
-- Niko Tyni <ntyni@debian.org> Fri, 28 Dec 2007 21:27:47 +0200
libmoosex-getopt-perl (0.05-2) unstable; urgency=medium
[ Damyan Ivanov ]
* Bumped urgency to medium, as we fix FTBFS bug
* added create_pachlist=0 to install call to avoid creating .packlist files.
Thanks, lintian
* Move testsuite from install to build target
* Fix debian/watch to not capture orig.tar.gz file extension
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
[ Rene Mayorga ]
* Adding patch from Niko Tiny <ntyni@iki.fi>
+ Include a propper pod section for Moose Metaclass, in order to
past the pod-coverage test (Closes: #445805)
* debian/control - Add quilt as Build-Depends-Indep
* debian/rules - We use quilt now
* Add myself to Uploaders
-- Damyan Ivanov <dmn@debian.org> Tue, 16 Oct 2007 22:34:07 +0300
libmoosex-getopt-perl (0.05-1) unstable; urgency=low
* Initial Release (Closes: #438488 -- ITP)
-- Damyan Ivanov <dmn@debian.org> Fri, 17 Aug 2007 15:57:44 +0300
|