Codebase list libnet-sftp-foreign-perl / ad3f85a
Switch from cdbs to debhelper 7; don't install README any more; install samples. Gregor Herrmann 15 years ago
5 changed file(s) with 27 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
22 * New upstream release.
33 * Set Standards-Version to 3.8.0; rename debian/README.Debian-source to
44 debian/README.source; fix a typo in debian/README.source.
5 * Switch from cdbs to debhelper 7; don't install README any more; install
6 samples.
57
68 -- gregor herrmann <gregoa@debian.org> Wed, 18 Jun 2008 18:35:25 +0200
79
00 Source: libnet-sftp-foreign-perl
11 Section: perl
22 Priority: optional
3 Build-Depends: cdbs, debhelper (>= 6)
3 Build-Depends: debhelper (>= 7)
44 Build-Depends-Indep: perl
55 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
66 Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
00 #!/usr/bin/make -f
1 include /usr/share/cdbs/1/rules/debhelper.mk
2 include /usr/share/cdbs/1/class/perlmodule.mk
3
4 install/libnet-sftp-foreign-perl::
5 [ ! -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
61
72 get-orig-source:
83 uscan --verbose --force-download
4
5 build: build-stamp
6 build-stamp:
7 dh build
8 touch $@
9
10 clean:
11 dh $@
12
13 install: install-stamp
14 install-stamp: build-stamp
15 dh install
16 touch $@
17
18 binary-arch:
19
20 binary-indep: install
21 dh $@
22
23 binary: binary-arch binary-indep
24
25 .PHONY: binary binary-arch binary-indep install clean build get-orig-source