[Pkg-octave-commit] rev 286 - trunk/packages/inline-octave/debian

Rafael Laboissiere rafael at costa.debian.org
Sat Oct 22 08:32:39 UTC 2005


Author: rafael
Date: 2005-10-22 08:32:39 +0000 (Sat, 22 Oct 2005)
New Revision: 286

Modified:
   trunk/packages/inline-octave/debian/changelog
   trunk/packages/inline-octave/debian/rules
Log:
* Adjusted the variable debtmp to debhelper compat level 4
* Removed cruft from dh-make (really!)


Modified: trunk/packages/inline-octave/debian/changelog
===================================================================
--- trunk/packages/inline-octave/debian/changelog	2005-10-21 18:38:28 UTC (rev 285)
+++ trunk/packages/inline-octave/debian/changelog	2005-10-22 08:32:39 UTC (rev 286)
@@ -7,7 +7,8 @@
   * New upstream release (closes: #329568)
   * debian/patches/50_output-of-whos.dpatch: removed
   * debian/control: debhelper upgrade to 4.0
-  * debian/rules: updated examples chmod to reflect new behavior of dh_installexamples
+  * debian/rules: updated examples chmod to reflect new behavior of
+    dh_installexamples
 
   +++ Changes made by Rafael Laboissiere
 
@@ -18,7 +19,7 @@
     non-ascii copyright character in POD section of Octave.pm)
   * debian/rules: Run the regression tests when building the package
 
- -- 
+ --
 
 inline-octave (0.21-2) unstable; urgency=low
 

Modified: trunk/packages/inline-octave/debian/rules
===================================================================
--- trunk/packages/inline-octave/debian/rules	2005-10-21 18:38:28 UTC (rev 285)
+++ trunk/packages/inline-octave/debian/rules	2005-10-22 08:32:39 UTC (rev 286)
@@ -8,7 +8,7 @@
 PACKAGE	:= $(shell grep Package debian/control | sed 's/^Package: //')
 version	:= $(shell head -1 debian/changelog | \
 			perl -nle 'm/\S+\s+\((\S+)\)/ && print $$1')
-debtmp	:= $(CURDIR)/debian/tmp
+debtmp	:= $(CURDIR)/debian/$(PACKAGE)
 
 upstream: get-orig-source
 get-orig-source:
@@ -43,23 +43,16 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) install PREFIX=$(PWD)/debian/tmp/usr
+	$(MAKE) install PREFIX=$(debtmp)/usr
 	dh_strip
 	dh_perl
 	dh_installdocs
 	dh_installexamples t/*.t
-	chmod 644 $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/examples/*.t
-#	dh_installmenu
-#	dh_installinit
-#	dh_installcron
-#	dh_installman
+	chmod 644 $(debtmp)/usr/share/doc/$(PACKAGE)/examples/*.t
 	dh_installchangelogs
 	dh_compress --exclude=.t
 	dh_fixperms
-#	dh_installdeb
-#	dh_shlibdeps
 	dh_gencontrol
-#	dh_makeshlibs
 	dh_md5sums
 	dh_builddeb
 




More information about the Pkg-octave-commit mailing list