From: Michael Prokop Date: Fri, 7 Aug 2009 10:50:26 +0000 (+0200) Subject: Debian packaging updates X-Git-Tag: v1.03.1~1 X-Git-Url: http://git.grml.org/?p=grml-shlib.git;a=commitdiff_plain;h=c2e3d65becc51295e869a2397a3bdf302c0f4eea Debian packaging updates --- diff --git a/debian/changelog b/debian/changelog index a616efc..d4ca9de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,15 @@ -grml-shlib (1.1.0) unstable; urgency=low +grml-shlib (1.03.1) unstable; urgency=low * Fix bashisms. - - -- Michael Prokop 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 Fri, 07 Aug 2009 12:49:09 +0200 grml-shlib (1.02.13) unstable; urgency=low diff --git a/debian/compat b/debian/compat index b8626c4..7ed6ff8 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index 218db65..b27c85c 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,11 @@ Section: grml Priority: optional Maintainer: Michael Gebetsroither Uploaders: Michael Prokop -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. diff --git a/debian/copyright b/debian/copyright index fa421c8..fda6668 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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'. diff --git a/debian/rules b/debian/rules index 8784422..fa68bb4 100755 --- a/debian/rules +++ b/debian/rules @@ -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