---
+++
@@ -2,17 +2,14 @@
Section: shells
Priority: optional
Maintainer: Laurent Defert
-Build-Depends: debhelper (>=7.0.50~), python-support (>= 0.6), cdbs (>= 0.4.49), python-all-dev
+Build-Depends: debhelper (>=7.0.15), python-support (>= 0.6), cdbs (>= 0.4.49), python-all-dev
XS-Python-Version: >=2.4
Standards-Version: 3.8.0
-Package: myprojectname
+Package: genconfig
Architecture: all
-Homepage: http://yourprojectshomepade.com/
+Homepage: http://piggledy.com/porjects/genconfig
XB-Python-Version: ${python:Versions}
Depends: ${misc:Depends}, ${python:Depends}
-Description: Blah python module that adds blah and bleh (this must not exceed a single line (i.e 60 characters)
- Here you should put a long description your package. This line *MUST* (this is
- faor default printing) begin with a single space.
- Look for more information about this:
- http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description
+Description: Template gase configuration file generator
+ Template gase configuration file generator
---
+++
@@ -1,6 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-
-%:
- dh $@
+DEB_PYTHON_SYSTEM := pysupport
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+ rm -rf build build-stamp configure-stamp build/ MANIFEST
+ dh_clean
Generated with KisssPM