r15077 - in /packages/unstable/bakery2.4/debian: changelog control.in

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Fri Mar 14 08:42:12 UTC 2008


Author: manphiz-guest
Date: Fri Mar 14 08:42:12 2008
New Revision: 15077

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15077
Log:
* Migrate maintainer ship to GNOME Team, added as Uploaders.
* Wrap fields in debian/control* files for easier patching.
* User ${binary:Version} and ${source:Version} instead of deprecated
  ${Source-Version} for binNMU safety.
* Add ${misc:Depends} and ${shlibs:Depends} to various Depends fields as
  recommended.

Added:
    packages/unstable/bakery2.4/debian/control.in
Modified:
    packages/unstable/bakery2.4/debian/changelog

Modified: packages/unstable/bakery2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/changelog?rev=15077&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/changelog (original)
+++ packages/unstable/bakery2.4/debian/changelog Fri Mar 14 08:42:12 2008
@@ -2,8 +2,14 @@
 
   * New upstream release.  (Closes: #451591)
   * Refine watch file syntax to check for all stable version.
+  * Migrate maintainer ship to GNOME Team, added as Uploaders.
+  * Wrap fields in debian/control* files for easier patching.
+  * User ${binary:Version} and ${source:Version} instead of deprecated
+    ${Source-Version} for binNMU safety.
+  * Add ${misc:Depends} and ${shlibs:Depends} to various Depends fields as
+    recommended.
 
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 14 Mar 2008 16:27:50 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 14 Mar 2008 16:39:33 +0800
 
 bakery2.4 (2.4.0-2) unstable; urgency=low
 

Added: packages/unstable/bakery2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/control.in?rev=15077&op=file
==============================================================================
--- packages/unstable/bakery2.4/debian/control.in (added)
+++ packages/unstable/bakery2.4/debian/control.in Fri Mar 14 08:42:12 2008
@@ -1,0 +1,99 @@
+Source: bakery2.4
+Section: libs
+Priority: optional
+Maintainer: Bradley Bell <btb at debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 4),
+               libgtkmm-2.4-dev (>> 1:2.8.0),
+               libgconfmm-2.6-dev (>= 2.10.0-3),
+               libglademm-2.4-dev (>= 2.6.1-1),
+               libgnome-vfsmm-2.6-dev (>= 2.10.0-1),
+               libxml++2.6-dev (>> 2.8.0),
+               libxml-parser-perl,
+               doxygen
+Standards-Version: 3.7.2
+
+Package: libbakery-2.4-dev
+Section: libdevel
+Architecture: any
+Conflicts: libbakery-2.3-dev
+Replaces: libbakery-2.3-dev
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libbakery-2.4-1 (= ${binary:Version}),
+         libgtkmm-2.4-dev (>> 1:2.8.0),
+         libgconfmm-2.6-dev (>= 2.10.0-3),
+         libglademm-2.4-dev (>= 2.6.1-1),
+         libgnome-vfsmm-2.6-dev (>= 2.10.0-1),
+         libxml++2.6-dev (>> 2.8.0)
+Description: A C++ Application Framework (development files)
+ Bakery is a C++ Framework for creating GTK+ or GNOME applications
+ using gtkmm and gnomemm.
+  * Bakery provides a Document/View architecture, but it doesn't force
+    you to use the whole architecture.
+  * Bakery can use XML as a Document storage format, if you like.  But
+    it doesn't force you to use the whole architecture.
+  * Bakery provides default functionality, which can be easily
+    customized.
+  * Bakery makes it easy to start developing GNOME applications.
+  * Bakery gives your application structure.
+  * Bakery contains a few utility classes.
+ .
+ The main bakery library provides gtkmm-based App classes for the
+ GUI-independent App, Document and View classes. The bakery_gnomeui
+ extension library provides libgnomeuimm-based App classes instead, for
+ creating full GNOME applications.
+
+Package: libbakery-2.4-1
+Section: libs
+Architecture: any
+Conflicts: libbakery-2.3-11,
+           libbakery-2.3-11c2,
+           libbakery-2.3-11c2a
+Replaces: libbakery-2.3-11,
+          libbakery-2.3-11c2,
+          libbakery-2.3-11c2a
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         libbakery-common (>= ${source:Version})
+Description: A C++ Application Framework (shared libraries)
+ Bakery is a C++ Framework for creating GTK+ or GNOME applications
+ using gtkmm and gnomemm.
+  * Bakery provides a Document/View architecture, but it doesn't force
+    you to use the whole architecture.
+  * Bakery can use XML as a Document storage format, if you like.  But
+    it doesn't force you to use the whole architecture.
+  * Bakery provides default functionality, which can be easily
+    customized.
+  * Bakery makes it easy to start developing GNOME applications.
+  * Bakery gives your application structure.
+  * Bakery contains a few utility classes.
+ .
+ The main bakery library provides gtkmm-based App classes for the
+ GUI-independent App, Document and View classes. The bakery_gnomeui
+ extension library provides libgnomeuimm-based App classes instead, for
+ creating full GNOME applications.
+
+Package: libbakery-common
+Section: libs
+Architecture: all
+Conflicts: libbakery-2.3-common
+Replaces: libbakery-2.3-common
+Description: A C++ Application Framework (common files)
+ Bakery is a C++ Framework for creating GTK+ or GNOME applications
+ using gtkmm and gnomemm.
+  * Bakery provides a Document/View architecture, but it doesn't force
+    you to use the whole architecture.
+  * Bakery can use XML as a Document storage format, if you like.  But
+    it doesn't force you to use the whole architecture.
+  * Bakery provides default functionality, which can be easily
+    customized.
+  * Bakery makes it easy to start developing GNOME applications.
+  * Bakery gives your application structure.
+  * Bakery contains a few utility classes.
+ .
+ The main bakery library provides gtkmm-based App classes for the
+ GUI-independent App, Document and View classes. The bakery_gnomeui
+ extension library provides libgnomeuimm-based App classes instead, for
+ creating full GNOME applications.
+




More information about the pkg-gnome-commits mailing list