Code

patches: Added short descriptions to all patches.
authorSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2009 18:30:09 +0000 (19:30 +0100)
committerSebastian Harl <sh@tokkee.org>
Wed, 4 Mar 2009 18:31:37 +0000 (19:31 +0100)
debian/changelog
debian/patches/02_fix_mlmmj_php.dpatch
debian/patches/05_fix_displayed_full_paths.dpatch

index c50c43d8a32bf4ec035fbc10d71d0b841d0a4270..5bf799469fc348af02adfb5b27b6c728e1f1b3e0 100644 (file)
@@ -21,11 +21,12 @@ mlmmj (1.2.16-0.1) unstable; urgency=low
     - Do not manually install listtexts - the upstream build system takes care
       of that itself.
   * debian/patches/:
+    - Added short descriptions to all patches.
     - Removed 01_debian_make_mlmmj-ml - instead added mlmmj-make-ml to debian/
       directly.
     - Removed unused 05_fix_call_to_free.
 
- -- Sebastian Harl <sh@tokkee.org>  Wed, 04 Mar 2009 19:23:55 +0100
+ -- Sebastian Harl <sh@tokkee.org>  Wed, 04 Mar 2009 19:29:26 +0100
 
 mlmmj (1.2.15-1.1) unstable; urgency=low
 
index e3c6aabc35f31568720ae0b05289aaba66dbaa70..f8a23dafb04d4994781f84ed4c59691a68d6bbab 100644 (file)
@@ -1,8 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## 02_fix_mlmmj_php.dpatch by  <boll@tristram.fork.dk>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Adapt pathes used in the web interface to match the installation paths.
 
 @DPATCH@
 diff -urNad mlmmj-1.2.7/contrib/web/php-admin/conf/config.php /tmp/dpep.1ZV6mc/mlmmj-1.2.7/contrib/web/php-admin/conf/config.php
index b97716a110d213dbea2e79eed3e01183bdb94c59..f57e1dd0d06c7495ce9da73b010b200692ae6531 100644 (file)
@@ -1,8 +1,8 @@
 #! /bin/sh -e
 ## 05_fix_displayed_full_paths.dpatch by  <boll@andariel>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Adapt the path name of binaries in an error message to the paths as
+## DP: used in the Debian package.
 
 if [ $# -lt 1 ]; then
     echo "`basename $0`: script expects -patch|-unpatch as argument" >&2