~ubuntu-branches/ubuntu/raring/powermanga/raring

« back to all changes in this revision

Viewing changes to debian/patches/005_link_libm.diff

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Cyril Brulebois, Barry deFreese
  • Date: 2009-11-13 14:28:30 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091113142830-k36l15k5qda01jy3
Tags: 0.90-dfsg-2
[ Cyril Brulebois ]
* Add missing context to the 020_copyright.diff patch, so as to prevent
  an FTBFS with the new “3.0 (quilt)” source package format, thanks to
  Raphaël Hertzog for the notice (Closes: #485021).

[ Barry deFreese ]
* Update my e-mail address.
* 005_link_libm.diff - Add -lm to LDFLAGS. (Closes: #556072).
* 030_manpage_typo.diff - Fix typo in manpage. (Closes: #455227).
* Update postinst to make powermanga setgid games. (Closes: #419572).
  + Thanks to Javier Fernández-Sanguino Peña for the fix.
* Add dversionmangle in watch file to remove -dfsg version.
* Add set -e to postrm.
* Clean the quilt dir on clean.
* Add README.source for quilt.
* Bump Standards Version to 3.8.3. (No changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: powermanga-0.90-dfsg/configure.ac
 
2
===================================================================
 
3
--- powermanga-0.90-dfsg.orig/configure.ac      2009-11-13 14:46:56.000000000 -0500
 
4
+++ powermanga-0.90-dfsg/configure.ac   2009-11-13 14:48:55.000000000 -0500
 
5
@@ -14,6 +14,7 @@
 
6
 dnl  Default flags
 
7
 #CXXFLAGS="-O3 -Wall -g"
 
8
 CFLAGS="-O3 -Wall -std=c99"
 
9
+LDFLAGS="-lm"
 
10
 
 
11
 dnl  Check for X
 
12
 AC_PATH_X
 
13
Index: powermanga-0.90-dfsg/configure
 
14
===================================================================
 
15
--- powermanga-0.90-dfsg.orig/configure 2009-11-13 14:48:58.000000000 -0500
 
16
+++ powermanga-0.90-dfsg/configure      2009-11-13 14:49:34.000000000 -0500
 
17
@@ -3413,7 +3413,7 @@
 
18
 
 
19
 #CXXFLAGS="-O3 -Wall -g"
 
20
 CFLAGS="-O3 -Wall -std=c99"
 
21
-
 
22
+LDFLAGS="-lm"
 
23
 
 
24
 ac_ext=c
 
25
 ac_cpp='$CPP $CPPFLAGS'