[SCM] Debian packaging of Apache-Singleton CPAN distribution branch, master, updated. debian/0.07-1-13-g25d2c96
gregor herrmann
gregoa at debian.org
Thu Jan 19 19:05:31 UTC 2012
The following commit has been merged in the master branch:
commit 11865fc0d03973e9fb58d3081288da9de5f1d2e9
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Jan 19 18:50:10 2012 +0100
Switch to debhelper compatibility level 8. Use tiny debian/rules.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
index 36acd3d..c3b6ca2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Isaac Clerencia <isaac at sindominio.net>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 8)
Standards-Version: 3.6.1
Homepage: http://search.cpan.org/dist/Apache-Singleton/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libapache-singleton-perl.git
diff --git a/debian/rules b/debian/rules
index a20168d..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,67 +1,4 @@
#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatability version to use.
-export DH_COMPAT=3
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-build: build-stamp
-build-stamp:
- dh_testdir
-
- # Add here commands to compile the package.
- $(PERL) Makefile.PL INSTALLDIRS=vendor
- $(MAKE)
-
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- -$(MAKE) clean
- -$(MAKE) distclean
- rm -f Makefile Makefile.old
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
- dh_install
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
- dh_testdir
- dh_testroot
-
- dh_installdocs
- dh_installchangelogs Changes
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
--
Debian packaging of Apache-Singleton CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list