r18247 - in /trunk/libdbix-searchbuilder-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Tue Apr 1 14:59:41 UTC 2008


Author: gregoa-guest
Date: Tue Apr  1 14:59:40 2008
New Revision: 18247

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18247
Log:
* debian/control: wrap long line.
* Refresh debian/rules, no functional changes.

Modified:
    trunk/libdbix-searchbuilder-perl/debian/changelog
    trunk/libdbix-searchbuilder-perl/debian/control
    trunk/libdbix-searchbuilder-perl/debian/rules

Modified: trunk/libdbix-searchbuilder-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-searchbuilder-perl/debian/changelog?rev=18247&op=diff
==============================================================================
--- trunk/libdbix-searchbuilder-perl/debian/changelog (original)
+++ trunk/libdbix-searchbuilder-perl/debian/changelog Tue Apr  1 14:59:40 2008
@@ -1,8 +1,10 @@
 libdbix-searchbuilder-perl (1.52-1) UNRELEASED; urgency=low
 
   * New upstream release.
-
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 01 Apr 2008 16:50:41 +0200
+  * debian/control: wrap long line.
+  * Refresh debian/rules, no functional changes.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 01 Apr 2008 16:56:40 +0200
 
 libdbix-searchbuilder-perl (1.51-1) unstable; urgency=low
 

Modified: trunk/libdbix-searchbuilder-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-searchbuilder-perl/debian/control?rev=18247&op=diff
==============================================================================
--- trunk/libdbix-searchbuilder-perl/debian/control (original)
+++ trunk/libdbix-searchbuilder-perl/debian/control Tue Apr  1 14:59:40 2008
@@ -8,7 +8,8 @@
  libclass-accessor-perl, libclone-perl, libdbd-sqlite3-perl, 
  libdevel-symdump-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Niko Tyni <ntyni at iki.fi>, Carlo Segre <segre at debian.org>, gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: Niko Tyni <ntyni at iki.fi>, Carlo Segre <segre at debian.org>,
+ gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/DBIx-SearchBuilder/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-searchbuilder-perl/

Modified: trunk/libdbix-searchbuilder-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-searchbuilder-perl/debian/rules?rev=18247&op=diff
==============================================================================
--- trunk/libdbix-searchbuilder-perl/debian/rules (original)
+++ trunk/libdbix-searchbuilder-perl/debian/rules Tue Apr  1 14:59:40 2008
@@ -1,32 +1,24 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
+# 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
 
-PACKAGE=$(shell dh_listpackages)
+# 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
 
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-ifndef DESTDIR
-DESTDIR=..
-endif
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	PERL_AUTOINSTALL=--skip $(PERL) Makefile.PL INSTALLDIRS=vendor
-	touch $@
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: configure-stamp
+build-stamp:
 	dh_testdir
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
 	touch $@
@@ -34,8 +26,8 @@
 clean:
 	dh_testdir
 	dh_testroot
-	dh_clean configure-stamp build-stamp install-stamp
-	[ ! -e Makefile ] || $(MAKE) distclean
+	dh_clean build-stamp install-stamp
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 install: install-stamp
 install-stamp: build-stamp
@@ -43,21 +35,21 @@
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose $(TMP)/usr/lib/perl5
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
 	touch $@
 
-# Build architecture-independent files here.
-binary-arch: build install
-# We have nothing to do.
+binary-arch:
+# We have nothing to do here for an architecture-independent package
 
-# Build architecture-dependent files here.
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_perl 
-	dh_installdocs 
+	dh_installdocs
 	dh_installexamples ex/*
 	dh_installchangelogs Changes
+	dh_perl
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -66,4 +58,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean configure install binary-indep binary-arch binary
+.PHONY: build clean binary-indep binary-arch binary install




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