r33145 - in /trunk/libcrypt-openssl-bignum-perl/debian: changelog compat control docs rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Apr 13 13:19:26 UTC 2009


Author: dmn
Date: Mon Apr 13 13:19:21 2009
New Revision: 33145

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33145
Log:
switch to DH7 (rules,control,compat); install README via debian/docs

Added:
    trunk/libcrypt-openssl-bignum-perl/debian/docs
Modified:
    trunk/libcrypt-openssl-bignum-perl/debian/changelog
    trunk/libcrypt-openssl-bignum-perl/debian/compat
    trunk/libcrypt-openssl-bignum-perl/debian/control
    trunk/libcrypt-openssl-bignum-perl/debian/rules

Modified: trunk/libcrypt-openssl-bignum-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-bignum-perl/debian/changelog?rev=33145&op=diff
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/debian/changelog (original)
+++ trunk/libcrypt-openssl-bignum-perl/debian/changelog Mon Apr 13 13:19:21 2009
@@ -2,6 +2,7 @@
 
   [ Damyan Ivanov ]
   * remove Luk from Uploaders on his request (Closes: #523884)
+  * switch to DH7 (rules,control,compat); install README via debian/docs
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libcrypt-openssl-bignum-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-bignum-perl/debian/compat?rev=33145&op=diff
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/debian/compat (original)
+++ trunk/libcrypt-openssl-bignum-perl/debian/compat Mon Apr 13 13:19:21 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libcrypt-openssl-bignum-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-bignum-perl/debian/control?rev=33145&op=diff
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/debian/control (original)
+++ trunk/libcrypt-openssl-bignum-perl/debian/control Mon Apr 13 13:19:21 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 6), libssl-dev
+Build-Depends: debhelper (>= 7), libssl-dev
 Standards-Version: 3.7.3
 Homepage: http://perl-openssl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcrypt-openssl-bignum-perl/

Added: trunk/libcrypt-openssl-bignum-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-bignum-perl/debian/docs?rev=33145&op=file
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/debian/docs (added)
+++ trunk/libcrypt-openssl-bignum-perl/debian/docs Mon Apr 13 13:19:21 2009
@@ -1,0 +1,1 @@
+README

Modified: trunk/libcrypt-openssl-bignum-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-openssl-bignum-perl/debian/rules?rev=33145&op=diff
==============================================================================
--- trunk/libcrypt-openssl-bignum-perl/debian/rules (original)
+++ trunk/libcrypt-openssl-bignum-perl/debian/rules Mon Apr 13 13:19:21 2009
@@ -1,76 +1,23 @@
 #!/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.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-# Allow disabling build optimation by setting noopt in
-# $DEB_BUILD_OPTIONS
-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
-	
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 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 --verbose --ignore-fail-on-non-empty --parents $(TMP)/usr/share/perl5
-	
+	dh install
 	touch $@
 
-# Build architecture-dependent files here.
 binary-arch: install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installchangelogs Changes
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh $@
 
-# Build architecture-independent files here.
 binary-indep:
-# We have nothing to do by default.
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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