[plplot] 20/68: Import Debian changes 5.6.1-6
Ole Streicher
olebole at moszumanska.debian.org
Mon Jul 10 07:38:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch master
in repository plplot.
commit c93f0474d14894f3534ecfe44e322b0ef83308c3
Author: Rafael Laboissiere <rafael at debian.org>
Date: Thu Jun 29 02:23:30 2006 +0200
Import Debian changes 5.6.1-6
plplot (5.6.1-6) unstable; urgency=low
* debian/watch: Fixed http entry
* debian/rules: Install Perl examples in the libplplot-dev package
---
debian/changelog | 7 +++++++
debian/rules | 3 +++
debian/watch | 4 +++-
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d41afff..4bd3083 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plplot (5.6.1-6) unstable; urgency=low
+
+ * debian/watch: Fixed http entry
+ * debian/rules: Install Perl examples in the libplplot-dev package
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 29 Jun 2006 02:23:30 +0200
+
plplot (5.6.1-5) unstable; urgency=low
* debian/control: Removed build-dependency on pdl, which causes circular
diff --git a/debian/rules b/debian/rules
index f9878cb..1b9da48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,6 +97,9 @@ install-stamp: build-stamp
mv $(debdoc)/plplot $(debdoc)/$(libpkg)
mkdir -p $(debdoc)/$(docpkg)
(cd $(debdoc)/$(libpkg) ; mv html *.pdf *.ps.gz $(debdoc)/$(docpkg))
+ install -d $(debex)/perl
+ install --mode=644 examples/perl/x* examples/perl/README* \
+ $(debex)/perl
mv $(debex) $(debdoc)/$(libpkg)
for i in libplplot-dev plplot-tcl plplot-tcl-dev \
diff --git a/debian/watch b/debian/watch
index 93ea739..7a1b2de 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,4 @@
version=3
-ftp://download.sf.net/pub/sourceforge/p/pl/plplot/plplot-([\d+\.]+|\d+)\.tar.*
+http://sourceforge.net/project/showfiles.php?group_id=2915 \
+ http://prdownloads.sourceforge.net/plplot/plplot-([\d\.]+).tar.gz\?download
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git
More information about the debian-science-commits
mailing list