r24615 - in /desktop/experimental/d-conf/debian: changelog control control.in
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Tue Jun 29 11:59:23 UTC 2010
Author: bigon
Date: Tue Jun 29 11:59:23 2010
New Revision: 24615
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24615
Log:
Do some debian/control file cleanup
Modified:
desktop/experimental/d-conf/debian/changelog
desktop/experimental/d-conf/debian/control
desktop/experimental/d-conf/debian/control.in
Modified: desktop/experimental/d-conf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/changelog?rev=24615&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/changelog [utf-8] (original)
+++ desktop/experimental/d-conf/debian/changelog [utf-8] Tue Jun 29 11:59:23 2010
@@ -2,8 +2,9 @@
* Initial debian release
* Put under Debian GNOME Team maintainance
+ * Do some debian/control file cleanup
- -- Laurent Bigonville <bigon at debian.org> Tue, 29 Jun 2010 13:47:24 +0200
+ -- Laurent Bigonville <bigon at debian.org> Tue, 29 Jun 2010 13:59:04 +0200
d-conf (0.4.1-0ubuntu1) maverick; urgency=low
Modified: desktop/experimental/d-conf/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control?rev=24615&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/control [utf-8] (original)
+++ desktop/experimental/d-conf/debian/control [utf-8] Tue Jun 29 11:59:23 2010
@@ -4,11 +4,13 @@
# This file is regenerated automatically in the clean target.
Source: d-conf
-Priority: extra
+Section: libs
+Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: Laurent Bigonville <bigon at debian.org>
Build-Depends: debhelper (>= 7.0.50~),
autotools-dev,
+ gnome-pkg-tools,
valac,
libglib2.0-dev (>= 2.25.10),
libgtk2.0-dev,
@@ -17,11 +19,18 @@
libgirepository1.0-dev (>= 0.6.7),
gobject-introspection (>= 0.6.7),
gir1.0-glib-2.0
-Standards-Version: 3.8.4
-Section: libs
+Standards-Version: 3.9.0
Homepage: http://live.gnome.org/dconf
-Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/dconf/ubuntu
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/d-conf
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/experimental/d-conf/
+Package: libdconf0
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Simple key-based configuration system
+ dconf is a simple key-based configuration system.
+
Package: libdconf-dev
Section: libdevel
Architecture: any
@@ -32,15 +41,8 @@
.
This package contains a static library and header files.
-Package: libdconf0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: Simple key-based configuration system
- dconf is a simple key-based configuration system.
-
Package: dconf-tools
+Section: utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -51,7 +53,7 @@
This package contains the dconf command line tools
Package: gir1.0-dconf-0.3
-Section: libs
+Priority: extra
Architecture: any
Depends: ${gir:Depends},
${shlibs:Depends},
Modified: desktop/experimental/d-conf/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/d-conf/debian/control.in?rev=24615&op=diff
==============================================================================
--- desktop/experimental/d-conf/debian/control.in [utf-8] (original)
+++ desktop/experimental/d-conf/debian/control.in [utf-8] Tue Jun 29 11:59:23 2010
@@ -1,9 +1,11 @@
Source: d-conf
-Priority: extra
+Section: libs
+Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 7.0.50~),
autotools-dev,
+ gnome-pkg-tools,
valac,
libglib2.0-dev (>= 2.25.10),
libgtk2.0-dev,
@@ -12,11 +14,18 @@
libgirepository1.0-dev (>= 0.6.7),
gobject-introspection (>= 0.6.7),
gir1.0-glib-2.0
-Standards-Version: 3.8.4
-Section: libs
+Standards-Version: 3.9.0
Homepage: http://live.gnome.org/dconf
-Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/dconf/ubuntu
+Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/experimental/d-conf
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/experimental/d-conf/
+Package: libdconf0
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Description: Simple key-based configuration system
+ dconf is a simple key-based configuration system.
+
Package: libdconf-dev
Section: libdevel
Architecture: any
@@ -27,15 +36,8 @@
.
This package contains a static library and header files.
-Package: libdconf0
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: Simple key-based configuration system
- dconf is a simple key-based configuration system.
-
Package: dconf-tools
+Section: utils
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -46,7 +48,7 @@
This package contains the dconf command line tools
Package: gir1.0-dconf-0.3
-Section: libs
+Priority: extra
Architecture: any
Depends: ${gir:Depends},
${shlibs:Depends},
More information about the pkg-gnome-commits
mailing list