[Pkg-octave-commit] [SCM] octave-xraylib branch, master, updated. ed845f96b96cbc4ddbfd294e268a3f873602591c

Thomas Weber thomas.weber.mail at gmail.com
Thu Dec 31 10:01:16 UTC 2009


The following commit has been merged in the master branch:
commit b6307f50a0c147a7ad80ba83a6af04620ce566d0
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Thu Dec 31 00:22:38 2009 +0100

    Use debian/clean for cleaning

diff --git a/debian/changelog b/debian/changelog
index c6418ef..4c4a337 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 octave-xraylib (1.0.8-2) UNRELEASED; urgency=low
 
+  [ Rafael Laboissiere ]
   * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the
     package is built against octave3.2
 
- -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:03:13 +0200
+  [ Thomas Weber ]
+  * Use debian/clean for cleaning up after build instead of debian/rules
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Tue, 22 Dec 2009 22:48:57 +0100
 
 octave-xraylib (1.0.8-1) unstable; urgency=low
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..88f7c9a
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+src/Makeconf src/config.log src/config.status
diff --git a/debian/rules b/debian/rules
index c41267f..60e2c87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,3 @@ install/octave-xraylib::
 	for i in $$(grep "^  " $(debshr)/INDEX) ; do	\
 		ln -s xraylib.oct $$i.oct ;		\
 	done
-
-clean::
-	rm -rf src/Makeconf src/config.log src/config.status

-- 
octave-xraylib



More information about the Pkg-octave-commit mailing list