r15309 - /packages/unstable/bakery2.4/debian/

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Wed Mar 19 04:14:13 UTC 2008


Author: manphiz-guest
Date: Wed Mar 19 04:14:12 2008
New Revision: 15309

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15309
Log:
* Use versioned shlibs, bumped to 2.4.4 due to new API.
* Separate documentation from -dev to -doc package to safe some space in
  repository.
* Add `DM-Upload-Allowed: yes'.  Thanks Loïc for advocacy.

Added:
    packages/unstable/bakery2.4/debian/libbakery-2.4-doc.doc-base.bakery2.4-misc
      - copied, changed from r15308, packages/unstable/bakery2.4/debian/libbakery-2.4-dev.doc-base.bakery2.4-misc
    packages/unstable/bakery2.4/debian/libbakery-2.4-doc.doc-base.bakery2.4-reference
      - copied, changed from r15308, packages/unstable/bakery2.4/debian/libbakery-2.4-dev.doc-base.bakery2.4-reference
    packages/unstable/bakery2.4/debian/libbakery-2.4-doc.docs
      - copied unchanged from r15308, packages/unstable/bakery2.4/debian/libbakery-2.4-dev.docs
    packages/unstable/bakery2.4/debian/libbakery-2.4-doc.examples
      - copied unchanged from r15308, packages/unstable/bakery2.4/debian/libbakery-2.4-dev.examples
Removed:
    packages/unstable/bakery2.4/debian/libbakery-2.4-dev.doc-base.bakery2.4-misc
    packages/unstable/bakery2.4/debian/libbakery-2.4-dev.doc-base.bakery2.4-reference
    packages/unstable/bakery2.4/debian/libbakery-2.4-dev.docs
    packages/unstable/bakery2.4/debian/libbakery-2.4-dev.examples
Modified:
    packages/unstable/bakery2.4/debian/changelog
    packages/unstable/bakery2.4/debian/control
    packages/unstable/bakery2.4/debian/control.in
    packages/unstable/bakery2.4/debian/rules

Modified: packages/unstable/bakery2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/changelog?rev=15309&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/changelog (original)
+++ packages/unstable/bakery2.4/debian/changelog Wed Mar 19 04:14:12 2008
@@ -14,16 +14,19 @@
   * Update standard version to 3.7.3.
   * Switch packaging system to cdbs, b-dep on cdbs (>= 0.4.51) to avoid
     empty -dbg package bug.
-  * Use versioned shlibs, bumped to 2.4.4.
+  * Use versioned shlibs, bumped to 2.4.4 due to new API.
   * Use chrpath hack to get rid of rpath on 64bit system.  Add chrpath to
     Build-Depends.
   * Remove useless *.dirs files.
   * Refined Descriptions wording in debian/control*.
   * Refine b-dep version as per source configure.in.
+  * Separate documentation from -dev to -doc package to safe some space in
+    repository.
   * Fix doc-base sections.
   * Refine docs install path to maintain original directory hierarchy.
+  * Add `DM-Upload-Allowed: yes'.  Thanks Loïc for advocacy.
 
- -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 14 Mar 2008 20:12:28 +0800
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Wed, 19 Mar 2008 11:31:32 +0800
 
 bakery2.4 (2.4.0-2) unstable; urgency=low
 

Modified: packages/unstable/bakery2.4/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/control?rev=15309&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/control (original)
+++ packages/unstable/bakery2.4/debian/control Wed Mar 19 04:14:12 2008
@@ -3,6 +3,7 @@
 Priority: optional
 Maintainer: Bradley Bell <btb at debian.org>
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Deng Xiyue <manphiz-guest at users.alioth.debian.org>
+DM-Upload-Allowed: yes
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/bakery2.4
 Build-Depends: cdbs (>= 0.4.51),
@@ -88,6 +89,7 @@
 Architecture: all
 Conflicts: libbakery-2.3-common
 Replaces: libbakery-2.3-common
+Depends: ${misc:Depends}
 Description: A C++ Application Framework (common files)
  Bakery is a C++ Framework for creating GTK+ or GNOME applications
  using gtkmm and gnomemm.
@@ -107,3 +109,31 @@
  creating full GNOME applications.
  .
  This package contains all architechure independent files.
+
+Package: libbakery-2.4-doc
+Section: doc
+Architecture: all
+Conflicts: libbakery-2.4-dev (<< 2.4.4-1)
+Replaces: libbakery-2.4-dev (<< 2.4.4-1)
+Depends: ${misc:Depends},
+         doc-base,
+         lynx | www-browser
+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.
+ .
+ This package contains documentation.

Modified: packages/unstable/bakery2.4/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/control.in?rev=15309&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/control.in (original)
+++ packages/unstable/bakery2.4/debian/control.in Wed Mar 19 04:14:12 2008
@@ -3,6 +3,7 @@
 Priority: optional
 Maintainer: Bradley Bell <btb at debian.org>
 Uploaders: @GNOME_TEAM@
