[heroes] 03/07: Clean up debian/control using cme.

Stephen Kitt skitt at moszumanska.debian.org
Wed Apr 13 18:04:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

skitt pushed a commit to branch master
in repository heroes.

commit e1e32827abefbd361a4ab915b99a6ae16b9fed42
Author: Stephen Kitt <steve at sk2.org>
Date:   Wed Apr 13 13:48:13 2016 +0200

    Clean up debian/control using cme.
---
 debian/changelog |  1 +
 debian/control   | 71 +++++++++++++++++++++++++-------------------------------
 2 files changed, 32 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 73a429f..c5c1900 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ heroes (0.21-15) UNRELEASED; urgency=medium
   * Rewrite debian/copyright in machine-readable format.
   * Migrate the /usr/share/doc/heroes-sdl symlink to a directory using
     dpkg-maintscript-helper (closes: #820323).
+  * Clean up debian/control using cme.
 
  -- Stephen Kitt <skitt at debian.org>  Sat, 05 Mar 2016 19:35:21 +0100
 
diff --git a/debian/control b/debian/control
index ae1e337..4789535 100644
--- a/debian/control
+++ b/debian/control
@@ -1,44 +1,37 @@
 Source: heroes
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Stephen Kitt <skitt at debian.org>
 Section: games
 Priority: optional
-Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders:
- Stephen Kitt <skitt at debian.org>
-Build-Depends:
- autogen,
- autotools-dev,
- debhelper (>= 9),
- dh-autoreconf,
- gettext,
- help2man,
- heroes-data (>= 1.4),
- libmikmod-config,
- libsdl-mixer1.2-dev,
- libsdl1.2-dev (>= 1.2.2-3.1),
- texinfo
-Standards-Version: 3.9.6
-Homepage: http://heroes.sourceforge.net
-Vcs-Git: https://anonscm.debian.org/git/pkg-games/heroes.git
+Build-Depends: autogen,
+               autotools-dev,
+               debhelper (>= 9),
+               dh-autoreconf,
+               gettext,
+               help2man,
+               heroes-data,
+               libmikmod-config,
+               libsdl-mixer1.2-dev,
+               libsdl1.2-dev,
+               texinfo
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/heroes.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-games/heroes.git
+Homepage: http://heroes.sourceforge.net
 
 Package: heroes
 Architecture: any
-Depends:
- heroes-data (>= 1.4),
- ${misc:Depends},
- ${shlibs:Depends}
-Replaces:
- heroes-common,
- heroes-sdl
-Breaks:
- heroes-common (<< 0.21-11~),
- heroes-sdl (<< 0.21-11~)
-Provides:
- heroes-common,
- heroes-sdl
-Recommends:
- heroes-sound-effects,
- heroes-sound-tracks
+Depends: heroes-data,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Recommends: heroes-sound-effects,
+            heroes-sound-tracks
+Breaks: heroes-common (<< 0.21-11~),
+        heroes-sdl (<< 0.21-11~)
+Provides: heroes-common,
+          heroes-sdl
+Replaces: heroes-common,
+          heroes-sdl
 Description: Collect powerups and avoid your opponents' trails
  Heroes is similar to the "Tron" and "Nibbles" games of yore, but includes
  many graphical improvements and new game features.  In it, you must maneuver
@@ -56,9 +49,8 @@ Package: heroes-sdl
 Architecture: all
 Section: oldlibs
 Priority: extra
-Depends:
- heroes (>= 0.21-11~),
- ${misc:Depends}
+Depends: heroes (>= 0.21-11~),
+         ${misc:Depends}
 Description: transitional package for heroes
  This is a dummy transitional package. It can safely be removed.
 
@@ -66,8 +58,7 @@ Package: heroes-common
 Architecture: all
 Section: oldlibs
 Priority: extra
-Depends:
- heroes (>= 0.21-11~),
- ${misc:Depends}
+Depends: heroes (>= 0.21-11~),
+         ${misc:Depends}
 Description: transitional package for heroes
  This is a dummy transitional package. It can safely be removed.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/heroes.git



More information about the Pkg-games-commits mailing list