[Python-modules-commits] r15932 - in packages/python-antlr3/trunk/debian (3 files)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Tue Mar 1 19:39:06 UTC 2011


    Date: Tuesday, March 1, 2011 @ 19:39:04
  Author: nomadium-guest
Revision: 15932

* Add X-Python-Version: >= 2.4 header.
* Add explicit Depends on (>= 2.6.6-3~) since this is using dh_python2.
* Add Breaks: ${python:Breaks}.
* Make copyright file DEP5 compliant, update license names and dates.
* Small fixes in debian/rules.

Modified:
  packages/python-antlr3/trunk/debian/control
  packages/python-antlr3/trunk/debian/copyright
  packages/python-antlr3/trunk/debian/rules

Modified: packages/python-antlr3/trunk/debian/control
===================================================================
--- packages/python-antlr3/trunk/debian/control	2011-03-01 17:14:10 UTC (rev 15931)
+++ packages/python-antlr3/trunk/debian/control	2011-03-01 19:39:04 UTC (rev 15932)
@@ -5,13 +5,15 @@
 Uploaders: Miguel Landaeta <miguel at miguel.cc>
 Build-Depends: debhelper (>= 7.0.50~), python-all, python-setuptools (>= 0.6c5)
 Standards-Version: 3.9.1
+X-Python-Version: >= 2.4
 Homepage: http://www.antlr.org/wiki/display/ANTLR3/Python+runtime
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-antlr3/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-antlr3/trunk/
 
 Package: python-antlr3
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: python (>= 2.6.6-3~), ${python:Depends}, ${misc:Depends}
+Breaks: ${python:Breaks}
 Suggests: antlr3
 Description: Python run-time support for ANTLR3-generated parsers
  ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a

Modified: packages/python-antlr3/trunk/debian/copyright
===================================================================
--- packages/python-antlr3/trunk/debian/copyright	2011-03-01 17:14:10 UTC (rev 15931)
+++ packages/python-antlr3/trunk/debian/copyright	2011-03-01 19:39:04 UTC (rev 15932)
@@ -1,17 +1,17 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: Python target for ANTLR3
-Maitainer: Benjamin Niemann <pink at odahoda.de>
-Source: http://www.antlr.org/wiki/display/ANTLR3/Python+runtime
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: ANTLR3 Python runtime
+Upstream-Contact: Benjamin Niemann <pink at odahoda.de>
+Source: http://www.antlr.org/download/Python/
 
 Files: *
 Copyright: 2003-2009 Terence Parr
-License: BSD
+License: BSD-3-clause
 
 Files: debian/*
-Copyright: 2010, Miguel Landaeta <miguel at miguel.cc>
-License: BSD
+Copyright: 2010-2011, Miguel Landaeta <miguel at miguel.cc>
+License: BSD-3-clause
 
-License: BSD
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
  are met:

Modified: packages/python-antlr3/trunk/debian/rules
===================================================================
--- packages/python-antlr3/trunk/debian/rules	2011-03-01 17:14:10 UTC (rev 15931)
+++ packages/python-antlr3/trunk/debian/rules	2011-03-01 19:39:04 UTC (rev 15932)
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 %:
-	dh --with python2 $@
+	dh $@ --with python2
 
 override_dh_clean:
 	dh_clean
-	-rm -rf *.egg-info
+	rm -rf *.egg-info
 
 get-orig-source:
 	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \




More information about the Python-modules-commits mailing list