[Pkg-octave-commit] rev 710 - trunk/packages/octave-epstk/debian

Thomas Weber thomas-guest at costa.debian.org
Fri Aug 18 10:57:46 UTC 2006


Author: thomas-guest
Date: 2006-08-18 10:57:45 +0000 (Fri, 18 Aug 2006)
New Revision: 710

Added:
   trunk/packages/octave-epstk/debian/NEWS
Removed:
   trunk/packages/octave-epstk/debian/NEWS.Debian
Modified:
   trunk/packages/octave-epstk/debian/changelog
   trunk/packages/octave-epstk/debian/control
   trunk/packages/octave-epstk/debian/octave-epstk.install
   trunk/packages/octave-epstk/debian/rules
Log:
Depend on gs-common

Move NEWS.Debian to NEWS (dh_installchangelogs doesn't take NEWS.Debian
automatically, whereas dh_installdocs expects a README.Debian -- go figure)

octave-epstk.install is much more complicated now due to the temporary files 


Copied: trunk/packages/octave-epstk/debian/NEWS (from rev 709, trunk/packages/octave-epstk/debian/NEWS.Debian)

Deleted: trunk/packages/octave-epstk/debian/NEWS.Debian

Modified: trunk/packages/octave-epstk/debian/changelog
===================================================================
--- trunk/packages/octave-epstk/debian/changelog	2006-08-16 16:03:23 UTC (rev 709)
+++ trunk/packages/octave-epstk/debian/changelog	2006-08-18 10:57:45 UTC (rev 710)
@@ -1,3 +1,15 @@
+octave-epstk (2.1-7) unstable; urgency=low
+
+  NOT YET RELEASED!
+
+  [ Thomas Weber ]
+  * Build-depend on gs-common (Closes: #383509) (thanks, Andreas Jochens)
+  * Really include the NEWS file
+  * Remove temporary files (created during build) from the package, going back
+    to the original package size
+
+ -- 
+
 octave-epstk (2.1-6) unstable; urgency=low
 
   * debian/patches/60_source-etc-epstk-conf.patch: Allow the user to

Modified: trunk/packages/octave-epstk/debian/control
===================================================================
--- trunk/packages/octave-epstk/debian/control	2006-08-16 16:03:23 UTC (rev 709)
+++ trunk/packages/octave-epstk/debian/control	2006-08-18 10:57:45 UTC (rev 710)
@@ -4,7 +4,7 @@
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5), cdbs
+Build-Depends: debhelper (>= 5), cdbs, gs-common
 Build-Depends-Indep: octave2.1-headers (>= 2.1.73-10),
  octave2.9-headers (>= 2.9.7-2)
 

Modified: trunk/packages/octave-epstk/debian/octave-epstk.install
===================================================================
--- trunk/packages/octave-epstk/debian/octave-epstk.install	2006-08-16 16:03:23 UTC (rev 709)
+++ trunk/packages/octave-epstk/debian/octave-epstk.install	2006-08-18 10:57:45 UTC (rev 710)
@@ -1,2 +1,8 @@
-m/* usr/share/octave/site/m/octave-epstk/
+m/*.m usr/share/octave/site/m/octave-epstk/
+m/*.psd usr/share/octave/site/m/octave-epstk/
+m/epstkbc usr/share/octave/site/m/octave-epstk/
+m/def* usr/share/octave/site/m/octave-epstk/
+m/mFileList usr/share/octave/site/m/octave-epstk/
+m/epsFileList usr/share/octave/site/m/octave-epstk/
+m/octave.asc usr/share/octave/site/m/octave-epstk/
 debian/epstk.conf   etc/

Modified: trunk/packages/octave-epstk/debian/rules
===================================================================
--- trunk/packages/octave-epstk/debian/rules	2006-08-16 16:03:23 UTC (rev 709)
+++ trunk/packages/octave-epstk/debian/rules	2006-08-18 10:57:45 UTC (rev 710)
@@ -6,6 +6,12 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+# kick out files created during 'make check'; 
+# without this, we can't use globbing parameters in octave-epstk.install
+# (difficulties arise for example with .jpg, as default.jpg should be included,
+# but no other .jpg files)
+DEB_DH_INSTALL_ARGS += --exclude=myNewSymbol.psd 
+
 # Poor man's "make check"
 build/octave-epstk:: build-stamp
 build-stamp:




More information about the Pkg-octave-commit mailing list