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
|
libcgi-uploader-perl (2.17-1) unstable; urgency=low
[ Jeremiah C. Foster ]
* New upstream release
[ gregor herrmann ]
* Set Standards-Version to 3.8.1 (no changes).
* debian/control:
- switch Vcs-Browser field to ViewSVN
- change my email address
- make short description a noun phrase
- remove unused build dependencies
* debian/copyright: switch to new format.
* Set debhelper compatibility level to 7; adapt
debian/{control,compat,rules}.
* Add patch to fix the POD of lib/CGI/Uploader/Transform/ImageMagick.pm; add
quilt framework and debian/README.source.
-- gregor herrmann <gregoa@debian.org> Mon, 27 Apr 2009 15:24:26 +0200
libcgi-uploader-perl (2.15-2) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed:
Homepage pseudo-field (Description); XS-Vcs-Svn fields.
* debian/rules: delete /usr/lib/perl5 only if it exists.
Closes: #467717 -- FTBFS with Perl 5.10: the empty /usr/lib/perl5 is gone
[ Damyan Ivanov ]
* debian/watch: use dist-based URL.
* debian/rules: clean up
+ use "$@" when touching stamps
+ fix install(-stamp) dependencies
+ use $(TMP) instead of $(CURDIR)/debian/....
+ install is .PHONY too
* Standards-Version: 3.7.3 (no changes needed)
* debian/rules: remove empty friends_photos/uploads/ directory from examples
-- Damyan Ivanov <dmn@debian.org> Fri, 07 Mar 2008 09:39:40 +0200
libcgi-uploader-perl (2.15-1) unstable; urgency=low
* New upstream release
no functionality changes; improved importing code style; clarify docs
regarding file_scheme vs. file_name
* Cleaned debian/rules
+ Dropped unneeded OPTIMIZE="..."
+ Dropped unneeded dh_* calls + Moved dh_clean \$stamp_files before
distclean
+ Added debian/*.examples content to dh_installexamples call
+ Moved (disabled) test suite from install to build target
* Changed upstream source URL to be author/version neutral
* debian/control:
+ fixed a typo in short description
+ Added Homepage:
* Added myself to Uploaders
-- Damyan Ivanov <dmn@debian.org> Mon, 17 Sep 2007 16:34:36 +0300
libcgi-uploader-perl (2.14-2) unstable; urgency=low
[ gregor herrmann ]
* Add watch file.
* Move lib*-perl from Build-Depends to Build-Depends-Indep.
* Add ${perl:Depends}, ${misc:Depends} to Depends.
[ Jaldhar H. Vyas ]
* Added location of upstream tarball to debian/copyright.
-- Jaldhar H. Vyas <jaldhar@debian.org> Mon, 27 Aug 2007 02:30:09 -0400
libcgi-uploader-perl (2.14-1) unstable; urgency=low
* Initial Release.
-- Jaldhar H. Vyas <jaldhar@debian.org> Fri, 24 Aug 2007 09:22:16 -0400
|