[Pkg-octave-commit] rev 285 - in trunk/packages/inline-octave/debian: . patches

Colin ingram cjingram-guest at costa.debian.org
Fri Oct 21 18:38:34 UTC 2005


Author: cjingram-guest
Date: 2005-10-21 18:38:28 +0000 (Fri, 21 Oct 2005)
New Revision: 285

Added:
   trunk/packages/inline-octave/debian/compat
Removed:
   trunk/packages/inline-octave/debian/patches/50_octave_binary_name.dpatch
Modified:
   trunk/packages/inline-octave/debian/changelog
   trunk/packages/inline-octave/debian/control
   trunk/packages/inline-octave/debian/patches/00list
   trunk/packages/inline-octave/debian/rules
Log:
* moved inline-octave to debhelper compatibility level 4;updated debian/rules, debian/control and added debian/compat to reflect changes 

* removed unneeded patch from inline-octave (octave_binary_name)
  


Modified: trunk/packages/inline-octave/debian/changelog
===================================================================
--- trunk/packages/inline-octave/debian/changelog	2005-10-21 14:15:33 UTC (rev 284)
+++ trunk/packages/inline-octave/debian/changelog	2005-10-21 18:38:28 UTC (rev 285)
@@ -5,7 +5,9 @@
   +++ Changes made by Colin Ingram
 
   * New upstream release (closes: #329568)
-  * output-of-whos patch and added octave_binary_name patch
+  * 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
 
   +++ Changes made by Rafael Laboissiere
 
@@ -16,7 +18,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
 

Added: trunk/packages/inline-octave/debian/compat
===================================================================
--- trunk/packages/inline-octave/debian/compat	2005-10-21 14:15:33 UTC (rev 284)
+++ trunk/packages/inline-octave/debian/compat	2005-10-21 18:38:28 UTC (rev 285)
@@ -0,0 +1 @@
+4


Property changes on: trunk/packages/inline-octave/debian/compat
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/packages/inline-octave/debian/control
===================================================================
--- trunk/packages/inline-octave/debian/control	2005-10-21 14:15:33 UTC (rev 284)
+++ trunk/packages/inline-octave/debian/control	2005-10-21 18:38:28 UTC (rev 285)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Standards-Version: 3.6.2
-Build-Depends-Indep: debhelper (>= 3.0.5), libinline-perl, octave2.1, dpatch
+Build-Depends-Indep: debhelper (>=4), libinline-perl, octave2.1, dpatch
 
 Package: libinline-octave-perl
 Architecture: all

Modified: trunk/packages/inline-octave/debian/patches/00list
===================================================================
--- trunk/packages/inline-octave/debian/patches/00list	2005-10-21 14:15:33 UTC (rev 284)
+++ trunk/packages/inline-octave/debian/patches/00list	2005-10-21 18:38:28 UTC (rev 285)
@@ -1,3 +1,2 @@
-50_octave_binary_name
 50_capture_octave_output
 60_copyright_char_in_pod

Deleted: trunk/packages/inline-octave/debian/patches/50_octave_binary_name.dpatch

Modified: trunk/packages/inline-octave/debian/rules
===================================================================
--- trunk/packages/inline-octave/debian/rules	2005-10-21 14:15:33 UTC (rev 284)
+++ trunk/packages/inline-octave/debian/rules	2005-10-21 18:38:28 UTC (rev 285)
@@ -47,18 +47,16 @@
 	dh_strip
 	dh_perl
 	dh_installdocs
-	dh_installexamples	t/*.t
-	chmod 644 $(CURDIR)/debian/tmp/usr/share/doc/$(PACKAGE)/examples/*t
+	dh_installexamples t/*.t
+	chmod 644 $(CURDIR)/debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/examples/*.t
 #	dh_installmenu
 #	dh_installinit
 #	dh_installcron
-#	dh_installmanpages
-#	dh_undocumented
+#	dh_installman
 	dh_installchangelogs
 	dh_compress --exclude=.t
 	dh_fixperms
-#	dh_suidregister
-	dh_installdeb
+#	dh_installdeb
 #	dh_shlibdeps
 	dh_gencontrol
 #	dh_makeshlibs




More information about the Pkg-octave-commit mailing list