From 64adee90a06f34c63ec41588d1d9099c10b6ad83 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 21 Nov 2008 13:29:01 +0100 Subject: [PATCH] Some debian/ updates --- debian/changelog | 5 ++++- debian/control | 8 +++----- debian/copyright | 2 ++ debian/rules | 8 ++++---- 4 files changed, 13 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index d3e79dd..1f1fd70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,11 @@ grml-tips (0.4.12) unstable; urgency=low * Update streaming tips. * Update metasploit tip. * Add simple webserver with python tip. + * Update VCS headers. + * Remove homepage from long description. + * Update debian/rules regarding binary-arch-rules-but-pkg-is-arch-indep. - -- Michael Prokop Fri, 21 Nov 2008 13:25:14 +0100 + -- Michael Prokop Fri, 21 Nov 2008 13:28:08 +0100 grml-tips (0.4.11) unstable; urgency=low diff --git a/debian/control b/debian/control index 2dbaee7..a31097a 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: optional Maintainer: Michael Prokop Build-Depends: debhelper (>= 4.0.0) Standards-Version: 3.8.0 -Homepage: http://hg.grml.org/grml-tips -XS-Vcs-hg: http://hg.grml.org/grml-tips -XS-Vcs-Browser: http://hg.grml.org/grml-tips +Homepage: http://git.grml.org/?p=grml-tips.git +Vcs-git: git://git.grml.org/grml-tips.git +Vcs-Browser: http://git.grml.org/?p=grml-tips.git Package: grml-tips Architecture: all @@ -14,5 +14,3 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libwww-perl, libterm-readkey-perl Description: search for tips and hints via a keyword The provided script grml-tips queries a signature file for a specific keyword and displays results on stdout. - . - Homepage: http://grml.org/ diff --git a/debian/copyright b/debian/copyright index 7c2732e..080468d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -7,6 +7,8 @@ Copyright Holder: Michael Prokop License: + This software is copyright (c) 2003++ by Michael Prokop. + This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or diff --git a/debian/rules b/debian/rules index 09d2268..5d8aaba 100755 --- a/debian/rules +++ b/debian/rules @@ -27,12 +27,12 @@ install: install -m 755 grml-tips debian/grml-tips/usr/bin/grml-tips install -m 644 grml_tips debian/grml-tips/usr/share/grml-tips/grml_tips -# Build architecture-independent files here. -binary-indep: install -# We have nothing to do by default. - # Build architecture-dependent files here. binary-arch: install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: install dh_testdir dh_testroot dh_installchangelogs -- 2.1.4