]> git.donarmstrong.com Git - deb_pkgs/libhtml-calendarmonth-perl.git/commitdiff
New upstream release
authorDon Armstrong <don@donarmstrong.com>
Tue, 21 Jun 2016 03:37:05 +0000 (20:37 -0700)
committerDon Armstrong <don@donarmstrong.com>
Tue, 21 Jun 2016 03:37:05 +0000 (20:37 -0700)
* New upstream release
  - Fixes FTBFS in i18n testing (closes: #805547)
* Switch to dh style rules
* Bump standards version

debian/changelog
debian/compat
debian/control
debian/rules

index ca4dbb285c49aac0dc4ccd4d5f3ce53e61bc77b7..7674e0185407f4ef5f327085d9b3a288deda6f8a 100644 (file)
@@ -1,3 +1,12 @@
+libhtml-calendarmonth-perl (2.04-1) unstable; urgency=medium
+
+  * New upstream release
+    - Fixes FTBFS in i18n testing (closes: #805547)
+  * Switch to dh style rules
+  * Bump standards version
+
+ -- Don Armstrong <don@debian.org>  Mon, 20 Jun 2016 20:34:35 -0700
+
 libhtml-calendarmonth-perl (1.26-1) unstable; urgency=low
 
   * New upstream release
index 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..ec635144f60048986bc560c5576355344005e6e7 100644 (file)
@@ -1 +1 @@
-7
+9
index 8bbd5c8ec73bfeb33f0b15ab558804459a282243..3ca43ab313156fb0bc93c8a293aa2f9a47121854 100644 (file)
@@ -1,9 +1,9 @@
 Source: libhtml-calendarmonth-perl
 Section: perl
 Priority: extra
-Standards-Version: 3.9.2
+Standards-Version: 3.9.8
 Maintainer: Don Armstrong <don@debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libhtml-element-extended-perl (>=1.18-0), libdatetime-locale-perl, libclass-accessor-perl, libdate-calc-perl, libdate-manip-perl, libdatetime-perl, libfile-which-perl
 
 Package: libhtml-calendarmonth-perl
index 88a6d4229d1a39fcff1780802be7ec59b8738514..2d33f6ac8992b7da84b39a5bca0742c4962d3349 100755 (executable)
@@ -1,68 +1,4 @@
 #!/usr/bin/make -f
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-DESTDIR=$(CURDIR)/debian/$(shell dh_listpackages|head -n 1)
-
-build-arch: build
-build-indep: build
-
-build: build-stamp
-build-stamp:
-       dh_testdir
-
-       perl Makefile.PL INSTALLDIRS=vendor
-       $(MAKE)
-
-       touch $@
-
-test: test-stamp
-test-stamp:
-       dh_testdir
-       $(MAKE) test
-       touch $@
-
-
-clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp test-stamp
-
-       if [ -e Makefile ]; then $(MAKE) distclean; fi
-
-       dh_clean
-
-install: build test
-       dh_testdir
-       dh_testroot
-       dh_prep
-       dh_installdirs
-
-       $(MAKE) install PREFIX=$(DESTDIR)/usr
-       [ ! -d $(DESTDIR)/usr/lib/perl5 ] || \
-               rmdir -p --ignore-fail-on-non-empty $(DESTDIR)/usr/lib/perl5
-
-# Build architecture-independent files here.
-binary-indep: build install
-       dh_testdir
-       dh_testroot
-       dh_installchangelogs
-       dh_installdocs
-       dh_installexamples
-       dh_installman
-       dh_link
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_perl
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-# Build architecture-dependent files here.
-binary-arch: 
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+       dh $@