Switch to dpkg-source v3
Paul Wise
10 years ago
8 | 8 |
* New forked upstream version
|
9 | 9 |
- Update the watch file for it
|
10 | 10 |
- Compatible with new version of Perl SDL bindings (Closes: #660948)
|
|
11 |
* Switch to dpkg-source v3
|
11 | 12 |
|
12 | 13 |
-- Jon Dowland <jmtd@debian.org> Wed, 08 Sep 2010 21:18:32 +0100
|
13 | 14 |
|
3 | 3 |
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
|
4 | 4 |
Uploaders: Miriam Ruiz <little_miry@yahoo.es>, Sam Hocevar <sho@debian.org>,
|
5 | 5 |
Marco Rodrigues <gothicx@sapo.pt>, Barry deFreese <bdefreese@debian.org>
|
6 | |
Build-Depends: debhelper (>= 5), quilt
|
|
6 |
Build-Depends: debhelper (>= 5)
|
7 | 7 |
Build-Depends-Indep: autotools-dev, libsdl-perl
|
8 | 8 |
Standards-Version: 3.8.1
|
9 | 9 |
Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pangzero/
|
17 | 17 |
|
18 | 18 |
config.status: configure
|
19 | 19 |
dh_testdir
|
20 | |
|
21 | |
QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
|
22 | 20 |
|
23 | 21 |
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
|
24 | 22 |
cp -f /usr/share/misc/config.sub config.sub
|
|
45 | 43 |
rm -f build-stamp
|
46 | 44 |
[ ! -f Makefile ] || $(MAKE) distclean
|
47 | 45 |
-rm -f config.sub config.guess config.log config.status
|
48 | |
|
49 | |
QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
|
50 | |
|
51 | |
rm -rf .pc
|
52 | 46 |
|
53 | 47 |
dh_clean
|
54 | 48 |
|