[med-svn] [igraph] 11/31: New upstream fixes some issues
Andreas Tille
tille at debian.org
Tue Aug 19 10:16:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository igraph.
commit 8426169f2070f8a0eb2f7b9571f7b0a034bee3ec
Author: Mathieu Malaterre <malat at debian.org>
Date: Mon Nov 16 17:25:04 2009 +0000
New upstream fixes some issues
---
debian/changelog | 4 ++--
debian/patches/series | 1 -
debian/rules | 7 ++++---
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4770bdf..2dd528d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-igraph (0.5.2) unstable; urgency=low
+igraph (0.5.3-1) unstable; urgency=low
* Initial upload to Debian. Closes: #546752.
- -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Tue, 15 Sep 2009 15:39:14 +0200
+ -- Mathieu Malaterre <mathieu.malaterre at gmail.com> Mon, 16 Nov 2009 18:12:42 +0100
diff --git a/debian/patches/series b/debian/patches/series
index 35542b5..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-igraph.debian.patch
diff --git a/debian/rules b/debian/rules
index 26b3877..65b4b79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ include /usr/share/quilt/quilt.make
VER_MAJOR = 0
VER_MINOR = 5
-VER_PATCH = 2
+VER_PATCH = 3
VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
@@ -111,11 +111,12 @@ binary-arch: build install
dh_builddeb
$(UPSTREAM_SRC).tar.gz:
- wget http://voxel.dl.sourceforge.net/sourceforge/igraph/$@
+ #wget http://voxel.dl.sourceforge.net/sourceforge/igraph/$@
+ wget http://igraph.googlecode.com/files/igraph-nightly-0.5.3-1537-20091111.tar.gz
+ mv igraph-nightly-0.5.3-1537-20091111.tar.gz $(UPSTREAM_SRC).tar.gz
get-orig-source: $(UPSTREAM_SRC).tar.gz
tar xzf $(UPSTREAM_SRC).tar.gz
- rm -rf $(UPSTREAM_SRC)/debian
GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR)
rm -rf $(DEBIAN_SRC_DIR)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/igraph.git
More information about the debian-med-commit
mailing list