[netpanzer] 50/118: Add ${misc:Depends}

Markus Koschany apo at moszumanska.debian.org
Sun Jun 5 10:18:33 UTC 2016


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

apo pushed a commit to branch master
in repository netpanzer.

commit 89dcd3558333849235a02f0cd3fe301bba1670bf
Author: Alexander Reichle-Schmehl <tolimar at debian.org>
Date:   Fri Jan 20 08:48:13 2012 +0000

    Add ${misc:Depends}
---
 debian/changelog | 3 ++-
 debian/control   | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 041e58f..4b01bde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,9 @@ netpanzer (0.8.4-1) UNRELEASED; urgency=low
   * Add get-orig-source to debian/rules
   * The package uses now scons as build system; adapt build depends and
     debian/rules accordingly
+  * Add ${misc:Depends} to all Package dependencies
 
- -- Alexander Reichle-Schmehl <tolimar at debian.org>  Thu, 19 Jan 2012 17:46:50 +0100
+ -- Alexander Reichle-Schmehl <tolimar at debian.org>  Fri, 20 Jan 2012 09:47:50 +0100
 
 netpanzer (0.8.2-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index c7426fc..a792619 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/netpanzer/?op=l
 
 Package: netpanzer
 Architecture: any
-Depends: ${shlibs:Depends}, netpanzer-data (= ${source:Version})
+Depends: ${shlibs:Depends}, netpanzer-data (= ${source:Version}), ${misc:Depends}
 Suggests: xqf
 Description: online multiplayer tactical warfare game
  netPanzer is an isometric view real-time tactical game designed for
@@ -32,7 +32,7 @@ Description: online multiplayer tactical warfare game
 Package: netpanzer-dbg
 Architecture: any
 Priority: extra
-Depends: netpanzer (= ${binary:Version})
+Depends: netpanzer (= ${binary:Version}), ${misc:Depends}
 Description: debugging symbols for netpanzer
  netPanzer is an isometric view real-time tactical game designed for
  play across the Internet and over LAN systems. One on one games are
@@ -45,6 +45,7 @@ Description: debugging symbols for netpanzer
 
 Package: netpanzer-data
 Architecture: all
+Depends: ${misc:Depends}
 Recommends: netpanzer
 Description: data files for the netPanzer game
  netPanzer is an online multiplayer tactical warfare game designed for

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



More information about the Pkg-games-commits mailing list