[SCM] Debian packaging of libcrypt-des-perl branch, master, updated. 5c07566f2677b59541d0f9c160d9044573562f79
gregor herrmann
gregoa at debian.org
Fri May 17 19:13:26 UTC 2013
The following commit has been merged in the master branch:
commit dbd71a040c8f8439dc02691c29df1fb3e7b2f244
Author: gregor herrmann <gregoa at debian.org>
Date: Fri May 17 20:57:07 2013 +0200
Use tiny debian/rules with dh(1), debhelper 9.20120312 and compat 9.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 52f4941..4b0aef6 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
Damyan Ivanov <dmn at debian.org>
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5),
+Build-Depends: debhelper (>= 9.20120312),
perl,
libcrypt-cbc-perl
Standards-Version: 3.7.2
diff --git a/debian/libcrypt-des-perl.docs b/debian/libcrypt-des-perl.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/libcrypt-des-perl.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/libcrypt-des-perl.examples b/debian/libcrypt-des-perl.examples
new file mode 100644
index 0000000..34a98a7
--- /dev/null
+++ b/debian/libcrypt-des-perl.examples
@@ -0,0 +1 @@
+test.pl
diff --git a/debian/rules b/debian/rules
index 0110518..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,65 +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
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- perl Makefile.PL INSTALLDIRS=vendor
- touch configure-stamp
-
-build: build-stamp
-build-stamp: configure-stamp
- dh_testdir
- $(MAKE) OPTIMIZE="-O2 -g -Wall"
- $(MAKE) test
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -e Makefile ] || $(MAKE) realclean
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
-
- # Add here commands to install the package into debian/libcrypt-des-perl.
- $(MAKE) install DESTDIR=$(CURDIR)/debian/libcrypt-des-perl PREFIX=/usr
-
- [ ! -d $(CURDIR)/debian/libcrypt-des-perl/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/libcrypt-des-perl/usr/share/perl5
-
-
-# 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 README
- dh_installexamples test.pl
- dh_installmenu
- dh_installchangelogs
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_perl
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+%:
+ dh $@
--
Debian packaging of libcrypt-des-perl
More information about the Pkg-perl-cvs-commits
mailing list