Package: python2.6 Version: 2.6.8-1 Severity: normal Tags: patch pending Dear maintainer,
I've prepared an NMU for python2.6 (versioned as 2.6.8-1.1) and will upload it to DELAYED/2. Please feel free to tell me if I should delay it longer. Cheers, Julien
diff -u python2.6-2.6.8/debian/control python2.6-2.6.8/debian/control
--- python2.6-2.6.8/debian/control
+++ python2.6-2.6.8/debian/control
@@ -108,7 +108,7 @@
Package: python2.6-doc
Section: doc
Architecture: all
-Depends: libjs-jquery, ${misc:Depends}
+Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
Suggests: python2.6
Description: Documentation for the high-level object-oriented language Python (v2.6)
These is the official set of documentation for the interactive high-level
diff -u python2.6-2.6.8/debian/control.in python2.6-2.6.8/debian/control.in
--- python2.6-2.6.8/debian/control.in
+++ python2.6-2.6.8/debian/control.in
@@ -108,7 +108,7 @@
Package: @PVER@-doc
Section: doc
Architecture: all
-Depends: libjs-jquery, ${misc:Depends}
+Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
Suggests: @PVER@
Description: Documentation for the high-level object-oriented language Python (v@VER@)
These is the official set of documentation for the interactive high-level
diff -u python2.6-2.6.8/debian/changelog python2.6-2.6.8/debian/changelog
--- python2.6-2.6.8/debian/changelog
+++ python2.6-2.6.8/debian/changelog
@@ -1,3 +1,11 @@
+python2.6 (2.6.8-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Add dependency on libjs-underscore to python2.6-doc. 2.6.8-1 added a
+ symlink to /usr/share/javascript/underscore/underscore.js.
+
+ -- Julien Cristau <[email protected]> Sat, 26 Jan 2013 14:21:42 +0000
+
python2.6 (2.6.8-1) unstable; urgency=medium
* The wininst-* files cannot be built within Debian from the included
signature.asc
Description: Digital signature

