Packaging tweaks.
* debian/control: Don't use "(git)" source format. Require debhelpe 7. * debian/rules: Minimized.
This commit is contained in:
parent
ce3b83fabd
commit
2a1071c583
2 changed files with 3 additions and 22 deletions
3
debian/control
vendored
3
debian/control
vendored
|
@ -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
22
debian/rules
vendored
|
@ -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 $@
|
||||
|
|
Loading…
Reference in a new issue