r10823 - in /packages/unstable/libgnomedb3/debian: changelog rules

grm-guest at users.alioth.debian.org grm-guest at users.alioth.debian.org
Sun May 6 16:49:29 UTC 2007


Author: grm-guest
Date: Sun May  6 16:49:28 2007
New Revision: 10823

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10823
Log:
Don't link -common doc dir to the lib's package doc dir


Modified:
    packages/unstable/libgnomedb3/debian/changelog
    packages/unstable/libgnomedb3/debian/rules

Modified: packages/unstable/libgnomedb3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgnomedb3/debian/changelog?rev=10823&op=diff
==============================================================================
--- packages/unstable/libgnomedb3/debian/changelog (original)
+++ packages/unstable/libgnomedb3/debian/changelog Sun May  6 16:49:28 2007
@@ -16,11 +16,11 @@
 
   [ Gustavo R. Montesino ]
   * New major upstream release.
-  * debian/control.in: 
+  * debian/control.in:
     - Update package names and interdependencies.
     - Build-depend on libssl-dev.
     - Depend on libgda3-sqlite, as some widgets segfault otherwise.
-  * .install, .links: 
+  * .install, .links:
     - Rename and update for the new release.
     - Migrate lib install from rules to .install file.
   * debian/patches
@@ -28,9 +28,11 @@
     - 001_menu_icon.patch: removed, patched files were removed.
     - 002_about_segfault_fix.patch: removed, patched file was removed.
   * debian/watch: update.
-  * debian/rules: exclude glade plugins from shlibs.
-
- -- Gustavo R. Montesino <grmontesino at ig.com.br>  Sun,  6 May 2007 09:19:47 -0300
+  * debian/rules: 
+    - exclude glade plugins from shlibs. 
+    - don't link -common doc dir to the lib's package doc dir.
+
+ -- Gustavo R. Montesino <grmontesino at ig.com.br>  Sun,  6 May 2007 13:46:09 -0300
 
 libgnomedb (1.2.2-3) unstable; urgency=low
 

Modified: packages/unstable/libgnomedb3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgnomedb3/debian/rules?rev=10823&op=diff
==============================================================================
--- packages/unstable/libgnomedb3/debian/rules (original)
+++ packages/unstable/libgnomedb3/debian/rules Sun May  6 16:49:28 2007
@@ -28,11 +28,6 @@
 		debian/control.in >debian/control
 #	rm -vrf debian/$(LIB_PKG)*
 
-common-binary-post-install-indep::
-	rm -rf debian/$(COMMON_PKG)/usr/share/doc
-	dh_link -p$(COMMON_PKG) usr/share/doc/$(LIB_PKG) \
-		usr/share/doc/$(COMMON_PKG)
-
 common-binary-post-install-arch::
 	for i in $(BIN_PKG) $(DEV_PKG) $(DBG_PKG); do\
 		rm -rf debian/$$i/usr/share/doc; \




More information about the pkg-gnome-commits mailing list