[Python-modules-commits] r20912 - in packages/python-pyramid/trunk/debian (4 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Sat Mar 24 03:47:01 UTC 2012


    Date: Saturday, March 24, 2012 @ 03:46:59
  Author: takaki
Revision: 20912

new upstream

Modified:
  packages/python-pyramid/trunk/debian/changelog
  packages/python-pyramid/trunk/debian/control
  packages/python-pyramid/trunk/debian/copyright
  packages/python-pyramid/trunk/debian/rules

Modified: packages/python-pyramid/trunk/debian/changelog
===================================================================
--- packages/python-pyramid/trunk/debian/changelog	2012-03-24 02:33:20 UTC (rev 20911)
+++ packages/python-pyramid/trunk/debian/changelog	2012-03-24 03:46:59 UTC (rev 20912)
@@ -1,3 +1,11 @@
+python-pyramid (1.3+dfsg-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * Bump Standards-Version to 3.9.3.
+    + debian/copyright: Update copyright-format 1.0. 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sat, 24 Mar 2012 12:28:06 +0900
+
 python-pyramid (1.2.3+dfsg-1) unstable; urgency=low
 
   [ Ansgar Burchardt ]

Modified: packages/python-pyramid/trunk/debian/control
===================================================================
--- packages/python-pyramid/trunk/debian/control	2012-03-24 02:33:20 UTC (rev 20911)
+++ packages/python-pyramid/trunk/debian/control	2012-03-24 03:46:59 UTC (rev 20912)
@@ -14,20 +14,20 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends},
     python (>= 2.6) | python-simplejson,
+    python-setuptools,
     python-chameleon (>= 1.2.3),
     python-mako (>= 0.3.6),
+    python-webob (>= 1.2~dev),
+    python-repoze.lru (>= 0.4),
+    python-zope.interface (>= 3.8.0),
+    python-zope.deprecation (>= 3.5.0),
+    python-venusian (>= 1.0a3),
+    python-translationstring (>= 0.4),
+    python-pastedeploy (>= 1.5.0),
     python-paste (>= 1.7), 
-    python-pastedeploy,
     python-pastescript (>= 1.7.4),
-    python-webob (>= 1.0.2),
-    python-repoze.lru,
-    python-setuptools,
     python-zope.component (>= 3.6.0),
     python-zope.configuration,
-    python-zope.deprecation,
-    python-zope.interface (>= 3.5.1),
-    python-venusian (>= 1.0a1),
-    python-translationstring,
 Suggests: ipython
 Provides: ${python:Provides}
 Description: Pyramid web application framework, a Pylons project

Modified: packages/python-pyramid/trunk/debian/copyright
===================================================================
--- packages/python-pyramid/trunk/debian/copyright	2012-03-24 02:33:20 UTC (rev 20911)
+++ packages/python-pyramid/trunk/debian/copyright	2012-03-24 03:46:59 UTC (rev 20912)
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Pyramid
 Source: Homepage: http://pypi.python.org/pypi/pyramid
 
@@ -46,7 +46,6 @@
      THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      SUCH DAMAGE.
 
-
 Files: pyramid/location.py
 Copyright: 2003 Zope Corporation and Contributors
 License: Zope-2.1
@@ -105,7 +104,6 @@
     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
     DAMAGE.
 
-
 Files: pyramid/compat/__init__.py
 Copyright: Django Software Foundation and individual contributors.
 License: BSD-3-clause
@@ -134,7 +132,6 @@
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-
 Files: debian/*
 Copyright: 2011, TANIGUCHI Takaki <takaki at debian.org>
 License: GPL-2+
@@ -146,4 +143,3 @@
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-2'.
 
-

Modified: packages/python-pyramid/trunk/debian/rules
===================================================================
--- packages/python-pyramid/trunk/debian/rules	2012-03-24 02:33:20 UTC (rev 20911)
+++ packages/python-pyramid/trunk/debian/rules	2012-03-24 03:46:59 UTC (rev 20912)
@@ -10,3 +10,5 @@
 		$(CURDIR)/debian/python-pyramid/usr/share/pyshared/pyramid/scaffolds/alchemy/+package+/__init__.py_tmpl \
 		$(CURDIR)/debian/python-pyramid/usr/share/pyshared/pyramid/scaffolds/alchemy/+package+/models.py
 
+# zcat pyramid-1.3a1.tar.gz | tar --wildcards  --delete  '*/docs' | gzip > a.tgz
+




More information about the Python-modules-commits mailing list