[libschedule-cron-perl] 03/19: Import Debian changes 0.05-6

gregor herrmann gregoa at debian.org
Thu Jun 29 21:55:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libschedule-cron-perl.

commit 324aea39cec2e75ec5d41b787456149d3683165d
Author: Eric Van Buggenhaut <ericvb at debian.org>
Date:   Sat Nov 4 00:39:46 2006 +0100

    Import Debian changes 0.05-6
    
    libschedule-cron-perl (0.05-6) unstable; urgency=low
    
      * Add a binary-arch target to debian/rules (closes: #395614)
      * Bumped Standards-Version to 3.7.2
---
 debian/changelog |  7 +++++++
 debian/compat    |  1 +
 debian/control   |  5 +++--
 debian/copyright |  3 +--
 debian/rules     | 22 ++++++----------------
 5 files changed, 18 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b2894b3..8b886eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libschedule-cron-perl (0.05-6) unstable; urgency=low
+
+  * Add a binary-arch target to debian/rules (closes: #395614)
+  * Bumped Standards-Version to 3.7.2
+
+ -- Eric Van Buggenhaut <ericvb at debian.org>  Sat,  4 Nov 2006 00:39:46 +0100
+
 libschedule-cron-perl (0.05-5) unstable; urgency=low
 
   * Included pointer to Perl license in debian/copyright
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
index ddc41f3..486f8f9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: libschedule-cron-perl
 Section: perl
 Priority: optional
 Maintainer: Eric Van Buggenhaut <ericvb at debian.org>
-Build-Depends-Indep: debhelper (>=3.0.18), perl(>=5.6.0-16), libtime-modules-perl
-Standards-Version: 3.6.1
+Build-Depends-Indep: perl(>=5.6.0-16), libtime-modules-perl
+Build-Depends: debhelper (>= 3.0.18)
+Standards-Version: 3.7.2
 
 Package: libschedule-cron-perl
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index ed67ca1..ba3682e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,8 +3,7 @@ Thu,  3 Jan 2002 18:03:14 +0100.
 
 It was downloaded from 
 
-http://search.cpan.org/doc/ROLAND/Schedule-Cron-0.05
-
+http://search.cpan.org/dist/Schedule-Cron/
 
 Copyright 1999,2000 Roland Huss.
 
diff --git a/debian/rules b/debian/rules
index 77adc9a..7ee57a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
 
 tmp=$(shell pwd)/debian/libschedule-cron-perl
 
@@ -38,30 +36,22 @@ install: build
 
 	# Add here commands to install the package into debian/tmp.
 	$(MAKE) install PREFIX=$(tmp)/usr
-	#-find debian/tmp/usr/lib/perl5 -type d -empty | xargs rmdir -p
-	#mv debian/libschedule-cron-perl/usr/share/man/man3/Schedule\:\:Cron.3pm \
-	#  debian/libschedule-cron-perl/usr/share/man/man3/Schedule\:\:Cron.3perl
 
-
-# Build architecture-independent files here.
-binary-indep: build install
-#	dh_testversion
-	dh_testdir
-	dh_testroot
-#	dh_installdebconf	
 	dh_installdocs
-#	dh_undocumented
 	dh_installchangelogs ChangeLog
-#	dh_link
-#	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
 	dh_installdeb
 	dh_perl
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
 
+# Build architecture-independent files here.
+binary-indep: build install
+
+# Build architecture-dependent files here.
+binary-arch:
+
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libschedule-cron-perl.git



More information about the Pkg-perl-cvs-commits mailing list