[Python-apps-commits] r8910 - in packages/fookebox/trunk/debian (3 files)

cockroach-guest at users.alioth.debian.org cockroach-guest at users.alioth.debian.org
Thu Jun 28 01:28:37 UTC 2012


    Date: Thursday, June 28, 2012 @ 01:28:36
  Author: cockroach-guest
Revision: 8910

Updated patches

Modified:
  packages/fookebox/trunk/debian/changelog
  packages/fookebox/trunk/debian/patches/01_javascript-urls.patch
  packages/fookebox/trunk/debian/patches/02_no-pastescript.patch

Modified: packages/fookebox/trunk/debian/changelog
===================================================================
--- packages/fookebox/trunk/debian/changelog	2012-06-28 01:14:29 UTC (rev 8909)
+++ packages/fookebox/trunk/debian/changelog	2012-06-28 01:28:36 UTC (rev 8910)
@@ -12,8 +12,10 @@
   * Removed mechanisms for upgrading from package versions prior to 0.5.0
     (which were never officially packaged for Debian) from the maintainer
     scripts.							closes: #659754
+  * Updated 01_javascript-urls.patch to also affect SOURCES.txt	closes: #671314
+  * Updated description in 02_no-pastescript.patch
 
- -- Stefan Ott <stefan at ott.net>  Sat, 21 Apr 2012 04:25:52 +0200
+ -- Stefan Ott <stefan at ott.net>  Thu, 28 Jun 2012 03:26:45 +0200
 
 fookebox (0.6.0-1) unstable; urgency=low
 

Modified: packages/fookebox/trunk/debian/patches/01_javascript-urls.patch
===================================================================
--- packages/fookebox/trunk/debian/patches/01_javascript-urls.patch	2012-06-28 01:14:29 UTC (rev 8909)
+++ packages/fookebox/trunk/debian/patches/01_javascript-urls.patch	2012-06-28 01:28:36 UTC (rev 8910)
@@ -1,8 +1,8 @@
 Description: Use Debian's javascript libraries
- This patch modifies fookebox to use Debian's copies of the scriptaculous and prototype
- javascript libraries instead of the ones shipped with fookebox.
+ This patch modifies fookebox to use Debian's copies of the scriptaculous and
+ prototype javascript libraries instead of the ones shipped with fookebox.
 Author: Stefan Ott <stefan at ott.net>
-Last-Update: 2011-04-30
+Last-Update: 2012-06-28
 
 --- a/fookebox/templates/base.tpl
 +++ b/fookebox/templates/base.tpl
@@ -26,3 +26,15 @@
 +exclude fookebox/public/js/prototype/prototype.js
 +exclude fookebox/public/js/scriptaculous/effects.js
 +exclude fookebox/public/js/scriptaculous/scriptaculous.js
+--- a/fookebox.egg-info/SOURCES.txt
++++ b/fookebox.egg-info/SOURCES.txt
+@@ -81,9 +81,6 @@
+ fookebox/public/js/fookebox/schedule.js
+ fookebox/public/js/fookebox/i18n/de.js
+ fookebox/public/js/fookebox/i18n/i18n.js
+-fookebox/public/js/prototype/prototype.js
+-fookebox/public/js/scriptaculous/effects.js
+-fookebox/public/js/scriptaculous/scriptaculous.js
+ fookebox/templates/base.tpl
+ fookebox/templates/browse-menu.tpl
+ fookebox/templates/client.tpl

Modified: packages/fookebox/trunk/debian/patches/02_no-pastescript.patch
===================================================================
--- packages/fookebox/trunk/debian/patches/02_no-pastescript.patch	2012-06-28 01:14:29 UTC (rev 8909)
+++ packages/fookebox/trunk/debian/patches/02_no-pastescript.patch	2012-06-28 01:28:36 UTC (rev 8910)
@@ -1,9 +1,9 @@
 Description: Don't use PasteScript during the build process
- This patch removes PasteScript from the setup script. Otherwise, additional files would
- be added to the package during dh_auto_clean leading to an implicit patch and preventing
- multiple subsequent builds.
+ This patch removes PasteScript from the setup script. Otherwise, additional
+ files would be added to the package during dh_auto_clean leading to an
+ implicit patch and preventing multiple subsequent builds.
 Author: Stefan Ott <stefan at ott.net>
-Last-Update: 2011-04-30
+Last-Update: 2012-06-28
 
 --- a/setup.py
 +++ b/setup.py




More information about the Python-apps-commits mailing list