[Python-apps-commits] r6621 - in packages/pythoncad/tags (5 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Mon Feb 7 22:59:42 UTC 2011


    Date: Monday, February 7, 2011 @ 22:59:42
  Author: dktrkranz
Revision: 6621

[svn-buildpackage] Tagging pythoncad 0.1.37.0-3

Added:
  packages/pythoncad/tags/0.1.37.0-3/
  packages/pythoncad/tags/0.1.37.0-3/debian/control
    (from rev 6620, packages/pythoncad/trunk/debian/control)
  packages/pythoncad/tags/0.1.37.0-3/debian/rules
    (from rev 6620, packages/pythoncad/trunk/debian/rules)
Deleted:
  packages/pythoncad/tags/0.1.37.0-3/debian/control
  packages/pythoncad/tags/0.1.37.0-3/debian/rules

Deleted: packages/pythoncad/tags/0.1.37.0-3/debian/control
===================================================================
--- packages/pythoncad/trunk/debian/control	2011-02-07 21:08:36 UTC (rev 6619)
+++ packages/pythoncad/tags/0.1.37.0-3/debian/control	2011-02-07 22:59:42 UTC (rev 6621)
@@ -1,21 +0,0 @@
-Source: pythoncad
-Section: graphics
-Priority: optional
-Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Uploaders: Charlie Smotherman <cjsmo at cableone.net>
-Build-Depends: debhelper (>= 7.3.0)
-Build-Depends-Indep: python (>=2.6.6-3)
-X-Python-Version: >=2.6
-Standards-Version: 3.9.1
-Homepage: http://sourceforge.net/projects/pythoncad/
-Vcs-Svn: svn://svn.debian.org/python-apps/packages/pythoncad/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pythoncad/trunk/
-
-Package: pythoncad
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 1.99.16), python-gobject
-Description: Computer Aided Drafting (CAD) program
- PythonCAD is a scriptable (with the Python language) and easy to use drafting
- program.
- .
- Please note that this version still doesn't support DWG and DXF file formats.

Copied: packages/pythoncad/tags/0.1.37.0-3/debian/control (from rev 6620, packages/pythoncad/trunk/debian/control)
===================================================================
--- packages/pythoncad/tags/0.1.37.0-3/debian/control	                        (rev 0)
+++ packages/pythoncad/tags/0.1.37.0-3/debian/control	2011-02-07 22:59:42 UTC (rev 6621)
@@ -0,0 +1,21 @@
+Source: pythoncad
+Section: graphics
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Charlie Smotherman <cjsmo at cableone.net>
+Build-Depends: debhelper (>= 7.3.0)
+Build-Depends-Indep: python (>=2.6.6-3~)
+X-Python-Version: >=2.6
+Standards-Version: 3.9.1
+Homepage: http://sourceforge.net/projects/pythoncad/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/pythoncad/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/pythoncad/trunk/
+
+Package: pythoncad
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-gtk2 (>= 1.99.16), python-gobject
+Description: Computer Aided Drafting (CAD) program
+ PythonCAD is a scriptable (with the Python language) and easy to use drafting
+ program.
+ .
+ Please note that this version still doesn't support DWG and DXF file formats.

Deleted: packages/pythoncad/tags/0.1.37.0-3/debian/rules
===================================================================
--- packages/pythoncad/trunk/debian/rules	2011-02-07 21:08:36 UTC (rev 6619)
+++ packages/pythoncad/tags/0.1.37.0-3/debian/rules	2011-02-07 22:59:42 UTC (rev 6621)
@@ -1,10 +0,0 @@
-#!/usr/bin/make -f
-
-%:
-	dh --with python2 $@
-
-override_dh_auto_install:
-	dh_auto_install -- --install-scripts=/usr/share/pythoncad --install-lib=/usr/share/pythoncad
-
-override_dh_installchangelogs:
-	dh_installchangelogs NEWS

Copied: packages/pythoncad/tags/0.1.37.0-3/debian/rules (from rev 6620, packages/pythoncad/trunk/debian/rules)
===================================================================
--- packages/pythoncad/tags/0.1.37.0-3/debian/rules	                        (rev 0)
+++ packages/pythoncad/tags/0.1.37.0-3/debian/rules	2011-02-07 22:59:42 UTC (rev 6621)
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2
+
+override_dh_auto_install:
+	dh_auto_install -- --install-scripts=/usr/share/pythoncad --install-lib=/usr/share/pythoncad
+
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS




More information about the Python-apps-commits mailing list