Genconfig
  • Overview
  • Repository
  • Tickets
  • Statistics
  • Projects

Repository

Fix description and rules file

Parent commits : e3ebcff7a8b2e72a6004a13ab9b7026c90438cac,
Children commits : 378134048ac95dc7be2f40f11010a871595dda9b,

By lds on 2010-07-14 15:20:11
Fix description and rules file

Browse content
Difference with parent commit e3ebcff7a8b2e72a6004a13ab9b7026c90438cac
Files modified:
debian/control
--- 
+++ 
@@ -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

debian/rules
--- 
+++ 
@@ -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