[SCM] whitedune/user-rzr: set format to '3.0 (quilt)'

rzr-guest at users.alioth.debian.org rzr-guest at users.alioth.debian.org
Sat Apr 30 13:07:02 UTC 2011


The following commit has been merged in the user-rzr branch:
commit 92df8712a6a9c35f26620051f87a1c46404940ac
Author: Philippe Coval <rzr at gna.org>
Date:   Sat Apr 30 15:06:11 2011 +0200

    set format to '3.0 (quilt)'

diff --git a/debian/changelog b/debian/changelog
index c14dbff..841f345 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,10 @@ whitedune (0.30.10-1) unstable; urgency=low
     - Comaintenance set to pkg-multimedia team
     - recommends fonts (Close:#563925)
     - updated standards and fix lintian warning (src)
-  * ignore: generated files
+  * configure.ac: undepends on libxp (Closes: #623652)
+  * ignore generated files
 
- -- Philippe Coval <rzr at gna.org>  Fri, 29 Apr 2011 15:23:37 +0200
+ -- Philippe Coval <rzr at gna.org>  Fri, 29 Apr 2011 19:23:37 +0200
 
 whitedune (0.28.14-1.1) unstable; urgency=medium
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/patches/debian-changes-0.30.10-1 b/debian/patches/debian-changes-0.30.10-1
new file mode 100644
index 0000000..95753f8
--- /dev/null
+++ b/debian/patches/debian-changes-0.30.10-1
@@ -0,0 +1,46 @@
+Description: Upstream changes introduced in version 0.30.10-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ whitedune (0.30.10-1) unstable; urgency=low
+ .
+   * New upstream version
+   * debian/control:
+     - Comaintenance set to pkg-multimedia team
+     - recommends fonts (Close:#563925)
+     - updated standards and fix lintian warning (src)
+   * configure.ac: undepends on libxp (Closes: #623652)
+   * ignore generated files
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Philippe Coval <rzr at gna.org>
+Bug-Debian: http://bugs.debian.org/623652
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- whitedune-0.30.10.orig/configure.in
++++ whitedune-0.30.10/configure.in
+@@ -910,7 +910,10 @@ AC_CHECK_LIB(X11, XCreateWindow)
+ AC_CHECK_LIB(Xmu, XmuLookupStandardColormap)
+ AC_CHECK_LIB(Xt, XtCreateWidget)
+ AC_CHECK_LIB(Xext, XShmQueryVersion)
+-AC_HAVE_LIBRARY(Xp)
++
++dnl http://bugs.debian.org/623652
++dnl AC_HAVE_LIBRARY(Xp)
++
+ AC_CHECK_LIB(Xm, XmCreateMainWindow , , MOTIF_ERROR=1)
+ if test "X_$MOTIF_ERROR" = "X_1" ; then
+ [ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8974087
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian-changes-0.30.10-1
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
whitedune packaging



More information about the pkg-multimedia-commits mailing list