[Debichem-commits] r930 - in /unstable/gchempaint/debian: changelog copyright rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Tue Jan 1 22:27:57 UTC 2008


Author: dleidert-guest
Date: Tue Jan  1 22:27:57 2008
New Revision: 930

URL: http://svn.debian.org/wsvn/debichem/?sc=1&rev=930
Log:
* debian/copyright: Fixed encoding and a typo.
* debian/rules (LDFLAGS): Removed -Wl,-z,defs, because we will run into
  trouble atm using it (reverts a change in 0.8.4-3).


Modified:
    unstable/gchempaint/debian/changelog
    unstable/gchempaint/debian/copyright
    unstable/gchempaint/debian/rules

Modified: unstable/gchempaint/debian/changelog
URL: http://svn.debian.org/wsvn/debichem/unstable/gchempaint/debian/changelog?rev=930&op=diff
==============================================================================
--- unstable/gchempaint/debian/changelog (original)
+++ unstable/gchempaint/debian/changelog Tue Jan  1 22:27:57 2008
@@ -4,6 +4,7 @@
   * New upstream release 0.8.5.
     - Fixes compilation with GCC 4.3 (closes: #455308).
 
+  * debian/copyright: Fixed encoding and a typo.
   * debian/patches/02_libgchempaint_convenience.dpatch: Adjusted.
   * debian/patches/03_schemasdir_fix.dpatch: Dropped. Applied upstream.
   * debian/patches/00list: Adjusted.
@@ -20,8 +21,7 @@
     dh_installmime.
   * debian/gchempaint.postrm: Ditto.
   * debian/rules: Added LDFLAGS = -Wl,--as-needed to avoid useless
-    dependencies. Added some more flags to make sure, there are no unresolved
-    symbols.
+    dependencies.
     (binary-arch): Added calls to dh_desktop and dh_installmime.
 
  -- Daniel Leidert (dale) <daniel.leidert at wgdd.de>  Sun, 04 Nov 2007 22:49:23 +0100

Modified: unstable/gchempaint/debian/copyright
URL: http://svn.debian.org/wsvn/debichem/unstable/gchempaint/debian/copyright?rev=930&op=diff
==============================================================================
--- unstable/gchempaint/debian/copyright (original)
+++ unstable/gchempaint/debian/copyright Tue Jan  1 22:27:57 2008
@@ -6,11 +6,11 @@
 
 Copyright:
 
-    Copyright (C) 2002-2007 Jean Bréfort <jean.brefort at ac-dijon.fr>
+    Copyright (C) 2002-2007 Jean Bréfort <jean.brefort at ac-dijon.fr>
 
 Upstream Author:
 
-    Jan Bréfort <jean.brefort at ac-dijon.fr>
+    Jean Bréfort <jean.brefort at ac-dijon.fr>
     See AUTHORS.gz for more info on who did what.
 
 License: **/* GPL v2

Modified: unstable/gchempaint/debian/rules
URL: http://svn.debian.org/wsvn/debichem/unstable/gchempaint/debian/rules?rev=930&op=diff
==============================================================================
--- unstable/gchempaint/debian/rules (original)
+++ unstable/gchempaint/debian/rules Tue Jan  1 22:27:57 2008
@@ -13,7 +13,7 @@
 
 CFLAGS   = -Wall -g
 CXXFLAGS = -Wall -g
-LDFLAGS  = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+LDFLAGS  = -Wl,-O1 -Wl,--as-needed
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0




More information about the Debichem-commits mailing list