[Pkg-octave-commit] rev 23 - trunk/packages/matwrap/debian

Rafael Laboissiere rafael@costa.debian.org
Wed, 09 Feb 2005 14:26:07 +0100


Author: rafael
Date: 2005-02-09 14:26:07 +0100 (Wed, 09 Feb 2005)
New Revision: 23

Modified:
   trunk/packages/matwrap/debian/changelog
   trunk/packages/matwrap/debian/rules
Log:
* rules: Remove debian/matwrap.1 in target clean, such that is does
    not end in the diff.gz file



Modified: trunk/packages/matwrap/debian/changelog
===================================================================
--- trunk/packages/matwrap/debian/changelog	2005-02-09 13:21:57 UTC (rev 22)
+++ trunk/packages/matwrap/debian/changelog	2005-02-09 13:26:07 UTC (rev 23)
@@ -6,6 +6,8 @@
 
   * debian/changelog: Added local variables for Emacs debian-changelog-mode
   * debian/control: Set maintainer Debian Octave Group @ alioth.debian.org
+  * debian/rules: Remove debian/matwrap.1 in target clean, such that is
+    does not end in the diff.gz file
 
  --
 

Modified: trunk/packages/matwrap/debian/rules
===================================================================
--- trunk/packages/matwrap/debian/rules	2005-02-09 13:21:57 UTC (rev 22)
+++ trunk/packages/matwrap/debian/rules	2005-02-09 13:26:07 UTC (rev 23)
@@ -1,4 +1,4 @@
-#!/usr/bin/make -f 					
+#!/usr/bin/make -f
 # 							-*- makefile -*-
 # debian/rules file for the Debian/GNU Linux matwrap package
 # Copyright 1999 - 2002 by Dirk Eddelbuettel <edd@debian.org>
@@ -22,6 +22,7 @@
 	rm -f build-stamp
 	#-$(MAKE) clean
 	#-$(MAKE) distclean
+	rm -f debian/$(package).1
 	dh_clean
 
 install: build
@@ -36,7 +37,7 @@
 		$(debtmp)/share/matwrap/mkoctfile* 		\
 		$(debtmp)/share/matwrap/fix_mkoctfile.sh 	\
 		$(debtmp)/share/matwrap/matwrap.pod	 	\
-		$(debtmp)/man/ 
+		$(debtmp)/man/
 	# change $PREFIX to leave only trailing /usr
 	perl -p -i -e 's|/.*/debian/tmp||' $(debtmp)/bin/matwrap