r31103 - in /packages/unstable/libunique/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Oct 27 18:24:19 UTC 2011


Author: biebl
Date: Thu Oct 27 18:24:19 2011
New Revision: 31103

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31103
Log:
* debian/rules:
  - Disable -Werror. Closes: #625376

Modified:
    packages/unstable/libunique/debian/changelog
    packages/unstable/libunique/debian/control
    packages/unstable/libunique/debian/control.in
    packages/unstable/libunique/debian/rules

Modified: packages/unstable/libunique/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/changelog?rev=31103&op=diff
==============================================================================
--- packages/unstable/libunique/debian/changelog [utf-8] (original)
+++ packages/unstable/libunique/debian/changelog [utf-8] Thu Oct 27 18:24:19 2011
@@ -7,6 +7,8 @@
   * debian/control.in:
     - Bump Standards-Version to 3.9.2. No further changes.
     - Add Vcs-* fields.
+  * debian/rules:
+    - Disable -Werror. Closes: #625376
 
  -- Michael Biebl <biebl at debian.org>  Thu, 27 Oct 2011 20:16:19 +0200
 

Modified: packages/unstable/libunique/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/control?rev=31103&op=diff
==============================================================================
--- packages/unstable/libunique/debian/control [utf-8] (original)
+++ packages/unstable/libunique/debian/control [utf-8] Thu Oct 27 18:24:19 2011
@@ -60,7 +60,7 @@
  Unique makes it easy to write this kind of applications, by
  providing a base class, taking care of all the IPC machinery
  needed to send messages to a running instance, and also handling
- the startup notification side. 
+ the startup notification side.
  .
  This package contains the headers and development libraries needed to
  build applications using the Unique library
@@ -80,6 +80,6 @@
  Unique makes it easy to write this kind of applications, by
  providing a base class, taking care of all the IPC machinery
  needed to send messages to a running instance, and also handling
- the startup notification side. 
+ the startup notification side.
  .
  This package contains the HTML documentation for the Unique library

Modified: packages/unstable/libunique/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/control.in?rev=31103&op=diff
==============================================================================
--- packages/unstable/libunique/debian/control.in [utf-8] (original)
+++ packages/unstable/libunique/debian/control.in [utf-8] Thu Oct 27 18:24:19 2011
@@ -33,7 +33,7 @@
  Unique makes it easy to write this kind of applications, by
  providing a base class, taking care of all the IPC machinery
  needed to send messages to a running instance, and also handling
- the startup notification side. 
+ the startup notification side.
  .
  This package contains the shared libraries.
 
@@ -55,7 +55,7 @@
  Unique makes it easy to write this kind of applications, by
  providing a base class, taking care of all the IPC machinery
  needed to send messages to a running instance, and also handling
- the startup notification side. 
+ the startup notification side.
  .
  This package contains the headers and development libraries needed to
  build applications using the Unique library
@@ -75,6 +75,6 @@
  Unique makes it easy to write this kind of applications, by
  providing a base class, taking care of all the IPC machinery
  needed to send messages to a running instance, and also handling
- the startup notification side. 
+ the startup notification side.
  .
  This package contains the HTML documentation for the Unique library

Modified: packages/unstable/libunique/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/rules?rev=31103&op=diff
==============================================================================
--- packages/unstable/libunique/debian/rules [utf-8] (original)
+++ packages/unstable/libunique/debian/rules [utf-8] Thu Oct 27 18:24:19 2011
@@ -9,4 +9,6 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
+DEB_CONFIGURE_EXTRA_FLAGS += --disable-maintainer-flags
+
 DEB_DH_MAKESHLIBS_ARGS_libunique-1.0-0 = -V 'libunique-1.0-0 (>= 1.0.2)' -- -c4




More information about the pkg-gnome-commits mailing list