tags 555880 + pending
thanks

Dear maintainer,

I've prepared an NMU for overgod (versioned as 1.0-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.   Homepage: http://info.comodo.priv.at/ - OpenPGP key ID: 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-    NP: Dire Straits: In The Gallery
diff -u overgod-1.0/debian/control overgod-1.0/debian/control
--- overgod-1.0/debian/control
+++ overgod-1.0/debian/control
@@ -8,7 +8,7 @@
 
 Package: overgod
 Architecture: any
-Depends: ${shlibs:Depends}, overgod-data (>= ${Source-Version})
+Depends: ${shlibs:Depends}, overgod-data (>= ${source:Version})
 Description: bi-directional scrolling arcade game
  Overgod is an arcade game with bi-directional scrolling where you need to
  destroy all enemies in an area in a given time. The game is a mix of the
diff -u overgod-1.0/debian/changelog overgod-1.0/debian/changelog
--- overgod-1.0/debian/changelog
+++ overgod-1.0/debian/changelog
@@ -1,3 +1,15 @@
+overgod (1.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with binutils-gold":
+    add patch from Ubuntu / Julian Taylor:
+    - debian/rules: link with needed libm (LP: #833899)
+    (Closes: #555880)
+  * Make package binNMUable by using ${source:Version} instead of
+    ${Source-Version} (lintian error).
+
+ -- gregor herrmann <gre...@debian.org>  Tue, 20 Dec 2011 16:38:08 +0100
+
 overgod (1.0-1) unstable; urgency=low
 
   * Initial Release (Closes: #368275).
diff -u overgod-1.0/debian/rules overgod-1.0/debian/rules
--- overgod-1.0/debian/rules
+++ overgod-1.0/debian/rules
@@ -9,7 +9,7 @@
 build-stamp:
 	dh_testdir
 	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
-	$(CC) -g -O2 -Wall *.c -o overgod `allegro-config --cflags --libs`
+	$(CC) -g -O2 -Wall *.c -o overgod `allegro-config --cflags --libs` -lm
 	touch build-stamp
 
 clean:

Attachment: signature.asc
Description: Digital signature

Reply via email to