Debian packaging updates
authorMichael Prokop <mika@grml.org>
Fri, 7 Aug 2009 10:50:26 +0000 (12:50 +0200)
committerMichael Prokop <mika@grml.org>
Fri, 7 Aug 2009 11:43:48 +0000 (13:43 +0200)
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules

index a616efc..d4ca9de 100644 (file)
@@ -1,8 +1,15 @@
-grml-shlib (1.1.0) unstable; urgency=low
+grml-shlib (1.03.1) unstable; urgency=low
 
   * Fix bashisms.
-
- -- Michael Prokop <mika@grml.org>  Fri, 07 Aug 2009 12:40:02 +0200
+  * Debian packaging updates:
+    - Update build-depend to dh >=5
+    - Bump Standard-Version to 3.8.2 (no further changes)
+    - Switch binary-indep/binary-arch
+    - Adjust long description
+    - Bump compat version to 5
+    - Adjust copyright file (reference specific GPL version)
+
+ -- Michael Prokop <mika@grml.org>  Fri, 07 Aug 2009 12:49:09 +0200
 
 grml-shlib (1.02.13) unstable; urgency=low
 
index b8626c4..7ed6ff8 100644 (file)
@@ -1 +1 @@
-4
+5
index 218db65..b27c85c 100644 (file)
@@ -3,11 +3,11 @@ Section: grml
 Priority: optional
 Maintainer: Michael Gebetsroither <gebi@grml.org>
 Uploaders: Michael Prokop <mika@grml.org>
-Build-Depends: debhelper (>= 4.0.0)
-Standards-Version: 3.7.2
-Homepage: http://hg.grml.org/grml-shlib/
-XS-Vcs-hg: http://hg.grml.org/grml-shlib/
-XS-Vcs-Browser: http://hg.grml.org/grml-shlib/
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.8.2
+Homepage: http://git.grml.org/?p=grml-shlib.git
+Vcs-git: git://git.grml.org/grml-shlib.git
+Vcs-Browser: http://git.grml.org/?p=grml-shlib.git
 
 Package: grml-shlib
 Architecture: all
@@ -15,6 +15,5 @@ Depends: ${misc:Depends}, procps, net-tools, iproute
 Conflicts: sh-lib
 Replaces: sh-lib
 Description: Generic shell library used in grml scripts
- The grml-shlib is developed for use with zsh, partially tested
- with bash. It's meant as generic shell library for use in
+ The grml-shlib is meant as generic shell library for use in
  grml scripts.
index fa421c8..fda6668 100644 (file)
@@ -24,4 +24,4 @@ Copyright:
    02110-1301, USA.
 
 On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
index 8784422..fa68bb4 100755 (executable)
@@ -36,12 +36,12 @@ install: build
        # Add here commands to install the package into debian/sh-lib.
        $(MAKE) install DESTDIR=$(CURDIR)/debian/grml-shlib
 
-# Build architecture-independent files here.
-binary-indep: build install binary-arch
-# We have nothing to do by default.
-
 # Build architecture-dependent files here.
 binary-arch: build install
+# We have nothing to do by default.
+
+# Build architecture-independent files here.
+binary-indep: build install binary-arch
        dh_testdir
        dh_testroot
        dh_installchangelogs