+DM-Upload-Allowed: yes
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/bakery2.4
 Build-Depends: cdbs (>= 0.4.51),
@@ -49,7 +50,7 @@
  extension library provides libgnomeuimm-based App classes instead, for
  creating full GNOME applications.
  .
- This package contains development files and documentations.
+ This package contains development files.
 
 Package: libbakery-2.4-1
 Section: libs
@@ -88,6 +89,7 @@
 Architecture: all
 Conflicts: libbakery-2.3-common
 Replaces: libbakery-2.3-common
+Depends: ${misc:Depends}
 Description: A C++ Application Framework (common files)
  Bakery is a C++ Framework for creating GTK+ or GNOME applications
  using gtkmm and gnomemm.
@@ -107,3 +109,31 @@
  creating full GNOME applications.
  .
  This package contains all architechure independent files.
+
+Package: libbakery-2.4-doc
+Section: doc
+Architecture: all
+Conflicts: libbakery-2.4-dev (<< 2.4.4-1)
+Replaces: libbakery-2.4-dev (<< 2.4.4-1)
+Depends: ${misc:Depends},
+         doc-base,
+         lynx | www-browser
+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.
+ .
+ This package contains documentation.

Copied: packages/unstable/bakery2.4/debian/libbakery-2.4-doc.doc-base.bakery2.4-misc (from r15308, packages/unstable/bakery2.4/debian/libbakery-2.4-dev.doc-base.bakery2.4-misc)
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/libbakery-2.4-doc.doc-base.bakery2.4-misc?rev=15309&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/libbakery-2.4-dev.doc-base.bakery2.4-misc (original)
+++ packages/unstable/bakery2.4/debian/libbakery-2.4-doc.doc-base.bakery2.4-misc Wed Mar 19 04:14:12 2008
@@ -1,9 +1,9 @@
 Document: bakery2.4-misc
 Title: Bakery Documentation
-Author: Murray Cumming <murrayc at usa.net>
+Author: Murray Cumming <murrayc at murrayc.com>
 Abstract: Miscellaneous documentation about Bakery
 Section: Programming/C++
 
 Format: HTML
-Index: /usr/share/doc/libbakery-2.4-dev/docs/index.html
-Files: /usr/share/doc/libbakery-2.4-dev/docs/*.html
+Index: /usr/share/doc/libbakery-2.4-doc/docs/index.html
+Files: /usr/share/doc/libbakery-2.4-doc/docs/*.html

Copied: packages/unstable/bakery2.4/debian/libbakery-2.4-doc.doc-base.bakery2.4-reference (from r15308, packages/unstable/bakery2.4/debian/libbakery-2.4-dev.doc-base.bakery2.4-reference)
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/libbakery-2.4-doc.doc-base.bakery2.4-reference?rev=15309&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/libbakery-2.4-dev.doc-base.bakery2.4-reference (original)
+++ packages/unstable/bakery2.4/debian/libbakery-2.4-doc.doc-base.bakery2.4-reference Wed Mar 19 04:14:12 2008
@@ -5,5 +5,5 @@
 Section: Programming/C++
 
 Format: HTML
-Index: /usr/share/doc/libbakery-2.4-dev/docs/reference/html/index.html
-Files: /usr/share/doc/libbakery-2.4-dev/docs/reference/html/*.html
+Index: /usr/share/doc/libbakery-2.4-doc/docs/reference/html/index.html
+Files: /usr/share/doc/libbakery-2.4-doc/docs/reference/html/*.html

Modified: packages/unstable/bakery2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/rules?rev=15309&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/rules (original)
+++ packages/unstable/bakery2.4/debian/rules Wed Mar 19 04:14:12 2008
@@ -11,16 +11,16 @@
 GNOME_MODULE := bakery
 
 SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libbakery-[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
-DEV_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libbakery-[0-9\.]+-dev)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libbakery-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.4.4
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
 DEB_DH_INSTALL_SOURCEDIR := debian/tmp
 DEB_DH_MAKESHLIBS_ARGS_$(SHARED_PKG) += -V"$(SHARED_PKG) (>= $(SHVER))"
-DEB_INSTALL_DOCS_$(DEV_PKG) += -XMakefile -XDoxyfile -X.svn -X.cvsignore
-DEB_INSTALL_EXAMPLES_$(DEV_PKG) += -XMakefile -X.deps -X.libs -X.o
+DEB_INSTALL_DOCS_$(DOC_PKG) += -XMakefile -XDoxyfile -X.svn -X.cvsignore
+DEB_INSTALL_EXAMPLES_$(DOC_PKG) += -XMakefile -X.deps -X.libs -X.o
 
-build/$(DEV_PKG)::
+build/$(DOC_PKG)::
 	$(MAKE) -C docs/reference
 
 # chrpath hack to get rid of amd64 rpath




More information about the pkg-gnome-commits mailing list