[Python-modules-commits] r13031 - in packages/swiginac/trunk/debian (changelog control rules)

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Wed May 19 18:11:04 UTC 2010


    Date: Wednesday, May 19, 2010 @ 18:10:49
  Author: johannr-guest
Revision: 13031

Updates for new upstream release.

Modified:
  packages/swiginac/trunk/debian/changelog
  packages/swiginac/trunk/debian/control
  packages/swiginac/trunk/debian/rules

Modified: packages/swiginac/trunk/debian/changelog
===================================================================
--- packages/swiginac/trunk/debian/changelog	2010-05-19 17:59:13 UTC (rev 13030)
+++ packages/swiginac/trunk/debian/changelog	2010-05-19 18:10:49 UTC (rev 13031)
@@ -1,3 +1,12 @@
+swiginac (1.5.1.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * debian/control: Bump Standards-Version to 3.8.4 (no changes).
+  * debian/rules: Include header file swiginac.h and SWIG interface
+    (.i) files. 
+
+ -- Johannes Ring <johannr at simula.no>  Wed, 19 May 2010 16:09:35 +0200
+
 swiginac (1.5.1-2) unstable; urgency=low
 
   * debian/control: 

Modified: packages/swiginac/trunk/debian/control
===================================================================
--- packages/swiginac/trunk/debian/control	2010-05-19 17:59:13 UTC (rev 13030)
+++ packages/swiginac/trunk/debian/control	2010-05-19 18:10:49 UTC (rev 13031)
@@ -5,7 +5,7 @@
 Uploaders: Johannes Ring <johannr at simula.no>
 Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), python-support,
  python-all-dev, swig, pkg-config, libginac-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 DM-Upload-Allowed: yes
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/swiginac/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/swiginac/trunk/

Modified: packages/swiginac/trunk/debian/rules
===================================================================
--- packages/swiginac/trunk/debian/rules	2010-05-19 17:59:13 UTC (rev 13030)
+++ packages/swiginac/trunk/debian/rules	2010-05-19 18:10:49 UTC (rev 13031)
@@ -11,6 +11,12 @@
 
 USCAN_DESTDIR := $(CURDIR)
 
+# install header and SWIG interface files
+install/python-swiginac::
+	mkdir -p $(DEB_DESTDIR)/usr/include/swiginac
+	cp $(CURDIR)/src/swiginac/swiginac.h $(DEB_DESTDIR)/usr/include/
+	cp $(CURDIR)/src/swiginac/*.i $(DEB_DESTDIR)/usr/include/swiginac
+
 get-orig-source:
 	uscan --force-download --verbose --destdir $(USCAN_DESTDIR) \
 	 --download-version $(DEB_UPSTREAM_VERSION) \




More information about the Python-modules-commits mailing list