~ubuntu-branches/ubuntu/saucy/dd2/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/001_configure.patch

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Barry deFreese
  • Date: 2007-12-13 10:34:46 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20071213103446-tenqs2lnb27p1r71
Tags: 0.2.2-1
[ Barry deFreese ]
* New maintainer (Closes: #453751).
  + Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
* Add myself to uploaders.
* New upstream release.
  + License bump to make it LGPLv3 compatible.
* Make distclean not ignore errors.
* Add watch file.
* Add desktop file.
* Change menu section from Arcade to Action.
* Move config.{sub,guess} handling to configure target.
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.7.3.
  + Menu policy transition.
* Add quilt patching system.
  + Move source changes to patches:
    + 001_configure.patch - Automake init dodgindiamond2 not dd2.
    + 01_update_readme.patch - Remove cruft from upstream README.
    + 02_makefile_scores.patch - Install scores file in $(DESTDIR).
    + 03_hiscore_file.patch - Add real users (No idea why).
    + 04_hiscore_patches.patch - main.c and engine.h - path for hiscore file.
* Add autoconf, automake build-deps to reconfigure on build.
* Fix up debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -urN dd2-0.2.2.orig/configure.in dd2-0.2.2/configure.in
 
2
--- dd2-0.2.2.orig/configure.in 2007-08-14 14:57:10.000000000 -0400
 
3
+++ dd2-0.2.2/configure.in      2008-01-03 17:56:33.000000000 -0500
 
4
@@ -1,7 +1,9 @@
 
5
 dnl Process this file with autoconf to produce a configure script.
 
6
 AC_INIT(Makefile.am)
 
7
 
 
8
-AM_INIT_AUTOMAKE(dd2, 0.2.2)
 
9
+AM_INIT_AUTOMAKE(dodgindiamond2, 0.2.2)
 
10
+
 
11
+AM_MAINTAINER_MODE
 
12
 
 
13
 AC_PROG_CC
 
14