[Python-apps-commits] r4191 - in packages/pygccxml/trunk/debian (6 files)

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Fri Nov 27 20:27:45 UTC 2009


    Date: Friday, November 27, 2009 @ 20:27:44
  Author: azatoth-guest
Revision: 4191

Disabling inclusion of msvc specific code

Added:
  packages/pygccxml/trunk/debian/patches/
  packages/pygccxml/trunk/debian/patches/remove_msvc
  packages/pygccxml/trunk/debian/patches/series
Modified:
  packages/pygccxml/trunk/debian/changelog
  packages/pygccxml/trunk/debian/control
  packages/pygccxml/trunk/debian/rules

Modified: packages/pygccxml/trunk/debian/changelog
===================================================================
--- packages/pygccxml/trunk/debian/changelog	2009-11-27 20:02:22 UTC (rev 4190)
+++ packages/pygccxml/trunk/debian/changelog	2009-11-27 20:27:44 UTC (rev 4191)
@@ -1,5 +1,6 @@
 pygccxml (1.0.0-1) UNRELEASED; urgency=low
 
   * Initial release
+  * Disabling inclusion of msvc specific code
 
- -- Carl Fürstenberg <carl at excito.com>  Fri, 20 Nov 2009 21:58:19 +0100
+ -- Carl Fürstenberg <carl at excito.com>  Fri, 27 Nov 2009 21:27:03 +0100

Modified: packages/pygccxml/trunk/debian/control
===================================================================
--- packages/pygccxml/trunk/debian/control	2009-11-27 20:02:22 UTC (rev 4190)
+++ packages/pygccxml/trunk/debian/control	2009-11-27 20:27:44 UTC (rev 4191)
@@ -7,7 +7,7 @@
 Homepage: http://www.language-binding.net/pygccxml/pygccxml.html
 
 Package: python-gccxml
-Architecture: any
+Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Description: Specialized XML reader that reads the output from GCCXML
  The purpose of the GCC-XML extension is to generate an XML description

Added: packages/pygccxml/trunk/debian/patches/remove_msvc
===================================================================
--- packages/pygccxml/trunk/debian/patches/remove_msvc	                        (rev 0)
+++ packages/pygccxml/trunk/debian/patches/remove_msvc	2009-11-27 20:27:44 UTC (rev 4191)
@@ -0,0 +1,14 @@
+Index: pygccxml-1.0.0/setup.py
+===================================================================
+--- pygccxml-1.0.0.orig/setup.py	2009-11-27 21:20:52.000000000 +0100
++++ pygccxml-1.0.0/setup.py	2009-11-27 21:20:49.000000000 +0100
+@@ -60,9 +60,6 @@
+        packages = [ 'pygccxml',
+                     'pygccxml.declarations',
+                     'pygccxml.parser',
+-                    'pygccxml.msvc',
+-                    'pygccxml.msvc.bsc',
+-                    'pygccxml.msvc.pdb',
+                     'pygccxml.utils' ],
+        cmdclass = {"doc" : doc_cmd}
+ )

Added: packages/pygccxml/trunk/debian/patches/series
===================================================================
--- packages/pygccxml/trunk/debian/patches/series	                        (rev 0)
+++ packages/pygccxml/trunk/debian/patches/series	2009-11-27 20:27:44 UTC (rev 4191)
@@ -0,0 +1 @@
+remove_msvc

Modified: packages/pygccxml/trunk/debian/rules
===================================================================
--- packages/pygccxml/trunk/debian/rules	2009-11-27 20:02:22 UTC (rev 4190)
+++ packages/pygccxml/trunk/debian/rules	2009-11-27 20:27:44 UTC (rev 4191)
@@ -2,4 +2,4 @@
 # -*- makefile -*-
 
 %:
-	dh  $@
+	dh --with quilt $@




More information about the Python-apps-commits mailing list