[Pkg-octave-commit] [SCM] Debian packaging for octave-pkg-dev branch, master, updated. af7b13bd41f5fbf57100e2142a7de12fb81b3389
Thomas Weber
tweber at debian.org
Sun Feb 19 11:33:31 UTC 2012
The following commit has been merged in the master branch:
commit 73c7f2c1192e4100f3cc5df80af7331055c0ed54
Author: Thomas Weber <tweber at debian.org>
Date: Fri Oct 14 15:07:21 2011 +0200
Move octave-pkg-helper.in to octave-pkg-helper
There is nothing in that file that is changed with sed anymore.
diff --git a/debian/changelog b/debian/changelog
index fc39f57..c82f641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ octave-pkg-dev (0.7.5) UNRELEASED; urgency=low
* Bump compat level to 8.
* Add Sébastien Villemot to Uploaders.
* Switch from octave3.2-header to liboctave-dev in the dependency list.
+ * Move octave-pkg-helper.in to octave-pkg-helper: we do not change any
+ content in it with sed anymore.
-- Thomas Weber <tweber at debian.org> Thu, 24 Feb 2011 22:06:28 +0100
diff --git a/debian/rules b/debian/rules
index 6ad7583..a8750c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
# debian/rules for the octave-pkg-dev Debian package
OCTPKG = octave
-FILES = octave-pkg.mk octave-pkg-helper
+FILES = octave-pkg.mk
include /usr/share/cdbs/1/rules/debhelper.mk
diff --git a/octave-pkg-helper.in b/octave-pkg-helper
old mode 100644
new mode 100755
similarity index 100%
rename from octave-pkg-helper.in
rename to octave-pkg-helper
--
Debian packaging for octave-pkg-dev
More information about the Pkg-octave-commit
mailing list