[prboom+] 02/02: Remove the transitional prboom package

Fabian Greffrath fabian-guest at moszumanska.debian.org
Tue May 5 15:45:33 UTC 2015


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

fabian-guest pushed a commit to branch master
in repository prboom+.

commit 3b1a428775a9cb87e96b5510c3b5457e69fdddd2
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date:   Tue May 5 17:45:12 2015 +0200

    Remove the transitional prboom package
---
 debian/control                  | 13 +------------
 debian/prboom-plus.install      |  4 ++--
 debian/prboom.links             |  4 ----
 debian/prboom.lintian-overrides |  2 --
 debian/prboom.preinst           | 14 --------------
 5 files changed, 3 insertions(+), 34 deletions(-)

diff --git a/debian/control b/debian/control
index fcb57d2..183d9be 100644
--- a/debian/control
+++ b/debian/control
@@ -26,17 +26,6 @@ Homepage: http://prboom-plus.sourceforge.net/
 Vcs-Git: git://anonscm.debian.org/pkg-games/prboom-plus.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/prboom-plus.git
 
-Package: prboom
-Depends:
- prboom-plus,
- prboom-plus-game-server,
- ${misc:Depends}
-Architecture: all
-Priority: extra
-Section: oldlibs
-Description: dummy package for the transition from prboom to prboom-plus
- This package is a dummy transitional package. It can be safely removed.
-
 Package: prboom-plus
 Architecture: any
 Depends:
@@ -45,8 +34,8 @@ Depends:
 Recommends:
  freedoom | game-data-packager
 Suggests:
- musescore-soundfont-gm | freepats,
  mkvtoolnix,
+ musescore-soundfont-gm | freepats,
  vorbis-tools,
  x264
 Provides:
diff --git a/debian/prboom-plus.install b/debian/prboom-plus.install
index 44f7a3d..0f3c76d 100644
--- a/debian/prboom-plus.install
+++ b/debian/prboom-plus.install
@@ -1,6 +1,6 @@
-usr/games
-usr/share
 ICONS/prboom-plus.svg usr/share/icons/hicolor/scalable/apps
 debian/prboom-plus.desktop usr/share/applications
 debian/prboom-plus.png usr/share/icons/hicolor/32x32/apps
 debian/prboom-plus.xpm usr/share/pixmaps
+usr/games
+usr/share
diff --git a/debian/prboom.links b/debian/prboom.links
deleted file mode 100644
index 1303355..0000000
--- a/debian/prboom.links
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/games/prboom-plus usr/games/prboom
-usr/games/prboom-plus-game-server usr/games/prboom-game-server
-usr/share/man/man6/prboom-plus.6.gz usr/share/man/man6/prboom.6.gz
-usr/share/man/man6/prboom-plus-game-server.6.gz usr/share/man/man6/prboom-game-server.6.gz
diff --git a/debian/prboom.lintian-overrides b/debian/prboom.lintian-overrides
deleted file mode 100644
index 8b0856c..0000000
--- a/debian/prboom.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# This is a transitional dummy package containing only symlinks
-prboom binary: games-package-should-be-section-games
diff --git a/debian/prboom.preinst b/debian/prboom.preinst
deleted file mode 100644
index a3b6c9c..0000000
--- a/debian/prboom.preinst
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-# preinst script for prboom
-
-set -e
-
-if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt-nl 2:2.5.1
-then
-    update-alternatives --remove doom /usr/games/prboom 2> /dev/null || true
-    update-alternatives --remove boom /usr/games/prboom 2> /dev/null || true
-fi
-
-#DEBHELPER#
-
-exit 0

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



More information about the Pkg-games-commits mailing list