Imported Debian patch 0.10.0-13
Wesley J. Landaker authored 15 years ago
Dariusz Dwornikowski committed 7 years ago
|
0 |
pipenightdreams (0.10.0-13) unstable; urgency=low
|
|
1 |
|
|
2 |
* Make package binNMU-able (closes: #432991)
|
|
3 |
* Updated to policy 3.7.2.2 (no changes necessary)
|
|
4 |
* Fixed a few minor lintian warnings.
|
|
5 |
|
|
6 |
-- Wesley J. Landaker <wjl@icecavern.net> Fri, 13 Jul 2007 12:51:44 -0600
|
|
7 |
|
0 | 8 |
pipenightdreams (0.10.0-12) unstable; urgency=low
|
1 | 9 |
|
2 | 10 |
* New maintainer (closes: #349325)
|
2 | 2 |
Priority: optional
|
3 | 3 |
Maintainer: Wesley J. Landaker <wjl@icecavern.net>
|
4 | 4 |
Build-Depends: debhelper (>= 4.1.0), autotools-dev, flex, libsdl-image1.2-dev (>= 1.2.2-2)
|
5 | |
Standards-Version: 3.6.2
|
|
5 |
Standards-Version: 3.7.2.2
|
6 | 6 |
|
7 | 7 |
Package: pipenightdreams
|
8 | 8 |
Architecture: any
|
9 | |
Depends: ${shlibs:Depends}, pipenightdreams-data (= ${Source-Version})
|
|
9 |
Depends: ${shlibs:Depends}, pipenightdreams-data (= ${source:Version})
|
10 | 10 |
Description: connect pipes to get the water flowing from inlet to outlet
|
11 | 11 |
If you know the old arcade-game "Pipe Dreams", you'll instantly recognize
|
12 | 12 |
this. The goal is to connect different pipe segments to let the water flow
|
|
16 | 16 |
|
17 | 17 |
Package: pipenightdreams-data
|
18 | 18 |
Architecture: all
|
19 | |
Recommends: pipenightdreams (= ${Source-Version})
|
|
19 |
Recommends: pipenightdreams (>= ${source:Version})
|
20 | 20 |
Replaces: pipenightdreams (<< 0.10.0-6)
|
21 | 21 |
Description: connect pipes to get the water flowing from inlet to outlet (data files)
|
22 | 22 |
If you know the old arcade-game "Pipe Dreams", you'll instantly recognize
|
35 | 35 |
dh_testroot
|
36 | 36 |
rm -f build-stamp configure-stamp
|
37 | 37 |
-$(MAKE) distclean
|
38 | |
dh_clean src/level.cc config.guess config.sub
|
|
38 |
dh_clean src/level.cc config.guess config.sub config.status config.log
|
39 | 39 |
|
40 | 40 |
install: build
|
41 | 41 |
dh_testdir
|