r19252 - in /trunk/libclass-mop-perl/debian: changelog control rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed Apr 30 10:31:31 UTC 2008


Author: eloy
Date: Wed Apr 30 10:31:30 2008
New Revision: 19252

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=19252
Log:
  * New upstream release
  * Package migrated to debhelper 7, debian/rules and debian/compat changed to be
   compatible.


Modified:
    trunk/libclass-mop-perl/debian/changelog
    trunk/libclass-mop-perl/debian/control
    trunk/libclass-mop-perl/debian/rules

Modified: trunk/libclass-mop-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-mop-perl/debian/changelog?rev=19252&op=diff
==============================================================================
--- trunk/libclass-mop-perl/debian/changelog (original)
+++ trunk/libclass-mop-perl/debian/changelog Wed Apr 30 10:31:30 2008
@@ -1,6 +1,8 @@
 libclass-mop-perl (0.55-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
+  * Package migrated to debhelper 7, debian/rules and debian/compat changed to be
+   compatible.
 
  -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Wed, 30 Apr 2008 11:11:32 +0200
 

Modified: trunk/libclass-mop-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-mop-perl/debian/control?rev=19252&op=diff
==============================================================================
--- trunk/libclass-mop-perl/debian/control (original)
+++ trunk/libclass-mop-perl/debian/control Wed Apr 30 10:31:30 2008
@@ -1,12 +1,12 @@
 Source: libclass-mop-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6),
+Build-Depends: debhelper (>= 7),
  perl (>= 5.8.0-7), libsub-name-perl,
  libtest-exception-perl, libtest-pod-perl, libtest-pod-coverage-perl,
  libalgorithm-c3-perl, libclass-c3-perl, libmodule-build-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Damyan Ivanov <dmn at debian.org>, Russ Allbery <rra at debian.org>,
  gregor herrmann <gregor+debian at comodo.priv.at>
 Standards-Version: 3.7.3

Modified: trunk/libclass-mop-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-mop-perl/debian/rules?rev=19252&op=diff
==============================================================================
--- trunk/libclass-mop-perl/debian/rules (original)
+++ trunk/libclass-mop-perl/debian/rules Wed Apr 30 10:31:30 2008
@@ -1,78 +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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
-
-# 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)
-
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-        CFLAGS += -O0
-else
-        CFLAGS += -O2
-endif
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL installdirs=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5
-	touch $@
-
-binary-indep: build install
-	@echo "We have nothing to do by default."
-
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installexamples examples/*
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_strip
-	dh_shlibdeps
-	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