[Pkg-octave-commit] [SCM] octave-ad branch, master, updated. 91ba9f123f6ddd18e8ed644ac59df4426d991faa
Rafael Laboissiere
rafael at debian.org
Sun May 24 08:49:45 UTC 2009
The following commit has been merged in the master branch:
commit a4b68956e583380a0193390eb64cd7fe0e286650
Author: Rafael Laboissiere <rafael at debian.org>
Date: Sat May 23 21:33:46 2009 +0200
Remove documentation source ad.texi from /usr/share/doc
diff --git a/debian/changelog b/debian/changelog
index 85a0fb9..857becc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ octave-ad (1.0.5-1) UNRELEASED; urgency=low
+ Use DEP5 URL in Format-Specification
+ Use separate License stanzas for instructing about the location of
the different licenses used in the package
+ * debian/rules: Remove documentation source ad.texi from /usr/share/doc
-- Rafael Laboissiere <rafael at debian.org> Fri, 15 May 2009 18:51:22 +0200
diff --git a/debian/rules b/debian/rules
index 71fb86c..81b2ea4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
# -*- makefile -*-
include /usr/share/cdbs/1/class/octave-pkg.mk
+
+install/octave-ad::
+ ( cd debian/octave-ad/usr/share/doc/octave-ad/ ; \
+ [ -f ad.texi ] && rm ad.texi )
--
octave-ad
More information about the Pkg-octave-commit
mailing list