r28882 - in /trunk/libtest-number-delta-perl/debian: changelog compat control libtest-number-delta-perl.docs rules
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Mon Dec 29 00:36:29 UTC 2008
Author: ryan52-guest
Date: Mon Dec 29 00:36:26 2008
New Revision: 28882
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28882
Log:
* dh 7
* add docs
Added:
trunk/libtest-number-delta-perl/debian/libtest-number-delta-perl.docs
Modified:
trunk/libtest-number-delta-perl/debian/changelog
trunk/libtest-number-delta-perl/debian/compat
trunk/libtest-number-delta-perl/debian/control
trunk/libtest-number-delta-perl/debian/rules
Modified: trunk/libtest-number-delta-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-number-delta-perl/debian/changelog?rev=28882&op=diff
==============================================================================
--- trunk/libtest-number-delta-perl/debian/changelog (original)
+++ trunk/libtest-number-delta-perl/debian/changelog Mon Dec 29 00:36:26 2008
@@ -10,8 +10,10 @@
Uploaders.
* Add debian/watch.
* Add me to uploaders, remove old maintainer(s)
+ * dh 7
+ * add docs
- -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 28 Dec 2008 01:06:35 -0800
+ -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 28 Dec 2008 16:36:19 -0800
libtest-number-delta-perl (1.03-1) unstable; urgency=low
Modified: trunk/libtest-number-delta-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-number-delta-perl/debian/compat?rev=28882&op=diff
==============================================================================
--- trunk/libtest-number-delta-perl/debian/compat (original)
+++ trunk/libtest-number-delta-perl/debian/compat Mon Dec 29 00:36:26 2008
@@ -1,1 +1,1 @@
-5
+7
Modified: trunk/libtest-number-delta-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-number-delta-perl/debian/control?rev=28882&op=diff
==============================================================================
--- trunk/libtest-number-delta-perl/debian/control (original)
+++ trunk/libtest-number-delta-perl/debian/control Mon Dec 29 00:36:26 2008
@@ -1,7 +1,7 @@
Source: libtest-number-delta-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5), libmodule-build-perl, perl (>= 5.6.0-16), perl-modules
+Build-Depends: debhelper (>= 7), libmodule-build-perl, perl (>= 5.6.0-16), perl-modules
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
Standards-Version: 3.7.2
Added: trunk/libtest-number-delta-perl/debian/libtest-number-delta-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-number-delta-perl/debian/libtest-number-delta-perl.docs?rev=28882&op=file
==============================================================================
--- trunk/libtest-number-delta-perl/debian/libtest-number-delta-perl.docs (added)
+++ trunk/libtest-number-delta-perl/debian/libtest-number-delta-perl.docs Mon Dec 29 00:36:26 2008
@@ -1,0 +1,2 @@
+Todo
+README
Modified: trunk/libtest-number-delta-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtest-number-delta-perl/debian/rules?rev=28882&op=diff
==============================================================================
--- trunk/libtest-number-delta-perl/debian/rules (original)
+++ trunk/libtest-number-delta-perl/debian/rules Mon Dec 29 00:36:26 2008
@@ -1,70 +1,23 @@
#!/usr/bin/make -f
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
+build: build-stamp
+build-stamp:
+ dh build
+ touch $@
-PACKAGE=$(shell dh_listpackages)
+clean:
+ dh $@
-ifndef PERL
-PERL = /usr/bin/perl
-endif
+install: install-stamp
+install-stamp: build-stamp
+ dh install
+ touch $@
-TMP =$(CURDIR)/debian/$(PACKAGE)
+binary-arch:
-build:
- dh_testdir
-
- # Add here commands to compile the package.
- $(PERL) Build.PL installdirs=vendor
- $(PERL) Build
+binary-indep: install
+ dh $@
- touch build-stamp
+binary: binary-arch binary-indep
-clean:
- dh_testdir
- dh_testroot
-
- # Add here commands to clean up after the build process.
- -$(PERL) Build clean
- rm -rf _build build-stamp Build
-
- dh_clean
-
-install:
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- # Add here commands to install the package into debian/tmp.
- $(PERL) Build test
- $(PERL) Build install destdir=$(TMP)
-
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installexamples
- dh_installdocs README
- dh_installchangelogs Changes
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_perl
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-source diff:
- @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build build-stamp clean clean-unpatched binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build
More information about the Pkg-perl-cvs-commits
mailing list