Half-way debianized.
This commit is contained in:
parent
94e82247fb
commit
1e49412d62
2 changed files with 32 additions and 0 deletions
10
debian/control
vendored
Normal file
10
debian/control
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
Source: magit
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
Build-Depends: debhelper (>= 4.0.0), emacs, texinfo
|
||||
Standards-Version: 3.6.0
|
||||
|
||||
Package: magit
|
||||
Architecture: all
|
||||
Description: A Emacs interface for Git
|
22
debian/rules
vendored
Normal file
22
debian/rules
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
#!/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
|
Loading…
Reference in a new issue