r139 - in trunk/debian: . patches

Ludovic Rousseau rousseau at alioth.debian.org
Sun Jan 3 14:00:39 UTC 2010


Author: rousseau
Date: 2010-01-03 14:00:38 +0000 (Sun, 03 Jan 2010)
New Revision: 139

Modified:
   trunk/debian/changelog
   trunk/debian/patches/04_bins-edit-gui
   trunk/debian/patches/05_share-man
   trunk/debian/patches/06_doc_bins.sgml
   trunk/debian/patches/07_fix_share
   trunk/debian/patches/08_fix_bins-edit-gui_encoding
   trunk/debian/patches/09_fix_wrong_relpath
   trunk/debian/patches/10_symlinks_movies
   trunk/debian/patches/11_check_template_style
   trunk/debian/patches/12_optional_xml_elements
   trunk/debian/patches/13_locale_encoding
   trunk/debian/patches/14_bins-edit-gui
   trunk/debian/patches/15_example_css
   trunk/debian/patches/16_examples_html
   trunk/debian/patches/17_bins
   trunk/debian/patches/18_bins-memory-leak
   trunk/debian/patches/19_bins-insert-directory
   trunk/debian/patches/20_bins-syscall
   trunk/debian/patches/21_bins-trim
   trunk/debian/patches/22_bins-hash-ref
   trunk/debian/patches/23_bashism
