r19868 - in /trunk/libcoat-perl/debian: changelog control rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sun May 11 22:23:16 UTC 2008
Author: gregoa
Date: Sun May 11 22:23:15 2008
New Revision: 19868
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19868
Log:
* Refresh debian/rules, no functional changes.
* debian/control: change my email address.
Modified:
trunk/libcoat-perl/debian/changelog
trunk/libcoat-perl/debian/control
trunk/libcoat-perl/debian/rules
Modified: trunk/libcoat-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/changelog?rev=19868&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/changelog (original)
+++ trunk/libcoat-perl/debian/changelog Sun May 11 22:23:15 2008
@@ -1,8 +1,13 @@
libcoat-perl (0.2-1) unstable; urgency=low
+ [ Jose Luis Rivas ]
* New upstream release.
* Now the version don't have the underscore. (Closes: #479994)
* Added me to uploaders.
+
+ [ gregor herrmann ]
+ * Refresh debian/rules, no functional changes.
+ * debian/control: change my email address.
-- Jose Luis Rivas <ghostbar38 at gmail.com> Sun, 11 May 2008 17:36:53 -0430
Modified: trunk/libcoat-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/control?rev=19868&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/control (original)
+++ trunk/libcoat-perl/debian/control Sun May 11 22:23:15 2008
@@ -5,7 +5,7 @@
Build-Depends-Indep: perl (>= 5.8.8-12), libtest-exception-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Alexis Sukrieh <sukria at debian.org>,
- gregor herrmann <gregor+debian at comodo.priv.at>,
+ gregor herrmann <gregoa at debian.org>,
Jose Luis Rivas <ghostbar38 at gmail.com>
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcoat-perl/
Modified: trunk/libcoat-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcoat-perl/debian/rules?rev=19868&op=diff
==============================================================================
--- trunk/libcoat-perl/debian/rules (original)
+++ trunk/libcoat-perl/debian/rules Sun May 11 22:23:15 2008
@@ -11,32 +11,22 @@
# always return the default without waiting for user input.
export PERL_MM_USE_DEFAULT=1
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP =$(CURDIR)/debian/$(PACKAGE)
+PERL ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
build: build-stamp
build-stamp:
dh_testdir
-
- # Add commands to compile the package here
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
$(MAKE) test
-
touch $@
clean:
dh_testdir
dh_testroot
-
dh_clean build-stamp install-stamp
-
- # Add commands to clean up after the build process here
[ ! -f Makefile ] || $(MAKE) realclean
install: install-stamp
@@ -44,12 +34,10 @@
dh_testdir
dh_testroot
dh_clean -k
-
- # Add commands to install the package into $(TMP) here
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
- [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
+ [ ! -d $(TMP)/usr/lib/perl5 ] || \
+ rmdir --ignore-fail-on-non-empty --parents --verbose \
+ $(TMP)/usr/lib/perl5
touch $@
binary-arch:
@@ -68,8 +56,5 @@
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 clean binary-indep binary-arch binary install
More information about the Pkg-perl-cvs-commits
mailing list