r21832 - in /trunk/libnet-sftp-foreign-perl/debian: changelog compat control libnet-sftp-foreign-perl.examples rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Jun 18 16:51:58 UTC 2008


Author: gregoa
Date: Wed Jun 18 16:51:57 2008
New Revision: 21832

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21832
Log:
Switch from cdbs to debhelper 7; don't install README any more; install
samples.

Added:
    trunk/libnet-sftp-foreign-perl/debian/libnet-sftp-foreign-perl.examples
Modified:
    trunk/libnet-sftp-foreign-perl/debian/changelog
    trunk/libnet-sftp-foreign-perl/debian/compat
    trunk/libnet-sftp-foreign-perl/debian/control
    trunk/libnet-sftp-foreign-perl/debian/rules

Modified: trunk/libnet-sftp-foreign-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/changelog?rev=21832&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/changelog (original)
+++ trunk/libnet-sftp-foreign-perl/debian/changelog Wed Jun 18 16:51:57 2008
@@ -3,6 +3,8 @@
   * New upstream release.
   * Set Standards-Version to 3.8.0; rename debian/README.Debian-source to
     debian/README.source; fix a typo in debian/README.source.
+  * Switch from cdbs to debhelper 7; don't install README any more; install
+    samples.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 18 Jun 2008 18:35:25 +0200
 

Modified: trunk/libnet-sftp-foreign-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/compat?rev=21832&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/compat (original)
+++ trunk/libnet-sftp-foreign-perl/debian/compat Wed Jun 18 16:51:57 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libnet-sftp-foreign-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/control?rev=21832&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/control (original)
+++ trunk/libnet-sftp-foreign-perl/debian/control Wed Jun 18 16:51:57 2008
@@ -1,7 +1,7 @@
 Source: libnet-sftp-foreign-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>,

Added: trunk/libnet-sftp-foreign-perl/debian/libnet-sftp-foreign-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/libnet-sftp-foreign-perl.examples?rev=21832&op=file
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/libnet-sftp-foreign-perl.examples (added)
+++ trunk/libnet-sftp-foreign-perl/debian/libnet-sftp-foreign-perl.examples Wed Jun 18 16:51:57 2008
@@ -1,0 +1,1 @@
+samples/*

Modified: trunk/libnet-sftp-foreign-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-sftp-foreign-perl/debian/rules?rev=21832&op=diff
==============================================================================
--- trunk/libnet-sftp-foreign-perl/debian/rules (original)
+++ trunk/libnet-sftp-foreign-perl/debian/rules Wed Jun 18 16:51:57 2008
@@ -1,9 +1,26 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
-
-install/libnet-sftp-foreign-perl::
-	[ ! -d debian/libnet-sftp-foreign-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose debian/libnet-sftp-foreign-perl/usr/lib/perl5
 
 get-orig-source:
 	uscan --verbose --force-download
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build get-orig-source




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