From bcd693e1b3ee3026b899612b261daaf7dd4bee77 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Tue, 29 Apr 2008 00:56:03 +0200 Subject: [PATCH] made packet lintian clean --- debian/changelog | 6 ++++++ debian/conffiles | 0 debian/control | 2 +- debian/copyright | 5 +++-- debian/rules | 8 ++++---- 5 files changed, 14 insertions(+), 7 deletions(-) delete mode 100644 debian/conffiles diff --git a/debian/changelog b/debian/changelog index c0b9e08..ba9972a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-crypt (0.17) UNRELEASED; urgency=low + + * Made packet lintian clean. + + -- Michael Gebetsroither Tue, 29 Apr 2008 00:51:38 +0200 + grml-crypt (0.16) unstable; urgency=low * Replace optimize* with optimise*, thanks for the hint diff --git a/debian/conffiles b/debian/conffiles deleted file mode 100644 index e69de29..0000000 diff --git a/debian/control b/debian/control index 6276377..ae1c3fc 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: grml Priority: optional Maintainer: Michael Gebetsroither Build-Depends: debhelper (>= 4.0.0), xsltproc, docbook-xsl, asciidoc -Standards-Version: 3.6.1 +Standards-Version: 3.7.3 Homepage: http://hg.grml.org/grml-crypt/ XS-Vcs-hg: http://hg.grml.org/grml-crypt/ XS-Vcs-Browser: http://hg.grml.org/grml-crypt/ diff --git a/debian/copyright b/debian/copyright index 1f6b587..d450b08 100644 --- a/debian/copyright +++ b/debian/copyright @@ -15,8 +15,9 @@ Copyright (C) 2003 Michael Gebetsroither You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/rules b/debian/rules index e30bf65..5f7f822 100755 --- a/debian/rules +++ b/debian/rules @@ -62,10 +62,6 @@ install: build # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot dh_installchangelogs @@ -95,5 +91,9 @@ binary-arch: build install dh_md5sums dh_builddeb +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure -- 2.1.4