r55520 - in /trunk/libpod-xhtml-perl/debian: changelog compat control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Apr 6 16:03:41 UTC 2010


Author: gregoa
Date: Tue Apr  6 16:03:23 2010
New Revision: 55520

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55520
Log:
* Set Standards-Version to 3.8.4 (no changes).
* Switch to debhelper 7.

Modified:
    trunk/libpod-xhtml-perl/debian/changelog
    trunk/libpod-xhtml-perl/debian/compat
    trunk/libpod-xhtml-perl/debian/control
    trunk/libpod-xhtml-perl/debian/rules

Modified: trunk/libpod-xhtml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/changelog?rev=55520&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/changelog (original)
+++ trunk/libpod-xhtml-perl/debian/changelog Tue Apr  6 16:03:23 2010
@@ -20,6 +20,8 @@
     the build dependency on liburi-perl versioned and add it to Depends.
     Thanks to Niko Tyni for the bug report and the analysis (closes: #576570).
   * Convert to source format 3.0 (quilt).
+  * Set Standards-Version to 3.8.4 (no changes).
+  * Switch to debhelper 7.
 
  -- Rene Mayorga <rmayorga at debian.org>  Tue, 20 Jan 2009 01:28:29 -0600
 

Modified: trunk/libpod-xhtml-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/compat?rev=55520&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/compat (original)
+++ trunk/libpod-xhtml-perl/debian/compat Tue Apr  6 16:03:23 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libpod-xhtml-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/control?rev=55520&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/control (original)
+++ trunk/libpod-xhtml-perl/debian/control Tue Apr  6 16:03:23 2010
@@ -1,14 +1,14 @@
 Source: libpod-xhtml-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libtest-assertions-perl,
  libtest-pod-perl, libtest-pod-coverage-perl, liburi-perl (>= 1.53)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, 
  gregor herrmann <gregoa at debian.org>,
  Rene Mayorga <rmayorga at debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpod-xhtml-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpod-xhtml-perl/
 Homepage: http://search.cpan.org/dist/Pod-Xhtml/
@@ -16,8 +16,8 @@
 Package: libpod-xhtml-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, liburi-perl (>= 1.53)
-Description: Translate POD to Xhtml
- There's Pod::PXML and Pod::XML, so why do we need Pod::Xhtml? You need
+Description: module for translating POD to Xhtml
+ There's Pod::PXML and Pod::XML, so why Pod::Xhtml is needed? You need
  an XSLT to transform XML into XHTML and many people don't have the time
  or inclination to do this. But they want to make sure that the pages
  they put on their web site are well-formed, they want those pages to

Modified: trunk/libpod-xhtml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpod-xhtml-perl/debian/rules?rev=55520&op=diff
==============================================================================
--- trunk/libpod-xhtml-perl/debian/rules (original)
+++ trunk/libpod-xhtml-perl/debian/rules Tue Apr  6 16:03:23 2010
@@ -1,71 +1,4 @@
 #!/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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(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
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	# As this is a architecture independent package, we are not
-	# supposed to install stuff to /usr/lib. MakeMaker creates
-	# the dirs, we delete them from the deb:
-	[ ! -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 by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_installexamples cgi-bin/*
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	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
+%:
+	dh $@




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