This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository higan.
commit f62425ade946751e44615802aaff0dbfc6ac5e05 Author: Tobias Hansen <[email protected]> Date: Tue Jul 14 23:52:08 2015 +0200 Remove transitional dummy package bsnes. --- debian/bsnes.preinst | 11 ----------- debian/control | 7 ------- 2 files changed, 18 deletions(-) diff --git a/debian/bsnes.preinst b/debian/bsnes.preinst deleted file mode 100644 index f227ccf..0000000 --- a/debian/bsnes.preinst +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -if [ "$1" = "upgrade" ]; then - if dpkg --compare-versions "$2" le "093-1"; then - set +e - update-alternatives --remove-all bsnes-bin - set -e - fi; -fi; - -#DEBHELPER# diff --git a/debian/control b/debian/control index 413ff37..20754d1 100644 --- a/debian/control +++ b/debian/control @@ -35,10 +35,3 @@ Description: Accurate Nintendo multi-system emulator system resources of the SNES emulation. Which profile to use can be set with: . # update-alternatives --config higan - -Package: bsnes -Depends: higan, ${misc:Depends} -Architecture: all -Section: oldlibs -Description: transitional dummy package - This is a transitional dummy package. It can safely be removed. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/higan.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

