r17872 - in /desktop/unstable/anjuta/debian: changelog control rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Dec 9 09:28:09 UTC 2008


Author: joss
Date: Tue Dec  9 09:28:09 2008
New Revision: 17872

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17872
Log:
* Remove .la files in /usr/lib/anjuta.
* Rename the plugin with useless versioning to a plain .so.
* Exclude this directory for dh_makeshlibs.

Modified:
    desktop/unstable/anjuta/debian/changelog
    desktop/unstable/anjuta/debian/control
    desktop/unstable/anjuta/debian/rules

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=17872&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog (original)
+++ desktop/unstable/anjuta/debian/changelog Tue Dec  9 09:28:09 2008
@@ -1,10 +1,16 @@
 anjuta (2:2.24.2-1) unstable; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * New upstream release.
   * anjuta replaces anjuta-common << 2:2.4.2-1, as /usr/share/applications
     is now shipped in the former. Closes: #502139.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 25 Nov 2008 16:36:24 +0100
+  [ Josselin Mouette ]
+  * Remove .la files in /usr/lib/anjuta.
+  * Rename the plugin with useless versioning to a plain .so.
+  * Exclude this directory for dh_makeshlibs.
+
+ -- Josselin Mouette <joss at debian.org>  Tue, 09 Dec 2008 10:28:54 +0100
 
 anjuta (2:2.24.0.1-2) unstable; urgency=low
 

Modified: desktop/unstable/anjuta/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/control?rev=17872&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/control (original)
+++ desktop/unstable/anjuta/debian/control Tue Dec  9 09:28:09 2008
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Rob Bradford <robster at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at ubuntu.com>, Loic Minier <lool at dooz.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
 Build-Depends: debhelper (>= 5.0.0),
                quilt,
                cdbs,

Modified: desktop/unstable/anjuta/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/rules?rev=17872&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/rules (original)
+++ desktop/unstable/anjuta/debian/rules Tue Dec  9 09:28:09 2008
@@ -15,6 +15,8 @@
 DEB_CONFIGURE_SCRIPT := ./autogen.sh
 DEB_DH_INSTALLMIME_ARGS += mime/anjuta.xml
 
+DEB_DH_MAKESHLIBS_ARGS_anjuta += -Xusr/lib/anjuta/
+
 install/anjuta::
 	# dh_installman is buggy and doesnt like dealing with manpage names
 	# with periods in them.
@@ -25,6 +27,10 @@
 	chrpath -d debian/tmp/usr/lib/libanjuta-ctags.so.0.0.0
 	chrpath -d debian/tmp/usr/lib/libanjuta.so.0.0.0
 	chrpath -d debian/tmp/usr/lib/glade3/modules/libgladeanjuta.so
+	rm -f debian/tmp/usr/lib/anjuta/*.la
+	cd debian/tmp/usr/lib/anjuta/ && \
+		rm -f libfile-manager.so.0 libfile-manager.so && \
+		mv libfile-manager.so.0.0.0 libfile-manager.so
 
 clean::
 	rm -vf anjuta.desktop




More information about the pkg-gnome-commits mailing list