[Python-modules-commits] r20052 - in packages/lazr.uri/trunk/debian (7 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Thu Jan 19 12:55:18 UTC 2012


    Date: Thursday, January 19, 2012 @ 12:55:17
  Author: stefanor
Revision: 20052

* debian/copyright: Converted to DEP5 machine-readable format.
* Install version.txt via package_data.

Added:
  packages/lazr.uri/trunk/debian/clean
Modified:
  packages/lazr.uri/trunk/debian/changelog
  packages/lazr.uri/trunk/debian/control
  packages/lazr.uri/trunk/debian/copyright
  packages/lazr.uri/trunk/debian/patches/series
  packages/lazr.uri/trunk/debian/rules
Deleted:
  packages/lazr.uri/trunk/debian/patches/no_package_data.patch

Modified: packages/lazr.uri/trunk/debian/changelog
===================================================================
--- packages/lazr.uri/trunk/debian/changelog	2012-01-19 09:02:43 UTC (rev 20051)
+++ packages/lazr.uri/trunk/debian/changelog	2012-01-19 12:55:17 UTC (rev 20052)
@@ -9,6 +9,8 @@
     - Wrap and sort long lists.
   * Clean egg-info.
   * Removed changelog duplicate, NEWS.txt.
+  * debian/copyright: Converted to DEP5 machine-readable format.
+  * Install version.txt via package_data.
 
  -- Stefano Rivera <stefanor at debian.org>  Wed, 18 Jan 2012 18:02:55 +0200
 

Added: packages/lazr.uri/trunk/debian/clean
===================================================================
--- packages/lazr.uri/trunk/debian/clean	                        (rev 0)
+++ packages/lazr.uri/trunk/debian/clean	2012-01-19 12:55:17 UTC (rev 20052)
@@ -0,0 +1 @@
+src/*.egg-info/*

Modified: packages/lazr.uri/trunk/debian/control
===================================================================
--- packages/lazr.uri/trunk/debian/control	2012-01-19 09:02:43 UTC (rev 20051)
+++ packages/lazr.uri/trunk/debian/control	2012-01-19 12:55:17 UTC (rev 20052)
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Stefano Rivera <stefanor at debian.org>
 Uploaders:
- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
- James Westby <james.westby at ubuntu.com>
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends:
  debhelper (>= 7.3.0),
  python-all (>= 2.6.6-3~),

Modified: packages/lazr.uri/trunk/debian/copyright
===================================================================
--- packages/lazr.uri/trunk/debian/copyright	2012-01-19 09:02:43 UTC (rev 20051)
+++ packages/lazr.uri/trunk/debian/copyright	2012-01-19 12:55:17 UTC (rev 20052)
@@ -1,32 +1,27 @@
-This package was debianized by James Westby <james.westby at ubuntu.com> on
-Wed, 10 Jun 2009 19:17:46 +0100.
+Format: http://anonscm.debian.org/loggerhead/dep/dep5/trunk/annotate/179/dep5/copyright-format.xml
+Upstream-Name: lazr.uri
+Source: https://launchpad.net/lazr.uri
 
-It was downloaded from https://launchpad.net/lazr.uri
+Files: *
+Copyright: 2006-2009, Canonical Ltd
+License: LGPL-3.0
 
-Upstream Authors:
-
-    The lazr developers: https://launchpad.net/~lazr-developers
-
+Files: debian/*
 Copyright:
+ 2009,      James Westby <james.westby at ubuntu.com>
+ 2009-2011, Luca Falavigna <dktrkranz at debian.org>
+ 2012,      Stefano Rivera <stefanor at debian.org>
+License: LGPL-3.0
 
-    2006-2009 Canonical Ltd
-
-License:
-
-    lazr.uri is free software: you can redistribute it and/or modify it
-    under the terms of the GNU Lesser General Public License as published by
-    the Free Software Foundation, version 3 of the License.
-
-    lazr.uri is distributed in the hope that it will be useful, but WITHOUT
-    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
-    License for more details.
-
-    You should have received a copy of the GNU Lesser General Public License
-    along with lazr.uri.  If not, see <http://www.gnu.org/licenses/>.
-
-On Debian-based systems the full text of the LGPL, version 3, can be found at
-/usr/share/common-licenses/LGPL-3.
-
-The Debian packaging is copyright 2009, James Westby <james.westby at ubuntu.com> and
-is licensed under the LGPL as above.
+License: LGPL-3.0
+ lazr.uri is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation, version 3 of the License.
+ .
+ lazr.uri is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
+ License for more details.
+ .
+ On Debian-based systems the full text of the LGPL, version 3, can be found at
+ /usr/share/common-licenses/LGPL-3.

Deleted: packages/lazr.uri/trunk/debian/patches/no_package_data.patch
===================================================================
--- packages/lazr.uri/trunk/debian/patches/no_package_data.patch	2012-01-19 09:02:43 UTC (rev 20051)
+++ packages/lazr.uri/trunk/debian/patches/no_package_data.patch	2012-01-19 12:55:17 UTC (rev 20052)
@@ -1,15 +0,0 @@
-Description: Do not install documentation files in Python module directory
-Author: Luca Falavigna <dktrkranz at debian.org>
-Forwarded: not-needed
-
---- a/setup.py
-+++ b/setup.py
-@@ -48,7 +48,7 @@
-     namespace_packages=['lazr'],
-     packages=find_packages('src'),
-     package_dir={'':'src'},
--    include_package_data=True,
-+    include_package_data=False,
-     zip_safe=False,
-     maintainer='LAZR Developers',
-     maintainer_email='lazr-developers at lists.launchpad.net',

Modified: packages/lazr.uri/trunk/debian/patches/series
===================================================================
--- packages/lazr.uri/trunk/debian/patches/series	2012-01-19 09:02:43 UTC (rev 20051)
+++ packages/lazr.uri/trunk/debian/patches/series	2012-01-19 12:55:17 UTC (rev 20052)
@@ -1 +1 @@
-no_package_data.patch
+install-version

Modified: packages/lazr.uri/trunk/debian/rules
===================================================================
--- packages/lazr.uri/trunk/debian/rules	2012-01-19 09:02:43 UTC (rev 20051)
+++ packages/lazr.uri/trunk/debian/rules	2012-01-19 12:55:17 UTC (rev 20052)
@@ -26,9 +26,6 @@
 		                      --install-layout=deb; \
 	done
 
-	find $(CURDIR)/debian/python*-lazr.uri -wholename "*python*/lazr/uri" \
-		-exec install -m 0644 $(CURDIR)/src/lazr/uri/version.txt {} \;
-
 override_dh_auto_clean:
 	rm -rf build
 




More information about the Python-modules-commits mailing list