r18038 - in /trunk/libdbd-pg-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Mar 27 16:20:13 UTC 2008


Author: gregoa-guest
Date: Thu Mar 27 16:20:13 2008
New Revision: 18038

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18038
Log:
debian/rules:
- use DESTDIR and TMP for make install
- remove commented out dh_installexamples
- activate test suite (and add libtest-yaml-meta-perl,               
libperl-critic-perl to build dependencies)
- remove obsolete source and diff targets

Modified:
    trunk/libdbd-pg-perl/debian/changelog
    trunk/libdbd-pg-perl/debian/control
    trunk/libdbd-pg-perl/debian/rules

Modified: trunk/libdbd-pg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/changelog?rev=18038&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/changelog (original)
+++ trunk/libdbd-pg-perl/debian/changelog Thu Mar 27 16:20:13 2008
@@ -3,8 +3,14 @@
   * New upstream release.
   * Remove empty debian/patches directory.
   * debian/copyright: update according to upstream README.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 27 Mar 2008 17:10:32 +0100
+  * debian/rules:
+    - use DESTDIR and TMP for make install
+    - remove commented out dh_installexamples
+    - activate test suite (and add libtest-yaml-meta-perl,               
+      libperl-critic-perl to build dependencies)
+    - remove obsolete source and diff targets
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 27 Mar 2008 17:19:56 +0100
 
 libdbd-pg-perl (2.2.2-1) unstable; urgency=low
 

Modified: trunk/libdbd-pg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/control?rev=18038&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/control (original)
+++ trunk/libdbd-pg-perl/debian/control Thu Mar 27 16:20:13 2008
@@ -10,7 +10,8 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/
 Homepage: http://search.cpan.org/dist/DBD-Pg/
 Build-Depends: perl (>= 5.8.0), debhelper (>= 5), libdbi-perl (>= 1.45),
- libpq-dev (>= 8.0), libversion-perl
+ libpq-dev (>= 8.0), libversion-perl, libtest-yaml-meta-perl,
+ libperl-critic-perl
 
 Package: libdbd-pg-perl
 Architecture: any

Modified: trunk/libdbd-pg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-pg-perl/debian/rules?rev=18038&op=diff
==============================================================================
--- trunk/libdbd-pg-perl/debian/rules (original)
+++ trunk/libdbd-pg-perl/debian/rules Thu Mar 27 16:20:13 2008
@@ -33,6 +33,7 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor 
 	touch Makefile
 	$(MAKE) INC="-I/usr/include -I$(PG_INCLUDEDIR) -I/usr/lib/perl5/auto/DBI" OPTIMIZE="-Wall $(CFLAGS)" LD_RUN_PATH=""
+	TEST_CRITIC=1 $(MAKE) test
 	touch build-stamp
 
 clean:
@@ -51,7 +52,7 @@
 	dh_testroot
 	dh_clean -k
 
-	$(MAKE) install PREFIX=$(TMP)/usr
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	
 	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
 
@@ -66,7 +67,6 @@
 	dh_testdir
 	dh_testroot
 	dh_installdocs README
-	#dh_installexamples
 	dh_installchangelogs Changes
 	dh_strip
 	dh_compress
@@ -79,8 +79,6 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b';false
 
 .PHONY: build clean binary-indep binary-arch binary install 
 




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