diff options
| author | 2007-09-30 18:34:17 +0200 | |
|---|---|---|
| committer | 2007-09-30 18:34:17 +0200 | |
| commit | 400fc71e7887799b3b55d7d429303275311b3dee (patch) | |
| tree | abe67def2afd45cc5db8ed725c557186c19eeb7d /debian | |
| parent | 649a6c98836e828f9b9713cd2aa44fa29a2482b2 (diff) | |
Minor changes for package building
* I'm the new Maintainer (Closes: #414621)
* build package with cdbs
* add XS-Vcs tags to git archive
* move python-dev and python-support to B-Depends (instead of B-D-I) to clam
lintian
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/control | 8 | ||||
| -rw-r--r-- | debian/manpages | 1 | ||||
| -rwxr-xr-x | debian/rules | 45 |
4 files changed, 24 insertions, 42 deletions
diff --git a/debian/changelog b/debian/changelog index 271200c..a9204b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,18 @@ -mini-dinstall (0.6.21-0.3) unstable; urgency=low +mini-dinstall (0.6.22) unstable; urgency=low + [ Guido Guenther ] * UNRELEASED * Create the release files in the correct subdirs with archive-style = simple-subdir so it works with secure-apt (Closes: #343371) - -- Guido Guenther <agx@sigxcpu.org> Sun, 23 Sep 2007 12:23:43 +0200 + [ Christoph Goehre ] + * I'm the new Maintainer (Closes: #414621) + * build package with cdbs + * add XS-Vcs tags to git archive + * move python-dev and python-support to B-Depends (instead of B-D-I) to clam + lintian + + -- Christoph Goehre <christoph.goehre@gmx.de> Sun, 30 Sep 2007 17:51:10 +0200 mini-dinstall (0.6.21-0.2) unstable; urgency=low diff --git a/debian/control b/debian/control index d17fe78..9643c4c 100644 --- a/debian/control +++ b/debian/control @@ -1,10 +1,12 @@ Source: mini-dinstall Priority: optional Section: devel -Maintainer: Thomas Viehmann <tv@beamnet.de> -Build-Depends: debhelper (>= 4.1.25) -Build-Depends-Indep: python-dev, python-support (>= 0.3) +Maintainer: Christoph Goehre <christoph.goehre@gmx.de> +Uploaders: Guido Guenther <agx@sigxcpu.org> +Build-Depends: cdbs, debhelper (>= 4.1.25), python-dev, python-support (>= 0.3) Standards-Version: 3.7.2 +XS-Vcs-Git: git://git.debian.org/git/mini-dinstall/mini-dinstall.git +XS-Vcs-Browser: http://git.debian.org/?p=mini-dinstall/mini-dinstall.git Package: mini-dinstall Architecture: all diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..846db09 --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +doc/mini-dinstall.1 diff --git a/debian/rules b/debian/rules index 71a1e53..3d6bcd4 100755 --- a/debian/rules +++ b/debian/rules @@ -3,44 +3,15 @@ # Sample debian/rules that uses debhelper. # This file is public domain software, originally written by Joey Hess. -build: +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 -lib/version.py: debian/changelog - echo "pkg_version = \"`dpkg-parsechangelog | awk '/^Version:/ { print $$2 }'`\"" > lib/version.py +DEB_PYTHON_SYSTEM=pysupport -clean: lib/version.py - dh_testdir - dh_testroot - rm -f build-stamp - dh_clean +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - $(MAKE) install DESTDIR=debian/mini-dinstall +update-version: + echo "pkg_version = \"$(DEB_UPSTREAM_VERSION)\"" > minidinstall/version.py -# Build architecture-independent files here. -binary-indep: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples - dh_link - dh_compress - dh_fixperms - dh_pysupport - dh_python - dh_installdeb - dh_gencontrol - 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 +.PHONY: update-version |
