From: Kevin Rosenberg Date: Mon, 10 Sep 2007 01:26:56 +0000 (-0600) Subject: eliminate lintian warnings X-Git-Tag: debian-1.0.14-3~2 X-Git-Url: http://git.kpe.io/?p=reversi.git;a=commitdiff_plain;h=0446884bb32fd40c551bbf36b757050a73c45c56 eliminate lintian warnings --- diff --git a/debian/changelog b/debian/changelog index 2408e7c..c8b38fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +cl-reversi (1.0.14-2) unstable; urgency=low + + * debian/rules: don't export DH_COMPAT + * debian/control: Use build-depends, update standards-version + + -- Kevin M. Rosenberg Sun, 09 Sep 2007 19:24:59 -0600 + cl-reversi (1.0.14-1) unstable; urgency=low * New upstream diff --git a/debian/control b/debian/control index c3b8cb2..53a7b80 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: cl-reversi Section: devel Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends-Indep: debhelper (>= 4.0.0) -Standards-Version: 3.6.2.2 +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.7.2.2 Package: cl-reversi Architecture: all diff --git a/debian/rules b/debian/rules index c6f129b..c37f380 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -export DH_COMPAT=4 - pkg := reversi debpkg := cl-reversi