r11951 - in /packages/unstable/brasero/debian: brasero.install changelog control control.in rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Jul 14 18:20:24 UTC 2007


Author: lool
Date: Sat Jul 14 18:20:24 2007
New Revision: 11951

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11951
Log:
* Install gconf schemas in the default location -- /etc/gconf -- and let
  dh_gconf move them; more cleanups.
* Build-depend on quilt.

Modified:
    packages/unstable/brasero/debian/brasero.install
    packages/unstable/brasero/debian/changelog
    packages/unstable/brasero/debian/control
    packages/unstable/brasero/debian/control.in
    packages/unstable/brasero/debian/rules

Modified: packages/unstable/brasero/debian/brasero.install
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/brasero.install?rev=11951&op=diff
==============================================================================
--- packages/unstable/brasero/debian/brasero.install (original)
+++ packages/unstable/brasero/debian/brasero.install Sat Jul 14 18:20:24 2007
@@ -1,8 +1,8 @@
-debian/tmp/usr/bin/*
-debian/tmp/usr/share/brasero/*
+debian/tmp/etc/gconf
+debian/tmp/usr/bin/
+debian/tmp/usr/share/brasero/
 debian/tmp/usr/share/applications/brasero.desktop
-debian/tmp/usr/share/icons/hicolor/*
-debian/tmp/usr/share/mime/packages/*
-debian/tmp/usr/share/locale/*
-debian/tmp/usr/share/man/man1/*
-debian/tmp/usr/share/gconf/schemas/*
+debian/tmp/usr/share/icons/hicolor/
+debian/tmp/usr/share/mime/packages/
+debian/tmp/usr/share/locale/
+debian/tmp/usr/share/man/man1/

Modified: packages/unstable/brasero/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/changelog?rev=11951&op=diff
==============================================================================
--- packages/unstable/brasero/debian/changelog (original)
+++ packages/unstable/brasero/debian/changelog Sat Jul 14 18:20:24 2007
@@ -7,8 +7,11 @@
 
   [ Loic Minier ]
   * Update URL in copyright; cleanups.
+  * Install gconf schemas in the default location -- /etc/gconf -- and let
+    dh_gconf move them; more cleanups.
+  * Build-depend on quilt.
 
- -- Loic Minier <lool at dooz.org>  Sat, 14 Jul 2007 20:03:59 +0200
+ -- Loic Minier <lool at dooz.org>  Sat, 14 Jul 2007 20:20:15 +0200
 
 brasero (0.6.0-1) unstable; urgency=low
 

Modified: packages/unstable/brasero/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control?rev=11951&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control (original)
+++ packages/unstable/brasero/debian/control Sat Jul 14 18:20:24 2007
@@ -21,8 +21,9 @@
                libdbus-glib-1-dev (>= 0.30),
                libxml-parser-perl,
                libnotify-dev,
-               libglib2.0-dev (>= 2.6.0)
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
+               libglib2.0-dev (>= 2.6.0),
+               quilt
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
 Standards-Version: 3.7.2.1
 
 Package: brasero

Modified: packages/unstable/brasero/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/control.in?rev=11951&op=diff
==============================================================================
--- packages/unstable/brasero/debian/control.in (original)
+++ packages/unstable/brasero/debian/control.in Sat Jul 14 18:20:24 2007
@@ -21,7 +21,8 @@
                libdbus-glib-1-dev (>= 0.30),
                libxml-parser-perl,
                libnotify-dev,
-               libglib2.0-dev (>= 2.6.0)
+               libglib2.0-dev (>= 2.6.0),
+               quilt
 Uploaders: @GNOME_TEAM@
 Standards-Version: 3.7.2.1
 

Modified: packages/unstable/brasero/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/brasero/debian/rules?rev=11951&op=diff
==============================================================================
--- packages/unstable/brasero/debian/rules (original)
+++ packages/unstable/brasero/debian/rules Sat Jul 14 18:20:24 2007
@@ -8,5 +8,5 @@
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-inotify \
-                             --disable-search \
-                             --with-gconf-schema-file-dir=usr/share/gconf/schemas
+			--disable-search
+




More information about the pkg-gnome-commits mailing list