Some debian/ updates v0.4.12
authorMichael Prokop <mika@grml.org>
Fri, 21 Nov 2008 12:29:01 +0000 (13:29 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 21 Nov 2008 12:29:01 +0000 (13:29 +0100)
debian/changelog
debian/control
debian/copyright
debian/rules

index d3e79dd..1f1fd70 100644 (file)
@@ -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 <mika@grml.org>  Fri, 21 Nov 2008 13:25:14 +0100
+ -- Michael Prokop <mika@grml.org>  Fri, 21 Nov 2008 13:28:08 +0100
 
 grml-tips (0.4.11) unstable; urgency=low
 
index 2dbaee7..a31097a 100644 (file)
@@ -4,9 +4,9 @@ Priority: optional
 Maintainer: Michael Prokop <mika@grml.org>
 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/
index 7c2732e..080468d 100644 (file)
@@ -7,6 +7,8 @@ Copyright Holder: Michael Prokop <mika@grml.org>
 
 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
index 09d2268..5d8aaba 100755 (executable)
@@ -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