r38414 - in /trunk/libcurses-perl/debian: changelog control rules
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Mon Jun 22 03:27:36 UTC 2009
Author: ryan52-guest
Date: Mon Jun 22 03:27:30 2009
New Revision: 38414
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38414
Log:
Ready for upload.
Modified:
trunk/libcurses-perl/debian/changelog
trunk/libcurses-perl/debian/control
trunk/libcurses-perl/debian/rules
Modified: trunk/libcurses-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/debian/changelog?rev=38414&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/changelog (original)
+++ trunk/libcurses-perl/debian/changelog Mon Jun 22 03:27:30 2009
@@ -1,12 +1,15 @@
-libcurses-perl (1.27-2) UNRELEASED; urgency=low
+libcurses-perl (1.27-2) unstable; urgency=low
[ Nathan Handler ]
* debian/watch: Update to ignore development releases.
[ Ryan Niebur ]
* patch from Barry deFreese to fix build on Hurd (Closes: #533698)
-
- -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 21 Jun 2009 20:20:13 -0700
+ * Add myself to Uploaders
+ * Debian Policy 3.8.2
+ * update d/rules format a bit
+
+ -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 21 Jun 2009 20:27:26 -0700
libcurses-perl (1.27-1) unstable; urgency=low
Modified: trunk/libcurses-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/debian/control?rev=38414&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/control (original)
+++ trunk/libcurses-perl/debian/control Mon Jun 22 03:27:30 2009
@@ -5,12 +5,12 @@
Uploaders: Jay Bonci <jaybonci at debian.org>,
Damyan Ivanov <dmn at debian.org>, Niko Tyni <ntyni at debian.org>,
gregor herrmann <gregoa at debian.org>,
- Gunnar Wolf <gwolf at debian.org>
-Standards-Version: 3.8.0
+ Gunnar Wolf <gwolf at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
+Standards-Version: 3.8.2
Homepage: http://search.cpan.org/dist/Curses/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcurses-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcurses-perl/
-Build-Depends: perl (>= 5.8), libncursesw5-dev, debhelper (>= 7)
+Build-Depends: perl (>= 5.8), libncursesw5-dev, debhelper (>= 7.0.8), quilt (>= 0.46-7)
Package: libcurses-perl
Architecture: any
Modified: trunk/libcurses-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcurses-perl/debian/rules?rev=38414&op=diff
==============================================================================
--- trunk/libcurses-perl/debian/rules (original)
+++ trunk/libcurses-perl/debian/rules Mon Jun 22 03:27:30 2009
@@ -2,28 +2,11 @@
PERL ?= /usr/bin/perl
-build: build-stamp
-build-stamp:
- dh build --before dh_auto_configure
+override_dh_auto_configure:
$(PERL) Makefile.PL PANELS MENUS FORMS INSTALLDIRS=vendor
- dh build --after dh_auto_configure
- touch $@
-clean:
- dh $@
+override_dh_installchangelogs:
+ dh_installchangelogs HISTORY
-install: install-stamp
-install-stamp: build-stamp
- dh install --before dh_installchangelogs
- dh_installchangelogs HISTORY
- dh install --after dh_installchangelogs
- touch $@
-
-binary-arch: install
- dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+ dh --with quilt $@
More information about the Pkg-perl-cvs-commits
mailing list