From 619beb63a1748cd9ece96260bfb2e9484e52cb67 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 9 May 2009 16:07:05 +0200 Subject: Cleanup Remove unused files, move mpiosh to src, ... --- debian/README | 6 ------ debian/changelog | 5 ----- debian/control | 21 --------------------- debian/copyright | 24 ------------------------ debian/docs | 5 ----- debian/libmpio-dev.install | 1 - debian/libmpio.install | 2 -- debian/mpio-tools.install | 3 --- debian/postinst | 42 ------------------------------------------ debian/rules | 6 ------ 10 files changed, 115 deletions(-) delete mode 100644 debian/README delete mode 100644 debian/changelog delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/docs delete mode 100644 debian/libmpio-dev.install delete mode 100644 debian/libmpio.install delete mode 100644 debian/mpio-tools.install delete mode 100644 debian/postinst delete mode 100755 debian/rules (limited to 'debian') diff --git a/debian/README b/debian/README deleted file mode 100644 index e04899b..0000000 --- a/debian/README +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package mpio ----------------------------- - -Comments regarding the Package - -Andreas Büsching , Sat, 1 Apr 2006 19:40:10 +0200 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index da87b83..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -mpio (0.7.1-1) unstable; urgency=low - - * Initial Release. - - -- Andreas Büsching Mon, 3 Apr 2006 23:15:38 +0200 diff --git a/debian/control b/debian/control deleted file mode 100644 index 1dfcd1c..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: mpio -Section: misc -Priority: optional -Maintainer: Andreas Büsching -Build-Depends: debhelper (>= 4.0.0), autotools-dev, cdbs, libusb-dev, libreadline5-dev -Standards-Version: 3.6.2 - -Package: libmpio -Architecture: any -Depends: ${shlibs:Depends}, libusb-0.1-4 -Description: provides access to MPIO MP3 players - -Package: libmpio-dev -Architecture: all -Depends: ${shlibs:Depends} -Description: Development files for the MPIO library - -Package: mpio-tools -Architecture: any -Depends: ${shlibs:Depends}, libmpio, libreadline5 -Description: MPIO Shell and MPIO Logo diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 0ba1c99..0000000 --- a/debian/copyright +++ /dev/null @@ -1,24 +0,0 @@ -This is mpio, written and maintained by - Markus Germeier - Andreas Buesching - -Copyright (C) 2006 - -License: - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -On Debian systems, the complete text of the GNU General -Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/debian/docs b/debian/docs deleted file mode 100644 index ed91ff0..0000000 --- a/debian/docs +++ /dev/null @@ -1,5 +0,0 @@ -NEWS -README -TODO -COPYING -AUTHORS diff --git a/debian/libmpio-dev.install b/debian/libmpio-dev.install deleted file mode 100644 index f616c9a..0000000 --- a/debian/libmpio-dev.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/include/mpio/* diff --git a/debian/libmpio.install b/debian/libmpio.install deleted file mode 100644 index dd9256f..0000000 --- a/debian/libmpio.install +++ /dev/null @@ -1,2 +0,0 @@ -debian/tmp/usr/lib/libmpio* -debian/tmp/etc/hotplug/usb/* diff --git a/debian/mpio-tools.install b/debian/mpio-tools.install deleted file mode 100644 index 38676ab..0000000 --- a/debian/mpio-tools.install +++ /dev/null @@ -1,3 +0,0 @@ -debian/tmp/usr/bin/* -debian/tmp/etc/mpio/* - diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 7f8c955..0000000 --- a/debian/postinst +++ /dev/null @@ -1,42 +0,0 @@ -#! /bin/sh -# postinst script for gex -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# - -case "$1" in - configure) - - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index fef39cd..0000000 --- a/debian/rules +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/make -f - -include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk -include /usr/share/cdbs/1/rules/debhelper.mk - -- cgit v1.2.3