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

paultag-guest at users.alioth.debian.org paultag-guest at users.alioth.debian.org
Fri Feb 17 18:01:53 UTC 2012


    Date: Friday, February 17, 2012 @ 18:01:51
  Author: paultag-guest
Revision: 20491

fixing up a subset of the issues jwilk raised

Modified:
  packages/python-sunlight/trunk/debian/control
  packages/python-sunlight/trunk/debian/copyright
  packages/python-sunlight/trunk/debian/rules

Modified: packages/python-sunlight/trunk/debian/control
===================================================================
--- packages/python-sunlight/trunk/debian/control	2012-02-17 16:43:32 UTC (rev 20490)
+++ packages/python-sunlight/trunk/debian/control	2012-02-17 18:01:51 UTC (rev 20491)
@@ -3,16 +3,16 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Paul Tagliamonte <paultag at ubuntu.com>
-Build-Depends: debhelper (>= 8.0.0),
- python-all (>= 2.6),
+Build-Depends: debhelper (>= 8),
+ python-all (>= 2.6.6-3~),
  python-setuptools,
  python-sphinx (>= 1.0.7+dfsg),
  python3-all (>= 3.1.2),
  python3-setuptools
 Standards-Version: 3.9.2
 Homepage: https://github.com/sunlightlabs/python-sunlight
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-sunlight/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-sunlight/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-sunlight/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-sunlight/trunk/
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.1
 
@@ -20,12 +20,15 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Suggests: python-sunlight-doc
-Description: programmatically access U.S. goverment data (Python 2)
+Description: programmatically access U.S. goverment data (Pyhon 2)
  Access U.S. Goverment data (such as federal and state legislators,
  bills, committees, and congressional record) through The Sunlight
  Foundation's set of APIs.
  .
- This package contains the Sunlight bindings for Python 2.
+ This package is for use by developers or other applications, and does not
+ provide any userspace scripts or binaries.
+ .
+ This package provides Python 2 module bindings only.
 
 Package: python3-sunlight
 Architecture: all
@@ -36,16 +39,19 @@
  bills, committees, and congressional record) through The Sunlight
  Foundation's set of APIs.
  .
- This package contains the Sunlight bindings for Python 3.
+ This package is for use by developers or other applications, and does not
+ provide any userspace scripts or binaries.
+ .
+ This package provides Python 3 module bindings only.
 
 Package: python-sunlight-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: documentation for the python-sunlight API bindings
- API documentation and examples for the Python bindings into the Sunlight
- Foundation's API set. The Sunlight Foundation provides data that relates to
- the Goverment, such as federal and state Legislators, the Congressional Record,
- or legislative instrument status and information.
+Description: programmatically access U.S. goverment data (documentation)
+ Access U.S. Goverment data (such as federal and state legislators,
+ bills, committees, and congressional record) through The Sunlight
+ Foundation's set of APIs.
  .
- This package contains documentation only.
+ This package only contains documentation for use by developers targeting the
+ python-sunlight or python3-sunlight module.

Modified: packages/python-sunlight/trunk/debian/copyright
===================================================================
--- packages/python-sunlight/trunk/debian/copyright	2012-02-17 16:43:32 UTC (rev 20490)
+++ packages/python-sunlight/trunk/debian/copyright	2012-02-17 18:01:51 UTC (rev 20491)
@@ -6,10 +6,6 @@
 Files: *
 Copyright: 2012, Sunlight Labs
 License: BSD-3
- Copyright (c) 2012, Sunlight Labs
- .
- All rights reserved.
- .
  Redistribution and use in source and binary forms, with or without modification,
  are permitted provided that the following conditions are met:
  .

Modified: packages/python-sunlight/trunk/debian/rules
===================================================================
--- packages/python-sunlight/trunk/debian/rules	2012-02-17 16:43:32 UTC (rev 20490)
+++ packages/python-sunlight/trunk/debian/rules	2012-02-17 18:01:51 UTC (rev 20491)
@@ -14,7 +14,7 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	rm -rvf docs/build src/*.egg-info
+	rm -rvf docs/build *.egg-info
 
 override_dh_auto_build:
 	set -xe; \
@@ -41,6 +41,3 @@
 	cp -vr ./examples        $(PACKAGE_DOCDIR)
 	dh_installdocs
 	dh_sphinxdoc
-
-override_dh_compress:
-	dh_compress -X.html




More information about the Python-modules-commits mailing list