[Python-modules-commits] r28899 - in packages/python-gdata/trunk/debian (5 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Wed May 14 14:41:46 UTC 2014


    Date: Wednesday, May 14, 2014 @ 14:41:45
  Author: mitya57-guest
Revision: 28899

Remove examples that require Google appengine (this fixes
lots of lintian warnings).

Modified:
  packages/python-gdata/trunk/debian/changelog
  packages/python-gdata/trunk/debian/control
  packages/python-gdata/trunk/debian/patches/series
  packages/python-gdata/trunk/debian/rules
Deleted:
  packages/python-gdata/trunk/debian/patches/use_packaged_jquery.patch

Modified: packages/python-gdata/trunk/debian/changelog
===================================================================
--- packages/python-gdata/trunk/debian/changelog	2014-05-14 14:10:08 UTC (rev 28898)
+++ packages/python-gdata/trunk/debian/changelog	2014-05-14 14:41:45 UTC (rev 28899)
@@ -1,8 +1,9 @@
 python-gdata (2.0.18+dfsg1-2) UNRELEASED; urgency=medium
 
-  * Use packaged version of jquery in oauth-appengine example.
+  * Remove examples that require Google appengine (this fixes
+    lots of lintian warnings).
 
- -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 13 May 2014 11:19:45 +0400
+ -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 14 May 2014 18:41:06 +0400
 
 python-gdata (2.0.18+dfsg1-1) unstable; urgency=medium
 

Modified: packages/python-gdata/trunk/debian/control
===================================================================
--- packages/python-gdata/trunk/debian/control	2014-05-14 14:10:08 UTC (rev 28898)
+++ packages/python-gdata/trunk/debian/control	2014-05-14 14:41:45 UTC (rev 28899)
@@ -37,7 +37,7 @@
 Package: python-gdata-doc
 Architecture: all
 Section: doc
-Depends: libjs-jquery, ${misc:Depends}
+Depends: ${misc:Depends}
 Suggests: python-gdata
 Breaks: python-gdata (<< 2.0.14-2)
 Replaces: python-gdata (<< 2.0.14-2)

Modified: packages/python-gdata/trunk/debian/patches/series
===================================================================
--- packages/python-gdata/trunk/debian/patches/series	2014-05-14 14:10:08 UTC (rev 28898)
+++ packages/python-gdata/trunk/debian/patches/series	2014-05-14 14:41:45 UTC (rev 28899)
@@ -4,4 +4,3 @@
 disable_network_test.patch
 handle_redirects.patch
 use_system_crypto.patch
-use_packaged_jquery.patch

Deleted: packages/python-gdata/trunk/debian/patches/use_packaged_jquery.patch
===================================================================
--- packages/python-gdata/trunk/debian/patches/use_packaged_jquery.patch	2014-05-14 14:10:08 UTC (rev 28898)
+++ packages/python-gdata/trunk/debian/patches/use_packaged_jquery.patch	2014-05-14 14:41:45 UTC (rev 28899)
@@ -1,16 +0,0 @@
-Description: use packaged version of jquery.min.js
-Author: Dmitry Shachnev <mitya57 at gmail.com>
-Forwarded: not-needed
-Last-Update: 2014-05-13
-
---- a/samples/blogger/oauth-appengine/index.html
-+++ b/samples/blogger/oauth-appengine/index.html
-@@ -2,7 +2,7 @@
- <head>
-   <title>Blogger OAuth example</title>
-   <link type="text/css" rel="stylesheet" href="/css/index.css"/>
--  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
-+  <script type="text/javascript" src="file:///usr/share/javascript/jquery/jquery.min.js"></script>
- </head>
- <body>
- 

Modified: packages/python-gdata/trunk/debian/rules
===================================================================
--- packages/python-gdata/trunk/debian/rules	2014-05-14 14:10:08 UTC (rev 28898)
+++ packages/python-gdata/trunk/debian/rules	2014-05-14 14:41:45 UTC (rev 28899)
@@ -25,13 +25,10 @@
 
 override_dh_installexamples:
 	dh_installexamples
-	chmod a-x $(EXAMPLES_DIRECTORY)/blogger/oauth-appengine/*.py
-	chmod a-x $(EXAMPLES_DIRECTORY)/blogger/app/*.py
-	chmod a-x $(EXAMPLES_DIRECTORY)/apps/marketplace_sample/gdata/tlslite/*.py
-	chmod a-x $(EXAMPLES_DIRECTORY)/apps/marketplace_sample/gdata/tlslite/*/*
-	chmod a-x $(EXAMPLES_DIRECTORY)/apps/marketplace_sample/gdata/oauth/*
-	chmod a-x $(EXAMPLES_DIRECTORY)/apps/marketplace_sample/gdata/apps/client.py
-	chmod a-x $(EXAMPLES_DIRECTORY)/apps/marketplace_sample/gdata/apps/multidomain/__init__.py
+	rm -rf $(EXAMPLES_DIRECTORY)/apps/marketplace_sample
+	rm -rf $(EXAMPLES_DIRECTORY)/apps/provisioning_oauth_example
+	rm -rf $(EXAMPLES_DIRECTORY)/blogger/app
+	rm -rf $(EXAMPLES_DIRECTORY)/blogger/oauth-appengine
 
 override_dh_compress:
 	dh_compress -X.py -X.c




More information about the Python-modules-commits mailing list