This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository asc.
commit 7133b8b50a8e4a86f7624c8c8e51392ba03b5814 Author: Barry deFreese <[email protected]> Date: Sat Nov 24 02:50:16 2007 +0000 Remove comments from watch file * Clean-up data package description * Remove nostrip check from rules --- debian/changelog | 2 ++ debian/control | 7 ++----- debian/rules | 3 --- debian/watch | 5 ----- 4 files changed, 4 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3914ef3..b1669a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ asc (2.0.1.0-1) UNRELEASED; urgency=low * Add desktop file * Update watch file for new upstream naming * Is asc-music still a valid package now? + * Clean-up data package description + * Remove nostrip check from rules -- Sam Hocevar (Debian packages) <[email protected]> Wed, 11 Jul 2007 19:30:13 +0200 diff --git a/debian/control b/debian/control index 32dc35c..085e726 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,5 @@ Package: asc-data Architecture: all Suggests: asc Description: data files for the Advanced Strategic Command game - Advanced Strategic Command is a free strategy game in the tradition - of BattleIsle 2/3. The game is turn-based and can be played against - human or computer. - . - This package contains data files for the ASC game. + Package contains the data files for the Advanced Strategic Command + game. diff --git a/debian/rules b/debian/rules index 4fe5803..049a2ea 100755 --- a/debian/rules +++ b/debian/rules @@ -19,9 +19,6 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) else CFLAGS += -O2 endif -ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) - INSTALL_PROGRAM += -s -endif config.status: configure diff --git a/debian/watch b/debian/watch index 77f45f4..1925d5e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,8 +1,3 @@ -# Watch control file for uscan -# See uscan(1) for format - -# Compulsory line, this is a version 3 file version=3 -# Find new files on sourceforge, for debscripts >= 2.9 http://sf.net/asc-hq/asc-([\d.]+)\.tar\.bz2 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/asc.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

