[Python-modules-commits] r9335 - in packages/swiginac/trunk (9 files)
johannr-guest at users.alioth.debian.org
johannr-guest at users.alioth.debian.org
Fri Aug 14 09:02:03 UTC 2009
Date: Friday, August 14, 2009 @ 09:02:02
Author: johannr-guest
Revision: 9335
[svn-inject] Applying Debian modifications to trunk
Added:
packages/swiginac/trunk/debian/
packages/swiginac/trunk/debian/changelog
packages/swiginac/trunk/debian/compat
packages/swiginac/trunk/debian/control
packages/swiginac/trunk/debian/copyright
packages/swiginac/trunk/debian/docs
packages/swiginac/trunk/debian/pycompat
packages/swiginac/trunk/debian/rules
packages/swiginac/trunk/debian/watch
Property changes on: packages/swiginac/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/swiginac/trunk/debian/changelog
===================================================================
--- packages/swiginac/trunk/debian/changelog (rev 0)
+++ packages/swiginac/trunk/debian/changelog 2009-08-14 09:02:02 UTC (rev 9335)
@@ -0,0 +1,5 @@
+swiginac (1.5.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #538854)
+
+ -- Johannes Ring <johannr at simula.no> Mon, 10 Nov 2008 12:47:32 +0100
Added: packages/swiginac/trunk/debian/compat
===================================================================
--- packages/swiginac/trunk/debian/compat (rev 0)
+++ packages/swiginac/trunk/debian/compat 2009-08-14 09:02:02 UTC (rev 9335)
@@ -0,0 +1 @@
+5
Added: packages/swiginac/trunk/debian/control
===================================================================
--- packages/swiginac/trunk/debian/control (rev 0)
+++ packages/swiginac/trunk/debian/control 2009-08-14 09:02:02 UTC (rev 9335)
@@ -0,0 +1,17 @@
+Source: swiginac
+Section: python
+Priority: optional
+Maintainer: Johannes Ring <johannr at simula.no>
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5), python-central (>= 0.6.0), python-all-dev, swig, pkg-config, libginac-dev
+Standards-Version: 3.8.2
+XS-Python-Version: >= 2.4
+Homepage: http://swiginac.berlios.de/
+
+Package: python-swiginac
+Architecture: any
+XB-Python-Version: ${python:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: Python interface to GiNaC
+ Swiginac is a Python interface to GiNaC, built with SWIG. The aim of swiginac
+ is to make all the functionality of GiNaC accessible from Python as an
+ extension module.
Added: packages/swiginac/trunk/debian/copyright
===================================================================
--- packages/swiginac/trunk/debian/copyright (rev 0)
+++ packages/swiginac/trunk/debian/copyright 2009-08-14 09:02:02 UTC (rev 9335)
@@ -0,0 +1,35 @@
+This package was debianized by Johannes Ring <johannr at simula.no>
+on Mon, 10 Nov 2008 12:47:32 +0100.
+
+It was downloaded from http://swiginac.berlios.de/
+
+Upstream Authors:
+
+ Ola Skavhaug <skavhaug at simula.no>
+ Ondrej Certik <ondrej at certik.cz>
+
+Copyright:
+
+ Copyright (C) 2005-2009 Ola Skavhaug and Ondrej Vertik
+
+License:
+
+ This package 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 package 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 this package; 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'.
+
+The Debian packaging is (C) 2008, Johannes Ring <johannr at simula.no> and
+is licensed under the GPL, see above.
Added: packages/swiginac/trunk/debian/docs
===================================================================
--- packages/swiginac/trunk/debian/docs (rev 0)
+++ packages/swiginac/trunk/debian/docs 2009-08-14 09:02:02 UTC (rev 9335)
@@ -0,0 +1,2 @@
+README.txt
+doc/*
Added: packages/swiginac/trunk/debian/pycompat
===================================================================
--- packages/swiginac/trunk/debian/pycompat (rev 0)
+++ packages/swiginac/trunk/debian/pycompat 2009-08-14 09:02:02 UTC (rev 9335)
@@ -0,0 +1 @@
+2
Added: packages/swiginac/trunk/debian/rules
===================================================================
--- packages/swiginac/trunk/debian/rules (rev 0)
+++ packages/swiginac/trunk/debian/rules 2009-08-14 09:02:02 UTC (rev 9335)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM = pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_PYTHON_BUILD_ARGS =
+
+DEB_COMPRESS_EXCLUDE := .py
+
+USCAN_DESTDIR := $(CURDIR)
+
+get-orig-source:
+ uscan --force-download --verbose --destdir $(USCAN_DESTDIR) \
+ --download-version $(DEB_UPSTREAM_VERSION) \
+ --upstream-version $(DEB_UPSTREAM_VERSION)
Property changes on: packages/swiginac/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/swiginac/trunk/debian/watch
===================================================================
--- packages/swiginac/trunk/debian/watch (rev 0)
+++ packages/swiginac/trunk/debian/watch 2009-08-14 09:02:02 UTC (rev 9335)
@@ -0,0 +1,4 @@
+version=3
+opts=downloadurlmangle=s/prdownload/download/ \
+http://developer.berlios.de/project/showfiles.php?group_id=4761 \
+http://prdownload.berlios.de/swiginac/swiginac-([\d.]+)\.tgz
More information about the Python-modules-commits
mailing list