[rw] 01/01: Initial packaging work

Julien Puydt julien.puydt at laposte.net
Sun Jun 21 20:05:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

jpuydt-guest pushed a commit to branch master
in repository rw.

commit 4a97f1f83af1484433f34b2478abcf7d82c15ad6
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sun Jun 21 21:06:18 2015 +0200

    Initial packaging work
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 37 +++++++++++++++++++++++++++++++++++++
 debian/copyright         | 31 +++++++++++++++++++++++++++++++
 debian/gbp.conf          |  2 ++
 debian/librw-dev.install |  2 ++
 debian/librw0.install    |  1 +
 debian/librw0.shlibs     |  1 +
 debian/rules             | 21 +++++++++++++++++++++
 debian/source/format     |  1 +
 debian/watch             |  2 ++
 11 files changed, 104 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4e8167b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+rw (0.7-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #789519)
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Sun, 21 Jun 2015 20:39:52 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..732a0bc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: rw
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Julien Puydt <julien.puydt at laposte.net>
+Section: math
+Priority: optional
+Standards-Version: 3.9.6
+Homepage: http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml
+Build-Depends: debhelper (>= 9), dh-autoreconf (>= 4~), pkg-config
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/rw
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/rw
+
+Package: librw0
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Compute rank-width and rank-decompositions of graphs
+ Compute rank-width and rank-decompositions of graphs. It is based on
+ ideas from "Computing rank-width exactly" by Sang-il Oum, "Sopra una
+ formula numerica" by Ernesto Pascal, "Generation of a Vector from the
+ Lexicographical Index" by B.P. Buckles and M. Lybanon and "Fast
+ additions on masked integers" by Michael D. Adams and David S. Wise.
+ .
+ This package contains the library itself.
+
+Package: librw-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, librw0 (= ${binary:Version})
+Description: Compute rank-width and rank-decompositions of graphs (development)
+ Compute rank-width and rank-decompositions of graphs. It is based on
+ ideas from "Computing rank-width exactly" by Sang-il Oum, "Sopra una
+ formula numerica" by Ernesto Pascal, "Generation of a Vector from the
+ Lexicographical Index" by B.P. Buckles and M. Lybanon and "Fast
+ additions on masked integers" by Michael D. Adams and David S. Wise.
+ .
+ This package contains the development files for the library.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7ff5545
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rw
+Upstream-Contact: Philipp Klaus Krause
+Source: http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml
+
+Files: *
+Copyright: 2009-2012 Philipp Klaus Krause
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2015 Julien Puydt
+License: GPL-2+
+
+License: GPL-2+
+ This software is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation; either version 2 of the License, or (at your
+ option) any later version.
+ .
+ This software is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+ for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with mwrank; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-2'
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/librw-dev.install b/debian/librw-dev.install
new file mode 100644
index 0000000..c7a642c
--- /dev/null
+++ b/debian/librw-dev.install
@@ -0,0 +1,2 @@
+/usr/lib/*/*.so
+/usr/include/*
diff --git a/debian/librw0.install b/debian/librw0.install
new file mode 100644
index 0000000..a451edd
--- /dev/null
+++ b/debian/librw0.install
@@ -0,0 +1 @@
+/usr/lib/*/*.so.*
diff --git a/debian/librw0.shlibs b/debian/librw0.shlibs
new file mode 100644
index 0000000..99f84fc
--- /dev/null
+++ b/debian/librw0.shlibs
@@ -0,0 +1 @@
+librw 0 librw0
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9d0c8d0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+export ACLOCAL_M4=.
+
+%:
+	dh $@ --with autoreconf
+
+override_dh_auto_configure:
+	dh_auto_configure -- --disable-executable --enable-shared --disable-static CPPFLAGS="$(CPPFLAGS) -D_LARGEFILE_SOURCE"
+
+override_dh_auto_install:
+	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+	rm -f debian/tmp/usr/lib/*/*.la
+	rm -fr debian/tmp/usr/share/doc
+
+override_dh_install:
+	dh_install --fail-missing
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4a4cbab
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://pholia.tdi.informatik.uni-frankfurt.de/~philipp/software/rw.shtml rw-(\d[\d.]*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/rw.git



More information about the debian-science-commits mailing list