Author: smr Date: 2011-03-17 04:48:02 +0000 (Thu, 17 Mar 2011) New Revision: 6276
Added: trunk/packages/igraph/tags/0.5.4-1/ trunk/packages/igraph/tags/0.5.4-1/debian/changelog trunk/packages/igraph/tags/0.5.4-1/debian/control trunk/packages/igraph/tags/0.5.4-1/debian/rules Removed: trunk/packages/igraph/tags/0.5.4-1/debian/changelog trunk/packages/igraph/tags/0.5.4-1/debian/control trunk/packages/igraph/tags/0.5.4-1/debian/rules Log: [svn-buildpackage] Tagging igraph 0.5.4-1 Deleted: trunk/packages/igraph/tags/0.5.4-1/debian/changelog =================================================================== --- trunk/packages/igraph/trunk/debian/changelog 2011-03-16 14:25:15 UTC (rev 6274) +++ trunk/packages/igraph/tags/0.5.4-1/debian/changelog 2011-03-17 04:48:02 UTC (rev 6276) @@ -1,5 +0,0 @@ -igraph (0.5.3-1) unstable; urgency=low - - * Initial upload to Debian. Closes: #546752. - - -- Mathieu Malaterre <[email protected]> Mon, 16 Nov 2009 18:12:42 +0100 Copied: trunk/packages/igraph/tags/0.5.4-1/debian/changelog (from rev 6275, trunk/packages/igraph/trunk/debian/changelog) =================================================================== --- trunk/packages/igraph/tags/0.5.4-1/debian/changelog (rev 0) +++ trunk/packages/igraph/tags/0.5.4-1/debian/changelog 2011-03-17 04:48:02 UTC (rev 6276) @@ -0,0 +1,16 @@ +igraph (0.5.4-1) unstable; urgency=low + + * New upstream. + + * control: Change depends libgmp3-dev --> libgmp-dev. Update + Standards-Version to 3.9.1. + + * rules: empty out dependency_libs. + + -- Steve M. Robbins <[email protected]> Wed, 16 Mar 2011 23:42:10 -0500 + +igraph (0.5.3-1) unstable; urgency=low + + * Initial upload to Debian. Closes: #546752. + + -- Mathieu Malaterre <[email protected]> Mon, 16 Nov 2009 18:12:42 +0100 Deleted: trunk/packages/igraph/tags/0.5.4-1/debian/control =================================================================== --- trunk/packages/igraph/trunk/debian/control 2011-03-16 14:25:15 UTC (rev 6274) +++ trunk/packages/igraph/tags/0.5.4-1/debian/control 2011-03-17 04:48:02 UTC (rev 6276) @@ -1,34 +0,0 @@ -Source: igraph -Section: libs -Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -DM-Upload-Allowed: yes -Uploaders: Mathieu Malaterre <[email protected]>, -Build-Depends: debhelper (>= 7), libtool, libxml2-dev, libgmp3-dev, libarpack2-dev, - libblas-dev, liblapack-dev, automake -Standards-Version: 3.8.3 -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/igraph/trunk/?rev=0&sc=0 -Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/igraph/trunk/ -Homepage: http://igraph.sourceforge.net/ - -Package: libigraph0 -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: A library for creating and manipulating graphs - igraph is a library for creating and manipulating graphs. - It is intended to be as powerful (ie. fast) as possible to enable the - analysis of large graphs. - . - This is the runtime library package. - -Package: libigraph0-dev -Architecture: any -Section: libdevel -Depends: libigraph0 (= ${binary:Version}), ${misc:Depends} -Provides: libigraph-dev -Description: A library for creating and manipulating graphs - development files - igraph is a library for creating and manipulating graphs. - It is intended to be as powerful (ie. fast) as possible to enable the - analysis of large graphs. - . - This package contains the include files and static library for igraph. Copied: trunk/packages/igraph/tags/0.5.4-1/debian/control (from rev 6275, trunk/packages/igraph/trunk/debian/control) =================================================================== --- trunk/packages/igraph/tags/0.5.4-1/debian/control (rev 0) +++ trunk/packages/igraph/tags/0.5.4-1/debian/control 2011-03-17 04:48:02 UTC (rev 6276) @@ -0,0 +1,34 @@ +Source: igraph +Section: libs +Priority: optional +Maintainer: Debian Med Packaging Team <[email protected]> +DM-Upload-Allowed: yes +Uploaders: Mathieu Malaterre <[email protected]>, +Build-Depends: debhelper (>= 7), libtool, libxml2-dev, libgmp-dev, libarpack2-dev, + libblas-dev, liblapack-dev, automake +Standards-Version: 3.9.1 +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/igraph/trunk/?rev=0&sc=0 +Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/igraph/trunk/ +Homepage: http://igraph.sourceforge.net/ + +Package: libigraph0 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A library for creating and manipulating graphs + igraph is a library for creating and manipulating graphs. + It is intended to be as powerful (ie. fast) as possible to enable the + analysis of large graphs. + . + This is the runtime library package. + +Package: libigraph0-dev +Architecture: any +Section: libdevel +Depends: libigraph0 (= ${binary:Version}), ${misc:Depends} +Provides: libigraph-dev +Description: A library for creating and manipulating graphs - development files + igraph is a library for creating and manipulating graphs. + It is intended to be as powerful (ie. fast) as possible to enable the + analysis of large graphs. + . + This package contains the include files and static library for igraph. Deleted: trunk/packages/igraph/tags/0.5.4-1/debian/rules =================================================================== --- trunk/packages/igraph/trunk/debian/rules 2011-03-16 14:25:15 UTC (rev 6274) +++ trunk/packages/igraph/tags/0.5.4-1/debian/rules 2011-03-17 04:48:02 UTC (rev 6276) @@ -1,124 +0,0 @@ -#!/usr/bin/make -f - -#include /usr/share/quilt/quilt.make - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -VER_MAJOR = 0 -VER_MINOR = 5 -VER_PATCH = 3 - -VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) - -UPSTREAM_SRC = igraph-$(VER_FULL) -DEBIAN_SRC_DIR = igraph-$(VER_FULL) -DEBIAN_SRC_TAR = igraph_$(VER_FULL).orig.tar.gz - -# These are used for cross-compiling and for saving the configure script -# from having to guess our platform (since we know it already) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif - -configure: configure-stamp -configure-stamp: - dh_testdir - libtoolize -f -c - #mv -f ltmain.sh utils - aclocal - autoheader - automake -a -c - autoconf - ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --sysconfdir=/etc --with-external-blas --with-external-lapack --with-external-arpack - touch configure-stamp - -build: configure-stamp build-stamp -build-stamp: - dh_testdir - $(MAKE) - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - [ ! -f Makefile ] || $(MAKE) distclean - dh_clean - -install: build - dh_testdir - dh_testroot - dh_prep - dh_installdirs - $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - - dh_movefiles -plibigraph0 \ - usr/lib/libigraph.so.0 \ - usr/lib/libigraph.so.0.0.0 - - dh_movefiles -plibigraph0-dev \ - usr/include/igraph/igraph.h \ - usr/include/igraph/types.h \ - usr/include/igraph/arpack.h \ - usr/include/igraph/array.h \ - usr/include/igraph/attributes.h \ - usr/include/igraph/dqueue.h \ - usr/include/igraph/error.h \ - usr/include/igraph/heap.h \ - usr/include/igraph/interrupt.h \ - usr/include/igraph/igraph_pmt.h \ - usr/include/igraph/igraph_pmt_off.h \ - usr/include/igraph/matrix.h \ - usr/include/igraph/stack.h \ - usr/include/igraph/vector.h \ - usr/lib/libigraph.so \ - usr/lib/libigraph.a \ - usr/lib/libigraph.la \ - usr/lib/pkgconfig/igraph.pc - - dh_installdocs - dh_installexamples - dh_installman - dh_installinfo - dh_installchangelogs ChangeLog - dh_strip - dh_link - dh_compress - dh_fixperms - dh_makeshlibs - dh_shlibdeps -L libigraph -l debian/libigraph/usr/lib - dh_gencontrol - dh_installdeb - dh_md5sums - dh_builddeb - -$(UPSTREAM_SRC).tar.gz: - #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 - GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR) - rm -rf $(DEBIAN_SRC_DIR) - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure Copied: trunk/packages/igraph/tags/0.5.4-1/debian/rules (from rev 6275, trunk/packages/igraph/trunk/debian/rules) =================================================================== --- trunk/packages/igraph/tags/0.5.4-1/debian/rules (rev 0) +++ trunk/packages/igraph/tags/0.5.4-1/debian/rules 2011-03-17 04:48:02 UTC (rev 6276) @@ -0,0 +1,125 @@ +#!/usr/bin/make -f + +#include /usr/share/quilt/quilt.make + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +VER_MAJOR = 0 +VER_MINOR = 5 +VER_PATCH = 4 + +VER_FULL = $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH) + +UPSTREAM_SRC = igraph-$(VER_FULL) +DEBIAN_SRC_DIR = igraph-$(VER_FULL) +DEBIAN_SRC_TAR = igraph_$(VER_FULL).orig.tar.gz + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + libtoolize -f -c + #mv -f ltmain.sh utils + aclocal + autoheader + automake -a -c + autoconf + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --sysconfdir=/etc --with-external-blas --with-external-lapack --with-external-arpack + touch configure-stamp + +build: configure-stamp build-stamp +build-stamp: + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr + sed -i "s,^dependency_libs=.*,dependency_libs=''," debian/tmp/usr/lib/libigraph.la + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + + dh_movefiles -plibigraph0 \ + usr/lib/libigraph.so.0 \ + usr/lib/libigraph.so.0.0.0 + + dh_movefiles -plibigraph0-dev \ + usr/include/igraph/igraph.h \ + usr/include/igraph/types.h \ + usr/include/igraph/arpack.h \ + usr/include/igraph/array.h \ + usr/include/igraph/attributes.h \ + usr/include/igraph/dqueue.h \ + usr/include/igraph/error.h \ + usr/include/igraph/heap.h \ + usr/include/igraph/interrupt.h \ + usr/include/igraph/igraph_pmt.h \ + usr/include/igraph/igraph_pmt_off.h \ + usr/include/igraph/matrix.h \ + usr/include/igraph/stack.h \ + usr/include/igraph/vector.h \ + usr/lib/libigraph.so \ + usr/lib/libigraph.a \ + usr/lib/libigraph.la \ + usr/lib/pkgconfig/igraph.pc + + dh_installdocs + dh_installexamples + dh_installman + dh_installinfo + dh_installchangelogs ChangeLog + dh_strip + dh_link + dh_compress + dh_fixperms + dh_makeshlibs + dh_shlibdeps -L libigraph -l debian/libigraph/usr/lib + dh_gencontrol + dh_installdeb + dh_md5sums + dh_builddeb + +$(UPSTREAM_SRC).tar.gz: + #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 + GZIP=-9 tar czf $(DEBIAN_SRC_TAR) $(DEBIAN_SRC_DIR) + rm -rf $(DEBIAN_SRC_DIR) + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
