[Pkg-octave-commit] [SCM] octave-odepkg branch, master, updated. f11695fe025180ce9aa96f5e38112a1f59078958
Thomas Weber
thomas.weber.mail at gmail.com
Thu Dec 31 09:38:33 UTC 2009
The following commit has been merged in the master branch:
commit 47bb853cd1610d5e95eff2c55be07d41dc5e4868
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date: Wed Dec 30 23:12:06 2009 +0100
Use octave-odepkg.info and octave-odepkg.docs for installation
diff --git a/debian/changelog b/debian/changelog
index b836a91..ead3447 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
octave-odepkg (0.6.6-2) UNRELEASED; urgency=low
+ [ Rafael Laboissiere ]
* debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the
package is built against octave3.2
+
+ [ Thomas Weber ]
+ * New upstream release
+ * Use debian/octave-odepkg.info and debian/octave-odepkg.docs for
+ installation of documentation
-- Rafael Laboissiere <rafael at debian.org> Sun, 07 Jun 2009 21:06:51 +0200
diff --git a/debian/octave-odepkg.docs b/debian/octave-odepkg.docs
new file mode 100644
index 0000000..7e78dbb
--- /dev/null
+++ b/debian/octave-odepkg.docs
@@ -0,0 +1 @@
+doc/odepkg.pdf
diff --git a/debian/octave-odepkg.info b/debian/octave-odepkg.info
new file mode 100644
index 0000000..159a347
--- /dev/null
+++ b/debian/octave-odepkg.info
@@ -0,0 +1 @@
+doc/odepkg.info
diff --git a/debian/rules b/debian/rules
index b476356..c12ce29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,6 @@ include /usr/share/cdbs/1/class/octave-pkg.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
pkg = octave-odepkg
-debshr = $(CURDIR)/debian/$(pkg)/usr/share
-wrongdocs = Makefile dldfunref.texi mfunref.texi odepkg.texi
-install/$(pkg)::
- ( cd doc ; make odepkg.info )
- dh_installinfo doc/odepkg.info
- ( cd $(debshr)/doc/$(pkg) ; \
- for f in $(wrongdocs) ; do [ -f $$f ] && rm $$f ; done )
- rm -f $(debshr)/octave/packages/*/doc.info
+build/$(pkg)::
+ ( cd doc ; make odepkg.info; make odepkg.pdf )
--
octave-odepkg
More information about the Pkg-octave-commit
mailing list