r11431 - in /packages/unstable/nemiver/debian: changelog control rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Jun 10 11:17:33 UTC 2007


Author: joss
Date: Sun Jun 10 11:17:32 2007
New Revision: 11431

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11431
Log:
* Pass --no-act to dh_makeshlibs to avoid generating a shlibs file.

Modified:
    packages/unstable/nemiver/debian/changelog
    packages/unstable/nemiver/debian/control
    packages/unstable/nemiver/debian/rules

Modified: packages/unstable/nemiver/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nemiver/debian/changelog?rev=11431&op=diff
==============================================================================
--- packages/unstable/nemiver/debian/changelog (original)
+++ packages/unstable/nemiver/debian/changelog Sun Jun 10 11:17:32 2007
@@ -13,7 +13,10 @@
   * Add watch file.
   * Add get-orig-source target to retrieve the upstream source.
 
- -- Dodji Seketeli <dodji at coin>  Sat, 09 Jun 2007 14:16:49 +0200
+  [ Josselin Mouette ]
+  * Pass --no-act to dh_makeshlibs to avoid generating a shlibs file.
+
+ -- Josselin Mouette <joss at debian.org>  Sun, 10 Jun 2007 13:16:46 +0200
 
 nemiver (0.4.0~svnr486-0.2) unstable; urgency=low
 

Modified: packages/unstable/nemiver/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nemiver/debian/control?rev=11431&op=diff
==============================================================================
--- packages/unstable/nemiver/debian/control (original)
+++ packages/unstable/nemiver/debian/control Sun Jun 10 11:17:32 2007
@@ -1,6 +1,6 @@
 Source: nemiver
 Maintainer: Dodji Seketeli <dodji at seketeli.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>
 Section: gnome
 Priority: optional
 Build-Depends: debhelper (>= 5.0.40),
@@ -51,7 +51,7 @@
 Package: nemiver-dbg
 Architecture: any
 Section: gnome
-Depends: nemiver (= ${binary:Version})
+Depends: nemiver (= ${Source-Version})
 Description: Graphical symbolic debugger - debugging symbols
  Nemiver is an project to write a standalone graphical debugger that integrates
  well in the GNOME desktop environment.

Modified: packages/unstable/nemiver/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/nemiver/debian/rules?rev=11431&op=diff
==============================================================================
--- packages/unstable/nemiver/debian/rules (original)
+++ packages/unstable/nemiver/debian/rules Sun Jun 10 11:17:32 2007
@@ -9,6 +9,7 @@
 DEB_CONFIGURE_EXTRA_FLAGS +=--with-pic
 DEB_SHLIBDEPS_LIBRARY_nemiver += libnemivercommon.so.0.0.0
 DEB_SHLIBDEPS_INCLUDE_nemiver += debian/nemiver/usr/lib
+DEB_DH_MAKESHLIBS_ARGS_ALL += --no-act
 
 binary-install/nemiver::
 	-find debian/tmp/usr/lib -type f -name "*.a" -exec rm {} \;




More information about the pkg-gnome-commits mailing list