[Pkg-jed-commit] r1150 - slcfitsio/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Tue Jul 8 19:29:05 UTC 2008


Author: rafael
Date: 2008-07-08 19:29:04 +0000 (Tue, 08 Jul 2008)
New Revision: 1150

Added:
   slcfitsio/trunk/debian/clean
Modified:
   slcfitsio/trunk/debian/changelog
   slcfitsio/trunk/debian/compat
   slcfitsio/trunk/debian/control
   slcfitsio/trunk/debian/rules
Log:
Use debian/clean instead of dh_clean.

For that, bump build-dependency on debhelper to >= 7.0.0.


Modified: slcfitsio/trunk/debian/changelog
===================================================================
--- slcfitsio/trunk/debian/changelog	2008-07-08 19:26:31 UTC (rev 1149)
+++ slcfitsio/trunk/debian/changelog	2008-07-08 19:29:04 UTC (rev 1150)
@@ -1,3 +1,12 @@
+slcfitsio (0.3.8+nosvn-3) UNRELEASED; urgency=low
+
+  * debian/rules: Use debian/clean instead of dh_clean
+  * debian/compat, debian/control: Bump build-dependency on debhelper to
+    >= 7.0.0, otherwise debian/clean is moot
+  * debian/clean: New file
+
+ -- Rafael Laboissiere <rafael at debian.org>  Tue, 08 Jul 2008 21:27:56 +0200
+
 slcfitsio (0.3.8+nosvn-2) unstable; urgency=low
 
   * debian/control:

Added: slcfitsio/trunk/debian/clean
===================================================================
--- slcfitsio/trunk/debian/clean	                        (rev 0)
+++ slcfitsio/trunk/debian/clean	2008-07-08 19:29:04 UTC (rev 1150)
@@ -0,0 +1 @@
+Makefile config.log config.status

Modified: slcfitsio/trunk/debian/compat
===================================================================
--- slcfitsio/trunk/debian/compat	2008-07-08 19:26:31 UTC (rev 1149)
+++ slcfitsio/trunk/debian/compat	2008-07-08 19:29:04 UTC (rev 1150)
@@ -1 +1 @@
-4
+7

Modified: slcfitsio/trunk/debian/control
===================================================================
--- slcfitsio/trunk/debian/control	2008-07-08 19:26:31 UTC (rev 1149)
+++ slcfitsio/trunk/debian/control	2008-07-08 19:29:04 UTC (rev 1150)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian JED Group <pkg-jed-sl-modules at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libslang2-dev, libcfitsio3-dev, cdbs, slsh
+Build-Depends: debhelper (>= 7.0.0), libslang2-dev, libcfitsio3-dev, cdbs, slsh
 Standards-Version: 3.8.0
 Homepage: http://space.mit.edu/cxc/software/slang/modules/cfitsio/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-jed/slcfitsio/trunk/

Modified: slcfitsio/trunk/debian/rules
===================================================================
--- slcfitsio/trunk/debian/rules	2008-07-08 19:26:31 UTC (rev 1149)
+++ slcfitsio/trunk/debian/rules	2008-07-08 19:29:04 UTC (rev 1150)
@@ -6,6 +6,3 @@
 
 DEB_MAKE_BUILD_TARGET := all RPATH=
 DEB_MAKE_CHECK_TARGET := -C src test
-
-clean::
-	rm -f *.fit Makefile config.log config.status




More information about the Pkg-jed-commit mailing list