[Python-modules-commits] r24233 - in packages/python-pyramid/trunk/debian (7 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Thu May 9 00:26:19 UTC 2013
Date: Thursday, May 9, 2013 @ 00:26:16
Author: takaki
Revision: 24233
new upstream
Added:
packages/python-pyramid/trunk/debian/README.source
(from rev 23261, packages/python-pyramid/trunk/debian/README)
packages/python-pyramid/trunk/debian/source/options
Modified:
packages/python-pyramid/trunk/debian/changelog
packages/python-pyramid/trunk/debian/control
packages/python-pyramid/trunk/debian/rules
Deleted:
packages/python-pyramid/trunk/debian/README
packages/python-pyramid/trunk/debian/clean
Deleted: packages/python-pyramid/trunk/debian/README
===================================================================
--- packages/python-pyramid/trunk/debian/README 2013-05-08 21:26:20 UTC (rev 24232)
+++ packages/python-pyramid/trunk/debian/README 2013-05-09 00:26:16 UTC (rev 24233)
@@ -1,2 +0,0 @@
-Remove docs/ directory. Because these documents is under non-DFSG license
-(CC-BY-NC-3.0-US).
Copied: packages/python-pyramid/trunk/debian/README.source (from rev 23261, packages/python-pyramid/trunk/debian/README)
===================================================================
--- packages/python-pyramid/trunk/debian/README.source (rev 0)
+++ packages/python-pyramid/trunk/debian/README.source 2013-05-09 00:26:16 UTC (rev 24233)
@@ -0,0 +1,2 @@
+Remove docs/ directory. Because these documents is under non-DFSG license
+(CC-BY-NC-3.0-US).
Modified: packages/python-pyramid/trunk/debian/changelog
===================================================================
--- packages/python-pyramid/trunk/debian/changelog 2013-05-08 21:26:20 UTC (rev 24232)
+++ packages/python-pyramid/trunk/debian/changelog 2013-05-09 00:26:16 UTC (rev 24233)
@@ -1,15 +1,20 @@
-python-pyramid (1.3+dfsg-1) UNRELEASED; urgency=low
+python-pyramid (1.4.1+dfsg-1) UNRELEASED; urgency=low
[ TANIGUCHI Takaki ]
* New upstream release
* Bump Standards-Version to 3.9.3.
+ debian/copyright: Update copyright-format 1.0.
+ * debian/source/options: Ignore egg-file changes. (Closes: #671195)
+ * New upstream release
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:03:13 +0200
+ [ TANIGUCHI Takaki ]
+ * New upstream release
+ -- TANIGUCHI Takaki <takaki at debian.org> Thu, 09 May 2013 09:25:22 +0900
+
python-pyramid (1.2.3+dfsg-1) unstable; urgency=low
[ Ansgar Burchardt ]
Deleted: packages/python-pyramid/trunk/debian/clean
===================================================================
--- packages/python-pyramid/trunk/debian/clean 2013-05-08 21:26:20 UTC (rev 24232)
+++ packages/python-pyramid/trunk/debian/clean 2013-05-09 00:26:16 UTC (rev 24233)
@@ -1,4 +0,0 @@
-pyramid.egg-info/PKG-INFO
-pyramid.egg-info/requires
-pyramid.egg-info/requires.txt
-
Modified: packages/python-pyramid/trunk/debian/control
===================================================================
--- packages/python-pyramid/trunk/debian/control 2013-05-08 21:26:20 UTC (rev 24232)
+++ packages/python-pyramid/trunk/debian/control 2013-05-09 00:26:16 UTC (rev 24233)
@@ -5,7 +5,7 @@
Uploaders: TANIGUCHI Takaki <takaki at debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-setuptools,
python-all (>= 2.6.6-3)
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://docs.pylonshq.com/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-pyramid/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-pyramid/trunk/
@@ -17,17 +17,15 @@
python-setuptools,
python-chameleon (>= 1.2.3),
python-mako (>= 0.3.6),
- python-webob (>= 1.2~dev),
+ python-webob (>= 1.2~b3),
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-pastescript (>= 1.7.4),
- python-zope.component (>= 3.6.0),
- python-zope.configuration,
+ python-webtest (>= 1.3.1),
+ python-zope.component (>= 3.11.0),
Suggests: ipython
Provides: ${python:Provides}
Description: Pyramid web application framework, a Pylons project
Modified: packages/python-pyramid/trunk/debian/rules
===================================================================
--- packages/python-pyramid/trunk/debian/rules 2013-05-08 21:26:20 UTC (rev 24232)
+++ packages/python-pyramid/trunk/debian/rules 2013-05-09 00:26:16 UTC (rev 24233)
@@ -7,8 +7,8 @@
override_dh_fixperms:
dh_fixperms
chmod -x \
- $(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
+# $(CURDIR)/debian/python-pyramid/usr/share/pyshared/pyramid/scaffolds/alchemy/+package+/__init__.py_tmpl \
# zcat pyramid-1.3a1.tar.gz | tar --wildcards --delete '*/docs' | gzip > a.tgz
Added: packages/python-pyramid/trunk/debian/source/options
===================================================================
--- packages/python-pyramid/trunk/debian/source/options (rev 0)
+++ packages/python-pyramid/trunk/debian/source/options 2013-05-09 00:26:16 UTC (rev 24233)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
More information about the Python-modules-commits
mailing list