[med-svn] r4339 - in trunk/packages/igraph/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Mon Nov 16 17:25:04 UTC 2009


Author: malat-guest
Date: 2009-11-16 17:25:04 +0000 (Mon, 16 Nov 2009)
New Revision: 4339

Modified:
   trunk/packages/igraph/trunk/debian/changelog
   trunk/packages/igraph/trunk/debian/patches/series
   trunk/packages/igraph/trunk/debian/rules
Log:
New upstream fixes some issues

Modified: trunk/packages/igraph/trunk/debian/changelog
===================================================================
--- trunk/packages/igraph/trunk/debian/changelog	2009-11-16 17:13:12 UTC (rev 4338)
+++ trunk/packages/igraph/trunk/debian/changelog	2009-11-16 17:25:04 UTC (rev 4339)
@@ -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

Modified: trunk/packages/igraph/trunk/debian/patches/series
===================================================================
--- trunk/packages/igraph/trunk/debian/patches/series	2009-11-16 17:13:12 UTC (rev 4338)
+++ trunk/packages/igraph/trunk/debian/patches/series	2009-11-16 17:25:04 UTC (rev 4339)
@@ -1 +0,0 @@
-igraph.debian.patch

Modified: trunk/packages/igraph/trunk/debian/rules
===================================================================
--- trunk/packages/igraph/trunk/debian/rules	2009-11-16 17:13:12 UTC (rev 4338)
+++ trunk/packages/igraph/trunk/debian/rules	2009-11-16 17:25:04 UTC (rev 4339)
@@ -7,7 +7,7 @@
 
 VER_MAJOR = 0
 VER_MINOR = 5
-VER_PATCH = 2
+VER_PATCH = 3
 
 VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)
 
@@ -111,11 +111,12 @@
 	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)
 




More information about the debian-med-commit mailing list