Packaging tweaks.

* debian/control: Don't use "(git)" source format.  Require debhelpe 7.
* debian/rules: Minimized.
This commit is contained in:
Marius Vollmer 2008-10-02 22:34:45 +03:00
parent ce3b83fabd
commit 2a1071c583
2 changed files with 3 additions and 22 deletions

3
debian/control vendored
View file

@ -1,9 +1,8 @@
Source: magit
Format: 3.0 (git)
Section: devel
Priority: optional
Maintainer: Marius Vollmer <marius.vollmer@uni-dortmund.de>
Build-Depends: debhelper (>= 4.0.0), emacs, texinfo
Build-Depends: debhelper (>= 7), emacs, texinfo
Standards-Version: 3.6.0
Package: magit

22
debian/rules vendored
View file

@ -1,22 +1,4 @@
#!/usr/bin/make -f
build: build-stamp
build-stamp:
dh build
touch build-stamp
clean:
dh clean
install: build install-stamp
install-stamp:
dh install
touch install-stamp
binary-arch: install
dh binary-arch
binary-indep: install
dh binary-indep
binary: binary-arch binary-indep
%:
dh $@