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

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Jul 29 17:15:08 UTC 2013


    Date: Monday, July 29, 2013 @ 17:15:06
  Author: barry
Revision: 25299

* Team upload.
* debian/copyright: Correctly identify upstream license as Expat.

Modified:
  packages/python-webob/trunk/debian/changelog
  packages/python-webob/trunk/debian/copyright
  packages/python-webob/trunk/debian/rules

Modified: packages/python-webob/trunk/debian/changelog
===================================================================
--- packages/python-webob/trunk/debian/changelog	2013-07-29 13:24:36 UTC (rev 25298)
+++ packages/python-webob/trunk/debian/changelog	2013-07-29 17:15:06 UTC (rev 25299)
@@ -1,6 +1,13 @@
-python-webob (1.2.3-3) UNRELEASED; urgency=low
+python-webob (1.2.3-4) UNRELEASED; urgency=low
 
   * Team upload.
+  * debian/copyright: Correctly identify upstream license as Expat.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 29 Jul 2013 13:14:18 -0400
+
+python-webob (1.2.3-3) unstable; urgency=low
+
+  * Team upload.
   * Add Python 3 support, contributed by Yolanda Robla.  (Closes: #717655)
   * debian/patches/fix_test_header2.patch: Test should pass independently
     of the order of result.
@@ -12,7 +19,7 @@
   * debian/watch: Use the PyPI download URL.
   * debian/rules: Modernize as per library style guide.
 
- -- Barry Warsaw <barry at debian.org>  Tue, 23 Jul 2013 19:16:17 -0400
+ -- Barry Warsaw <barry at debian.org>  Wed, 24 Jul 2013 17:56:22 -0400
 
 python-webob (1.2.3-2) unstable; urgency=low
 

Modified: packages/python-webob/trunk/debian/copyright
===================================================================
--- packages/python-webob/trunk/debian/copyright	2013-07-29 13:24:36 UTC (rev 25298)
+++ packages/python-webob/trunk/debian/copyright	2013-07-29 17:15:06 UTC (rev 25299)
@@ -12,9 +12,9 @@
 
 Files: *
 Copyright: 2008-2012, Ian Bicking <ianb at colorstudy.com>
-License: MIT
+License: Expat
 
-License: MIT
+License: Expat
  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights

Modified: packages/python-webob/trunk/debian/rules
===================================================================
--- packages/python-webob/trunk/debian/rules	2013-07-29 13:24:36 UTC (rev 25298)
+++ packages/python-webob/trunk/debian/rules	2013-07-29 17:15:06 UTC (rev 25299)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 PYTHON2=$(shell pyversions -vr)
 PYTHON3=$(shell py3versions -vr)




More information about the Python-modules-commits mailing list