Codebase list slay / 57b3eca
Cleaned lintian warnings Added Vcs-* stuff Paweł Więcek 16 years ago
5 changed file(s) with 16 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
55 (closes: #415507)
66 * Added Italian translations of debconf messages from Luca Monducci
77 (closes: #447051)
8 * General cleanup: lintian-cleannes, standards versions, etc.
89
9 -- Paweł Więcek <coven@debian.org> Sat, 08 Mar 2008 08:47:17 +0100
10 -- Paweł Więcek <coven@debian.org> Sat, 08 Mar 2008 11:14:12 +0100
1011
1112 slay (2.6.1) unstable; urgency=low
1213
11 Section: admin
22 Priority: optional
33 Maintainer: Paweł Więcek <coven@debian.org>
4 Build-Depends: debhelper (>= 4.1.16)
5 Standards-Version: 3.7.2
4 Build-Depends: debhelper (>= 5)
5 Standards-Version: 3.7.3
6 Vcs-Browser: http://hg.svartech.com/debian/slay
7 Vcs-Hg: http://hg.svartech.com/debian/slay
68
79 Package: slay
810 Architecture: all
0 This package was debianized by Pawel Wiecek <coven@debian.org> on
0 This package was debianized by Paweł Więcek <coven@debian.org> on
11 Thu, 29 May 1997 23:59:31 +0200.
22
33 It was originally written by Chris Ausbrooks <fish@bucket.ualr.edu>
66 Subsequently it was heavily rewritten for Debian.
77
88 Copyright:
9 Copyright (C) 1997-2003 by Chris Ausbrooks <fish@bucket.ualr.edu>
10 Copyright (C) 2004-2008 by Paweł Więcek <coven@debian.org>
11
12 License:
913 This is a free software distributed according to terms of GNU GPL (see
1014 /usr/share/common-licenses/GPL)
33
44 # Uncomment this to turn on verbose mode.
55 #export DH_VERBOSE=1
6
7 # This is the debhelper compatability version to use.
8 export DH_COMPAT=4
96
107 configure: configure-stamp
118 configure-stamp:
4744
4845 # Build architecture-independent files here.
4946 binary-indep: build install
50 # We have nothing to do by default.
51
52 # Build architecture-dependent files here.
53 binary-arch: build install
5447 # dh_testversion
5548 dh_testdir
5649 dh_testroot
8073 dh_md5sums
8174 dh_builddeb
8275
76 # Build architecture-dependent files here.
77 binary-arch: build install
78 # nothing to do, package is arch: all
79
8380 binary: binary-indep binary-arch
8481 .PHONY: build clean binary-indep binary-arch binary install configure