Log:
debian/patches/*: convert to DEP-3 "Patch Tagging Guidelines"

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/changelog	2010-01-03 14:00:38 UTC (rev 139)
@@ -4,8 +4,9 @@
     W: bins source: debhelper-but-no-misc-depends bins
   * move to source package format version "3.0 (quilt)"
   * debian/control: Standards-Version: 3.7.3 -> 3.8.3. No change needed
+  * debian/patches/*: convert to DEP-3 "Patch Tagging Guidelines"
 
- -- Ludovic Rousseau <rousseau at debian.org>  Sun, 03 Jan 2010 14:26:59 +0100
+ -- Ludovic Rousseau <rousseau at debian.org>  Sun, 03 Jan 2010 14:59:35 +0100
 
 bins (1.1.29-12) unstable; urgency=low
 

Modified: trunk/debian/patches/04_bins-edit-gui
===================================================================
--- trunk/debian/patches/04_bins-edit-gui	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/04_bins-edit-gui	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,8 +1,7 @@
-bins-edit-gui by Ludovic Rousseau <rousseau at debian.org>
+From: Ludovic Rousseau <rousseau at debian.org>
+Description: bins-edit-gui.glade is in /usr/share/bins/ instead of
+	/usr/local/share/bins/
 
-bins-edit-gui.glade is in /usr/share/bins/ instead of
-/usr/local/share/bins/
-
 --- bins-1.1.29.orig/bins-edit-gui
 +++ bins-1.1.29/bins-edit-gui
 @@ -138,7 +138,7 @@

Modified: trunk/debian/patches/05_share-man
===================================================================
--- trunk/debian/patches/05_share-man	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/05_share-man	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,7 +1,6 @@
-05-share-man by Martin Michlmayr <tbm at cyrius.com>
+Author: Martin Michlmayr <tbm at cyrius.com>
+Descripton: Install man pages in the right directory 
 
-Install man pages in the right directory
-
 --- bins-1.1.29.orig/install.sh
 +++ bins-1.1.29/install.sh
 @@ -36,7 +36,7 @@

Modified: trunk/debian/patches/06_doc_bins.sgml
===================================================================
--- trunk/debian/patches/06_doc_bins.sgml	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/06_doc_bins.sgml	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,8 +1,7 @@
-doc/bins.sgml by Ludovic Rousseau <rousseau at debian.org>
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: the template are not in the upstream defined directory
+	(/etc/bins) but in /usr/share/bins/
 
-the template are not in the upstream defined directory (/etc/bins)
-but in /usr/share/bins/
-
 --- bins-1.1.29.orig/doc/bins.sgml
 +++ bins-1.1.29/doc/bins.sgml
 @@ -188,7 +188,7 @@

Modified: trunk/debian/patches/07_fix_share
===================================================================
--- trunk/debian/patches/07_fix_share	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/07_fix_share	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,7 +1,7 @@
-07_fix_share.dpatch by Martin Michlmayr <tbm at cyrius.com>
+Author: Martin Michlmayr <tbm at cyrius.com>
+Description: use correct dir for share, Bug#327797
+Bug-Debian: http://bugs.debian.org/327797
 
-use correct dir for share, Bug#327797
-
 --- bins-1.1.29.orig/install.sh
 +++ bins-1.1.29/install.sh
 @@ -24,8 +24,9 @@

Modified: trunk/debian/patches/08_fix_bins-edit-gui_encoding
===================================================================
--- trunk/debian/patches/08_fix_bins-edit-gui_encoding	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/08_fix_bins-edit-gui_encoding	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,8 @@
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: bins-edit-gui mishandles locale settings
+Bug-Debian: http://bugs.debian.org/322938
+Bug-Debian: http://bugs.debian.org/334052
+
 --- bins-1.1.29.orig/bins-edit-gui
 +++ bins-1.1.29/bins-edit-gui
 @@ -121,10 +121,10 @@

Modified: trunk/debian/patches/09_fix_wrong_relpath
===================================================================
--- trunk/debian/patches/09_fix_wrong_relpath	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/09_fix_wrong_relpath	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,7 +1,7 @@
-09_fix_wrong_relpath.dpatch by Martin Michlmayr <tbm at cyrius.com>
+Author: Martin Michlmayr <tbm at cyrius.com>
+Description: Fix a off by one in relpath()
+Bug-Debian: http://bugs.debian.org/334088
 
-Fix a off by one in relpath() [#334088]
-
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -1151,7 +1151,7 @@

Modified: trunk/debian/patches/10_symlinks_movies
===================================================================
--- trunk/debian/patches/10_symlinks_movies	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/10_symlinks_movies	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,4 +1,6 @@
-10_symlinks_movies.dpatch by Martin Michlmayr <tbm at cyrius.com>
+Author: Martin Michlmayr <tbm at cyrius.com>
+Description: Support linkInsteadOfCopy for movie files
+Bug-Debian: http://bugs.debian.org/334064
 
 Support linkInsteadOfCopy for movies [#334064]
 

Modified: trunk/debian/patches/11_check_template_style
===================================================================
--- trunk/debian/patches/11_check_template_style	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/11_check_template_style	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,7 +1,7 @@
-11_check_template_style.dpatch by Martin Michlmayr <tbm at cyrius.com>
+Author: Martin Michlmayr <tbm at cyrius.com>
+Description: Check if template style exists before processing images
+Bug-Debian: http://bugs.debian.org/308114
 
-Check if template style exists before processing images [#308114]
-
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -1092,6 +1092,11 @@

Modified: trunk/debian/patches/12_optional_xml_elements
===================================================================
--- trunk/debian/patches/12_optional_xml_elements	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/12_optional_xml_elements	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,8 +1,7 @@
-12_optional_xml_elements.dpatch  by Martin Michlmayr <tbm at cyrius.com>
+Author: Martin Michlmayr <tbm at cyrius.com>
+Description: Make XML elements optional and check whether the XML files are valid bins files
+Bug-Debian: http://bugs.debian.org/308338
 
-Make XML elements optional and check whether the XML files are
-valid bins files [#308338]
-
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -3899,10 +3899,14 @@

Modified: trunk/debian/patches/13_locale_encoding
===================================================================
--- trunk/debian/patches/13_locale_encoding	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/13_locale_encoding	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,7 +1,7 @@
-13_locale_encoding.dpatch by Jérôme Sautret
+Author: Jérôme Sautret
+Description: convert latin-1 output to locale
+Bug-Debian: http://bugs.debian.org/308111
 
-convert latin-1 output to locale [#308111]
-
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -952,13 +952,23 @@

Modified: trunk/debian/patches/14_bins-edit-gui
===================================================================
--- trunk/debian/patches/14_bins-edit-gui	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/14_bins-edit-gui	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,7 @@
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: bins: Can't locate Gtk/GladeXML.pm
+Bug-Debian: http://bugs.debian.org/386423
+
 --- bins-1.1.29.orig/bins-edit-gui
 +++ bins-1.1.29/bins-edit-gui
 @@ -38,8 +38,33 @@

Modified: trunk/debian/patches/15_example_css
===================================================================
--- trunk/debian/patches/15_example_css	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/15_example_css	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,7 @@
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: bins/index.html: blue characters upon a blue background
+Bug-Debian: http://bugs.debian.org/392439
+
 --- /dev/null
 +++ bins-1.1.29/doc/example.css
 @@ -0,0 +1,80 @@

Modified: trunk/debian/patches/16_examples_html
===================================================================
--- trunk/debian/patches/16_examples_html	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/16_examples_html	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,6 @@
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: correct a broken link (use the image from http://bins.sautret.org/ instead of a local copy)
+
 --- bins-1.1.29.orig/doc/examples.html
 +++ bins-1.1.29/doc/examples.html
 @@ -92,6 +92,6 @@

Modified: trunk/debian/patches/17_bins
===================================================================
--- trunk/debian/patches/17_bins	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/17_bins	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,7 @@
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: use localtime instead of gmtime
+Bug-Debian: http://bugs.debian.org/431432
+
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -547,7 +547,7 @@

Modified: trunk/debian/patches/18_bins-memory-leak
===================================================================
--- trunk/debian/patches/18_bins-memory-leak	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/18_bins-memory-leak	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,7 @@
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: Bins is very slow, eats memory and makes unnecessary system calls
+Bug-Debian: http://bugs.debian.org/395098
+
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -449,13 +449,13 @@

Modified: trunk/debian/patches/19_bins-insert-directory
===================================================================
--- trunk/debian/patches/19_bins-insert-directory	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/19_bins-insert-directory	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,7 @@
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: Bins is very slow, eats memory and makes unnecessary system calls
+Bug-Debian: http://bugs.debian.org/395098
+
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -399,6 +399,10 @@

Modified: trunk/debian/patches/20_bins-syscall
===================================================================
--- trunk/debian/patches/20_bins-syscall	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/20_bins-syscall	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,7 @@
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: Bins is very slow, eats memory and makes unnecessary system calls
+Bug-Debian: http://bugs.debian.org/395098
+
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -3546,13 +3546,14 @@

Modified: trunk/debian/patches/21_bins-trim
===================================================================
--- trunk/debian/patches/21_bins-trim	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/21_bins-trim	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,7 @@
+Author: Brian May <bam at debian.org>
+Description: add -trim argument to jpegtran
+Bug-Debian: http://bugs.debian.org/284157
+
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -4894,7 +4894,7 @@

Modified: trunk/debian/patches/22_bins-hash-ref
===================================================================
--- trunk/debian/patches/22_bins-hash-ref	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/22_bins-hash-ref	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,7 +1,7 @@
-22_hash_ref.dpatch by  <rousseau at imac.maison.bogus>
+Author: Ludovic Rousseau <rousseau at imac.maison.bogus>
+Description: bins: Crashes mid-album
+Bug-Debian: http://bugs.debian.org/481662
 
-Closes: #481662 bins: Crashes mid-album
-
 --- bins-1.1.29.orig/bins
 +++ bins-1.1.29/bins
 @@ -3750,8 +3750,8 @@

Modified: trunk/debian/patches/23_bashism
===================================================================
--- trunk/debian/patches/23_bashism	2010-01-03 13:33:10 UTC (rev 138)
+++ trunk/debian/patches/23_bashism	2010-01-03 14:00:38 UTC (rev 139)
@@ -1,3 +1,7 @@
+Author: Ludovic Rousseau <rousseau at debian.org>
+Description: bins: bashism in /bin/sh script
+Bug-Debian: http://bugs.debian.org/489542
+
 --- bins-1.1.29.orig/tools/anti_bins
 +++ bins-1.1.29/tools/anti_bins
 @@ -47,7 +47,7 @@




More information about the pkg-bins-commits mailing list