r52215 - in /trunk/libapache-dbi-perl/debian: changelog compat control docs examples rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Feb 6 19:45:11 UTC 2010


Author: dmn
Date: Sat Feb  6 19:44:55 2010
New Revision: 52215

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52215
Log:
upgrade to DH7 tiny rules

Added:
    trunk/libapache-dbi-perl/debian/docs
    trunk/libapache-dbi-perl/debian/examples
Modified:
    trunk/libapache-dbi-perl/debian/changelog
    trunk/libapache-dbi-perl/debian/compat
    trunk/libapache-dbi-perl/debian/control
    trunk/libapache-dbi-perl/debian/rules

Modified: trunk/libapache-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/changelog?rev=52215&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/changelog (original)
+++ trunk/libapache-dbi-perl/debian/changelog Sat Feb  6 19:44:55 2010
@@ -14,6 +14,7 @@
   * New upstream release
     + Makes Apache::DBI loadable via apache startup script. Closes: #568534.
       Thanks to Paul Orrock.
+  * upgrade to DH7 tiny rules
 
  -- Damyan Ivanov <dmn at debian.org>  Sat, 06 Feb 2010 01:11:04 +0200
 

Modified: trunk/libapache-dbi-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/compat?rev=52215&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/compat (original)
+++ trunk/libapache-dbi-perl/debian/compat Sat Feb  6 19:44:55 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libapache-dbi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/control?rev=52215&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/control (original)
+++ trunk/libapache-dbi-perl/debian/control Sat Feb  6 19:44:55 2010
@@ -8,7 +8,7 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapache-dbi-perl/
 Priority: optional
 Section: perl
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7.0.8~), quilt (>= 0.46-7~)
 Build-Depends-Indep: perl (>= 5.6.0-17), libdbi-perl, libdigest-sha1-perl
 
 Package: libapache-dbi-perl

Added: trunk/libapache-dbi-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/docs?rev=52215&op=file
==============================================================================
--- trunk/libapache-dbi-perl/debian/docs (added)
+++ trunk/libapache-dbi-perl/debian/docs Sat Feb  6 19:44:55 2010
@@ -1,0 +1,2 @@
+traces.txt
+README

Added: trunk/libapache-dbi-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/examples?rev=52215&op=file
==============================================================================
--- trunk/libapache-dbi-perl/debian/examples (added)
+++ trunk/libapache-dbi-perl/debian/examples Sat Feb  6 19:44:55 2010
@@ -1,0 +1,1 @@
+eg/*

Modified: trunk/libapache-dbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-dbi-perl/debian/rules?rev=52215&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/rules (original)
+++ trunk/libapache-dbi-perl/debian/rules Sat Feb  6 19:44:55 2010
@@ -1,66 +1,3 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# 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
-
-include /usr/share/quilt/quilt.make
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	# Real tests require locally-accesible MySQL server
-	# We run $(MAKE) test anyway, at least to see if the module can
-	# be loaded at all
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples eg/*
-	dh_installdocs README traces.txt
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh --with=quilt $@




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