[Pkg-cli-apps-commits] [SCM] mistelix branch, master, updated. debian/0.31-2-3-g33bc0bf

Siegfried-Angel Gevatter Pujals rainct at ubuntu.com
Sun Dec 5 12:10:32 UTC 2010


The following commit has been merged in the master branch:
commit 33bc0bfb55b4ae3d7e1bbbf1de6e321f6ffc14e1
Author: Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>
Date:   Sun Dec 5 12:43:06 2010 +0100

    New upstream release.
    
    * New upstream version. Some changes are:
       - New theme (birthday).
       - Bug fixes and translation updates.
    * debian/control:
       - Update Vcs- fields (packaging moved from SVN to Git).
    * Drop patches/insecure-library-loading.patch, it's now included upstream.

diff --git a/debian/changelog b/debian/changelog
index 879a0ab..643763e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+mistelix (0.32-1) experimental; urgency=low
+
+  * New upstream version. Some changes are:
+     - New theme (birthday).
+     - Bug fixes and translation updates.
+  * debian/control:
+     - Update Vcs- fields (packaging moved from SVN to Git).
+     - Bump Standards-Version to 3.9.1.
+  * Drop patches/insecure-library-loading.patch, it's now included upstream.
+
+ -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>  Sun, 05 Dec 2010 12:16:40 +0100
+
 mistelix (0.31-2) unstable; urgency=high
 
   * Fix insecure LD_LIBRARY_PATH setting (Closes: #598297).
diff --git a/debian/control b/debian/control
index ab04c64..25c8603 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: graphics
 Priority: optional
 Maintainer: Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>
 Homepage: http://mistelix.org/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-cli-apps/packages/mistelix/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-apps/packages/mistelix/trunk/
+Vcs-Svn: http://git.debian.org/git/pkg-cli-apps/packages/mistelix.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-apps/packages/mistelix.git
 Build-Depends: debhelper (>= 5.0.37.1),
  autotools-dev,
  cdbs,
@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 5.0.37.1),
  librsvg2-dev,
  libgstreamer0.10-dev,
  libgstreamer-plugins-base0.10-dev
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 
 Package: mistelix
 Architecture: any
diff --git a/debian/patches/insecure-library-loading.patch b/debian/patches/insecure-library-loading.patch
deleted file mode 100644
index d449544..0000000
--- a/debian/patches/insecure-library-loading.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-## Description: Fix insecure LD_LIBRARY_PATH redefinition
-## Origin/Author: Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com>
-## Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598297
-diff -Nur -x '*.orig' -x '*~' mistelix//src/mistelix.in mistelix.new//src/mistelix.in
---- mistelix//src/mistelix.in	2010-02-12 18:55:52.000000000 +0100
-+++ mistelix.new//src/mistelix.in	2010-09-29 13:04:48.570000001 +0200
-@@ -5,7 +5,7 @@
- libdir=@libdir@ 
- 
- export DYLD_LIBRARY_PATH=$libdir/mistelix/:$DYLD_LIBRARY_PATH
--export LD_LIBRARY_PATH=$libdir/mistelix/:$LD_LIBRARY_PATH
-+export LD_LIBRARY_PATH=$libdir/mistelix/${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
- export GST_PLUGIN_PATH=$libdir/mistelix/gstreamer/:$GST_PLUGIN_PATH
- 
- MONO_EXE="$libdir/mistelix/mistelix.exe"
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+1.0

-- 
mistelix



More information about the Pkg-cli-apps-commits mailing list