[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#606801: debdiff for 1.2.12-4squeeze1



The debdiff is attached.


Chris
-- 
Chris Lawrence <lawrencc@debian.org> - http://blog.lordsutch.com/
diff -u pybliographer-1.2.12/debian/changelog pybliographer-1.2.12/debian/changelog
--- pybliographer-1.2.12/debian/changelog
+++ pybliographer-1.2.12/debian/changelog
@@ -1,3 +1,10 @@
+pybliographer (1.2.12-4squeeze1) testing-proposed-updates; urgency=high
+
+  * Remove code involving $PYTHONPATH from scripts, since it adds an
+    "extras" directory that no longer seems to exist.  (Closes: #605153)
+
+ -- Chris Lawrence <lawrencc@debian.org>  Sat, 11 Dec 2010 13:30:54 -0600
+
 pybliographer (1.2.12-3.2) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- pybliographer-1.2.12.orig/scripts/pybscript.in
+++ pybliographer-1.2.12/scripts/pybscript.in
@@ -3,14 +3,7 @@
 
 prefix="@datapyb@"
 
-if test -x "./pybliographer" ; then
-    pyblio="./pybliographer"
-    # eventually add the extras directory
-    PYTHONPATH="$PYTHONPATH:extras"
-    export PYTHONPATH
-else
-    pyblio="@bin_dir@/pybliographer"
-fi
+pyblio="@bin_dir@/pybliographer"
 
 invocation="$0"
 script="${invocation}.py"

Reply to: