mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
switch to dh instead of cdbs
This commit is contained in:
parent
bb9754a24e
commit
646abfca85
2 changed files with 3 additions and 8 deletions
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -2,7 +2,7 @@ Source: trimage
|
|||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Kilian Valkhof <kilian@kilianvalkhof.com>
|
||||
Build-Depends: cdbs (>=0.4.49), debhelper (>=7), python-support (>=0.8.7), python
|
||||
Build-Depends: debhelper (>=7), python-support (>=0.8.7), python
|
||||
XS-Python-Version: >=2.6
|
||||
Standards-Version: 3.8.0
|
||||
Homepage: http://trimage.org
|
||||
|
|
|
|||
9
debian/rules
vendored
9
debian/rules
vendored
|
|
@ -1,9 +1,4 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
DEB_PYTHON_SYSTEM=pysupport
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/python-distutils.mk
|
||||
|
||||
# Add here any variable or target overrides you need.
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue