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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sat Jun 9 11:20:32 UTC 2007


Author: lool
Date: Sat Jun  9 11:20:32 2007
New Revision: 11383

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11383
Log:
* Misc cleanups.

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=11383&op=diff
==============================================================================
--- packages/unstable/nemiver/debian/changelog (original)
+++ packages/unstable/nemiver/debian/changelog Sat Jun  9 11:20:32 2007
@@ -1,9 +1,13 @@
 nemiver (0.4.0-1) unstable; urgency=low
 
+  [ Dodji Seketeli ]
   * update after 0.4 upstream release
   * updated copyright file to refer to the tarball downloads url
 
- -- Dodji Seketeli <dodji at seketeli.org>  Tue, 05 Jun 2007 09:54:57 +0200
+  [ Loic Minier ]
+  * Misc cleanups.
+
+ -- Loic Minier <lool at dooz.org>  Sat, 09 Jun 2007 13:19:03 +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=11383&op=diff
==============================================================================
--- packages/unstable/nemiver/debian/control (original)
+++ packages/unstable/nemiver/debian/control Sat Jun  9 11:20:32 2007
@@ -2,7 +2,8 @@
 Maintainer: Dodji Seketeli <dodji at seketeli.org>
 Section: gnome
 Priority: optional
-Build-Depends: debhelper (>= 5.0.40), cdbs (>= 0.4.47),
+Build-Depends: debhelper (>= 5.0.40),
+               cdbs (>= 0.4.47),
                libboost-dev,
                libboost-test-dev,
                libxml2-dev,
@@ -26,7 +27,9 @@
 Package: nemiver
 Architecture: any
 Section: gnome
-Depends: ${shlibs:Depends}, ${misc:Depends}, gdb
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         gdb
 Description: Graphical symbolic debugger
  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=11383&op=diff
==============================================================================
--- packages/unstable/nemiver/debian/rules (original)
+++ packages/unstable/nemiver/debian/rules Sat Jun  9 11:20:32 2007
@@ -4,9 +4,9 @@
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS :=--with-pic
-DEB_SHLIBDEPS_LIBRARY_nemiver:= libnemivercommon.so.0.0.0
-DEB_SHLIBDEPS_INCLUDE_nemiver:= debian/nemiver/usr/lib
+DEB_CONFIGURE_EXTRA_FLAGS +=--with-pic
+DEB_SHLIBDEPS_LIBRARY_nemiver += libnemivercommon.so.0.0.0
+DEB_SHLIBDEPS_INCLUDE_nemiver += debian/nemiver/usr/lib
 
 binary-install/nemiver::
 	-find debian/tmp/usr/lib -type f -name "*.a" -exec rm {} \;




More information about the pkg-gnome-commits mailing list