[Python-modules-commits] r16640 - in packages/graphy/trunk/debian (changelog control copyright)

nomadium-guest at users.alioth.debian.org nomadium-guest at users.alioth.debian.org
Mon Apr 18 23:30:09 UTC 2011


    Date: Monday, April 18, 2011 @ 23:29:59
  Author: nomadium-guest
Revision: 16640

* Python transition:
  - Add support for python2.7.
  - Drop support for python2.5.
* Bump Standards-Version to 3.9.2. No changes were required.
* Update copyright file in order to apply correctly Apache 2.0 license.

Modified:
  packages/graphy/trunk/debian/changelog
  packages/graphy/trunk/debian/control
  packages/graphy/trunk/debian/copyright

Modified: packages/graphy/trunk/debian/changelog
===================================================================
--- packages/graphy/trunk/debian/changelog	2011-04-18 22:45:45 UTC (rev 16639)
+++ packages/graphy/trunk/debian/changelog	2011-04-18 23:29:59 UTC (rev 16640)
@@ -1,3 +1,13 @@
+graphy (1.0+dfsg-3) UNRELEASED; urgency=low
+
+  * Python transition:
+    - Add support for python2.7.
+    - Drop support for python2.5.
+  * Bump Standards-Version to 3.9.2. No changes were required.
+  * Update copyright file in order to apply correctly Apache 2.0 license.
+
+ -- Miguel Landaeta <miguel at miguel.cc>  Mon, 18 Apr 2011 18:49:00 -0430
+
 graphy (1.0+dfsg-2) unstable; urgency=low
 
   * Bumped Standards-Version to 3.9.1. No changes were needed.

Modified: packages/graphy/trunk/debian/control
===================================================================
--- packages/graphy/trunk/debian/control	2011-04-18 22:45:45 UTC (rev 16639)
+++ packages/graphy/trunk/debian/control	2011-04-18 23:29:59 UTC (rev 16640)
@@ -4,7 +4,7 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 X-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/graphy/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/graphy/trunk/

Modified: packages/graphy/trunk/debian/copyright
===================================================================
--- packages/graphy/trunk/debian/copyright	2011-04-18 22:45:45 UTC (rev 16639)
+++ packages/graphy/trunk/debian/copyright	2011-04-18 23:29:59 UTC (rev 16640)
@@ -1,4 +1,4 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
 Upstream-Name: Graphy
 Upstream-Contact: Mark Ivey <zovirl at zovirl.com>
 Source: http://code.google.com/p/graphy/
@@ -18,6 +18,15 @@
 License: Apache-2.0
 
 License: Apache-2.0
- The full text of the Apache 2.0 license is distributed as LICENSE in graphy's
- source, and is distributed in /usr/share/common-licenses/Apache-2.0 on Debian
- systems.
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+     http://www.apache.org/licenses/LICENSE-2.0
+     /usr/share/common-licenses/Apache-2.0 (on Debian systems)
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.




More information about the Python-modules-commits mailing list