~ubuntu-branches/ubuntu/raring/agg/raring

« back to all changes in this revision

Viewing changes to debian/patches/02-maintainer-mode.patch

  • Committer: Package Import Robot
  • Author(s): Andrea Veri
  • Date: 2012-05-01 21:31:31 UTC
  • mfrom: (3.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20120501213131-j45720h6afvr00zx
Tags: 2.5+dfsg1-7
* debian/patches/08-fix-kfreebsd-ftbfs.patch:
  - added to prevent a FTBFS on kfreebsd-*. (Closes: #671069)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Author: Andrea Veri <and@debian.org>
 
2
Description: Use AM_MAINTAINER_MODE, to avoid re-running autotools 
 
3
 except when explicitely called in debian/rules.
 
4
 
 
5
diff -urNad agg-2.5+dfsg~/configure.in agg-2.5+dfsg/configure.in
 
6
--- agg-2.5+dfsg~/configure.in 2007-07-21 19:58:06.966030999 -0500
 
7
+++ agg-2.5+dfsg/configure.in  2007-07-21 19:58:33.595695250 -0500
 
8
@@ -2,7 +2,7 @@
 
9
 AC_CANONICAL_TARGET
 
10
 AC_CONFIG_HEADERS(include/config.h)
 
11
 AM_INIT_AUTOMAKE(agg, 2.5.0)
 
12
-
 
13
+AM_MAINTAINER_MODE
 
14
 
 
15
 dnl Checks for programs.
 
16
 AC_PROG_CC