[med-svn] [Git][med-team/amide][master] 4 commits: d/p/fix_gcc10: Fix build with gcc-10

Gert Wollny gitlab at salsa.debian.org
Sun Apr 26 12:11:39 BST 2020



Gert Wollny pushed to branch master at Debian Med / amide


Commits:
9bbf5a91 by Gert Wollny at 2020-04-26T10:12:39+02:00
d/p/fix_gcc10: Fix build with gcc-10

- - - - -
16e34d57 by Gert Wollny at 2020-04-26T10:12:39+02:00
d/rules: remove --as-needed patch

- - - - -
8ca8862f by Gert Wollny at 2020-04-26T10:12:39+02:00
d/control: Fix mailinglist address

- - - - -
2dc77fab by Gert Wollny at 2020-04-26T10:12:39+02:00
d/changelog: new release

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/patches/fix-gcc10.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+amide (1.0.5-13) unstable; urgency=medium
+
+  [ Steffen Moeller ]
+  * d/u/metadata: yamllint
+  * d/u/metadata: yamllint
+
+  [ Gert Wollny ]
+  * d/p/fix_gcc10: Fix build with gcc-10 Closes: #956997
+  * Fix spelling error
+  * d/rules: remove --as-needed patch
+  * d/control: Fix mailinglist address
+
+ -- Gert Wollny <gewo at debian.org>  Sun, 26 Apr 2020 10:11:32 +0200
+
 amide (1.0.5-12) unstable; urgency=medium
 
   * Drop scroolkeeper from Build-Depends


=====================================
debian/control
=====================================
@@ -1,5 +1,5 @@
 Source: amide
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>,
            Gert Wollny <gewo at debian.org> 
 Section: graphics


=====================================
debian/patches/fix-gcc10.patch
=====================================
@@ -0,0 +1,14 @@
+Author: Gert Wollny <gewo at debian.org>
+Description: Fix extern declaration of dummy_var
+
+--- a/src/render.h
++++ b/src/render.h
+@@ -51,7 +51,7 @@
+ 
+ 
+ /* dummy variable used in some macros below */
+-rendering_voxel_t * dummy_voxel;  
++extern rendering_voxel_t * dummy_voxel;  
+ 
+ 
+ /* ----------- defines ------------- */


=====================================
debian/patches/series
=====================================
@@ -8,3 +8,4 @@ libc_2.23.patch
 remove-autdated-gnome-macros.patch
 amide-1.0.6-disable-gconf-and-gnome-vfs.patch
 ffmpeg-35.patch
+fix-gcc10.patch


=====================================
debian/rules
=====================================
@@ -21,7 +21,7 @@ override_dh_auto_configure:
 		--localstatedir=/var/lib/amide \
                 --disable-gconf \
                 --disable-gnome-vfs \
-		LDFLAGS="-Wl,-z,defs -Wl,--as-needed $(LDFLAGS)"
+		LDFLAGS="-Wl,-z,defs $(LDFLAGS)"
 
 # To create the docs this option would be needed but it causes build problems
 # see doc/README



View it on GitLab: https://salsa.debian.org/med-team/amide/-/compare/3189afe1512f1633f074598f1f5597096367f5a5...2dc77fab89d3c2bcd99b7589ddd3597b05fad058

-- 
View it on GitLab: https://salsa.debian.org/med-team/amide/-/compare/3189afe1512f1633f074598f1f5597096367f5a5...2dc77fab89d3c2bcd99b7589ddd3597b05fad058
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200426/d89ff2ad/attachment-0001.html>


More information about the debian-med-commit mailing list