[Python-modules-commits] r22214 - in packages/gato/trunk (10 files)

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Tue Jun 19 19:45:57 UTC 2012


    Date: Tuesday, June 19, 2012 @ 19:45:56
  Author: miriam
Revision: 22214

[svn-inject] Applying Debian modifications (1.1.2-1) to trunk

Added:
  packages/gato/trunk/debian/
  packages/gato/trunk/debian/README.source
  packages/gato/trunk/debian/changelog
  packages/gato/trunk/debian/compat
  packages/gato/trunk/debian/control
  packages/gato/trunk/debian/copyright
  packages/gato/trunk/debian/rules
  packages/gato/trunk/debian/source/
  packages/gato/trunk/debian/source/format
  packages/gato/trunk/debian/source/options


Property changes on: packages/gato/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/gato/trunk/debian/README.source
===================================================================
--- packages/gato/trunk/debian/README.source	                        (rev 0)
+++ packages/gato/trunk/debian/README.source	2012-06-19 19:45:56 UTC (rev 22214)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source

Added: packages/gato/trunk/debian/changelog
===================================================================
--- packages/gato/trunk/debian/changelog	                        (rev 0)
+++ packages/gato/trunk/debian/changelog	2012-06-19 19:45:56 UTC (rev 22214)
@@ -0,0 +1,5 @@
+gato (1.1.2-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Miriam Ruiz <miriam at debian.org>  Tue, 19 Jun 2012 13:35:04 +0200

Added: packages/gato/trunk/debian/compat
===================================================================
--- packages/gato/trunk/debian/compat	                        (rev 0)
+++ packages/gato/trunk/debian/compat	2012-06-19 19:45:56 UTC (rev 22214)
@@ -0,0 +1 @@
+7

Added: packages/gato/trunk/debian/control
===================================================================
--- packages/gato/trunk/debian/control	                        (rev 0)
+++ packages/gato/trunk/debian/control	2012-06-19 19:45:56 UTC (rev 22214)
@@ -0,0 +1,17 @@
+Source: gato
+Section: python
+Priority: optional
+Maintainer: Miriam Ruiz <miriam at debian.org>
+Build-Depends: debhelper (>= 7), dh-buildinfo, quilt,
+ python-all (>= 2.6.6-3~), python-setuptools, python-tk
+Standards-Version: 3.9.3
+Homepage: http://gato.sourceforge.net/
+
+Package: python-gato
+Architecture: all
+Depends: python-tk, ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Graph Animation Toolbox
+ Gato (the Graph Animation Toolbox) is a software which visualizes
+ algorithms on graphs (mathematical objects consisting of vertices,
+ and edges connecting them).

Added: packages/gato/trunk/debian/copyright
===================================================================
--- packages/gato/trunk/debian/copyright	                        (rev 0)
+++ packages/gato/trunk/debian/copyright	2012-06-19 19:45:56 UTC (rev 22214)
@@ -0,0 +1,28 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: gato
+Upstream-Contact: Alexander Schliep <alexander at schliep.org>
+Source: http://sourceforge.net/projects/gato/files/
+Debianized-By: Miriam Ruiz <miriam at debian.org>
+Debianized-Date: Tue, 19 Jun 2012 13:35:04 +0200
+
+Files: *
+Copyright:
+ Copyright (C) 1998-2011, Alexander Schliep, Winfried Hochstaettler
+ Copyright 1998-2001 ZAIK/ZPR, Universitaet zu Koeln
+License: LGPL-2+
+
+Files: debian/*
+Copyright: Copyright (C) 2012, Miriam Ruiz <miriam at debian.org>
+License: LGPL-2+
+
+License: LGPL-2+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 2.1 of the License, or
+ (at your option) any later version.
+ .
+ On Debian systems, the complete text of the latest version of the GNU Lesser
+ General Public License can be found in `/usr/share/common-licenses/LGPL'.
+ .
+ The complete text of version 2 of the Lesser GNU General Public License
+ can be found in `/usr/share/common-licenses/LGPL-2'.

Added: packages/gato/trunk/debian/rules
===================================================================
--- packages/gato/trunk/debian/rules	                        (rev 0)
+++ packages/gato/trunk/debian/rules	2012-06-19 19:45:56 UTC (rev 22214)
@@ -0,0 +1,76 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+PYVERS=$(shell pyversions -vs)
+
+config: config-stamp
+config-stamp: 
+	dh_testdir
+	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
+	touch $@
+
+build-indep: $(PYVERS:%=build-python%)
+
+build-arch:
+
+build: build-indep build-arch
+
+build-python%: config-stamp
+	dh_testdir
+	python$* setup.py build
+	touch $@
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f config-stamp build-python?.* install-python?.*
+	rm -f `find . -name "*.pyc"`
+	rm -rf build
+	[ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+	dh_clean
+
+install: build $(PYVERS:%=install-python%)
+
+install-python%:
+	dh_testdir
+	dh_testroot
+	python$* setup.py install \
+		--no-compile \
+		--install-layout=deb \
+		--root=$(CURDIR)/debian/python-gato
+	touch $@
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_installexamples -i
+	dh_install -i
+#	dh_installmenu -i
+#	dh_installdebconf -i
+#	dh_installlogrotate -i
+#	dh_installemacsen -i
+#	dh_installpam -i
+#	dh_installmime -i
+#	dh_installinit -i
+#	dh_installcron -i
+#	dh_installinfo -i
+	dh_installman -i
+	dh_link -i
+	dh_compress -i --exclude=.js --exclude=.pdf --exclude=.py
+	dh_fixperms -i
+	dh_python2 -i
+#	dh_perl -i
+	[ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo -i
+	dh_installdeb -i
+	dh_shlibdeps -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+binary-arch: build install
+
+binary: binary-indep binary-arch
+.PHONY: config build-indep build-arch build clean binary-indep binary-arch binary install


Property changes on: packages/gato/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/gato/trunk/debian/source/format
===================================================================
--- packages/gato/trunk/debian/source/format	                        (rev 0)
+++ packages/gato/trunk/debian/source/format	2012-06-19 19:45:56 UTC (rev 22214)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/gato/trunk/debian/source/options
===================================================================
--- packages/gato/trunk/debian/source/options	                        (rev 0)
+++ packages/gato/trunk/debian/source/options	2012-06-19 19:45:56 UTC (rev 22214)
@@ -0,0 +1,5 @@
+# Bzip2 compression for debian.tar
+compression = "bzip2"
+compression-level = 7
+# Do not generate diff for changes in config.(sub|guess)
+extend-diff-ignore = "(^|/)config.(sub|guess)$"




More information about the Python-modules-commits mailing list