From: calc Date: Thu, 9 Nov 2000 22:22:11 +0000 (+0000) Subject: cleaning debian package directory X-Git-Tag: v1.3.3~1096 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a7d27cd823f87b91340d6bd374456e0c8c5a6fd;p=platform%2Fupstream%2Flibvorbis.git cleaning debian package directory svn path=/trunk/vorbis/; revision=1047 --- diff --git a/debian/libvorbis-dev.dirs b/debian/libvorbis-dev.dirs deleted file mode 100644 index 4418816..0000000 --- a/debian/libvorbis-dev.dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib -usr/include diff --git a/debian/libvorbis-dev.docs b/debian/libvorbis-dev.docs deleted file mode 100644 index 8a59c8f..0000000 --- a/debian/libvorbis-dev.docs +++ /dev/null @@ -1,2 +0,0 @@ -README -todo.txt diff --git a/debian/libvorbis-dev.examples b/debian/libvorbis-dev.examples deleted file mode 100644 index 2ebd4e7..0000000 --- a/debian/libvorbis-dev.examples +++ /dev/null @@ -1,5 +0,0 @@ -examples/chaining_example.c -examples/decoder_example.c -examples/encoder_example.c -examples/seeking_example.c -examples/vorbisfile_example.c diff --git a/debian/libvorbis-dev.files b/debian/libvorbis-dev.files deleted file mode 100644 index dbbf15c..0000000 --- a/debian/libvorbis-dev.files +++ /dev/null @@ -1,6 +0,0 @@ -usr/include/vorbis/*.h -usr/include/vorbis/book/*.vqh -usr/lib/*.a -usr/lib/*.la -usr/lib/*.so -usr/share/aclocal/vorbis.m4 diff --git a/debian/libvorbis-dev.postinst b/debian/libvorbis-dev.postinst deleted file mode 100644 index 917a439..0000000 --- a/debian/libvorbis-dev.postinst +++ /dev/null @@ -1,47 +0,0 @@ -#! /bin/sh -# postinst script for vorbis -# -# 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 /usr/share/doc/packaging-manual/ -# -# quoting from the policy: -# Any necessary prompting should almost always be confined to the -# post-installation script, and should be protected with a conditional -# so that unnecessary prompting doesn't happen if a package's -# installation fails and the `postinst' is called with `abort-upgrade', -# `abort-remove' or `abort-deconfigure'. - -case "$1" in - configure) - - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/debian/libvorbis-dev.postrm b/debian/libvorbis-dev.postrm deleted file mode 100644 index 39ffcaf..0000000 --- a/debian/libvorbis-dev.postrm +++ /dev/null @@ -1,36 +0,0 @@ -#! /bin/sh -# postrm script for vorbis -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `purge' -# * `upgrade' -# * `failed-upgrade' -# * `abort-install' -# * `abort-install' -# * `abort-upgrade' -# * `disappear' overwrit>r> -# for details, see /usr/share/doc/packaging-manual/ - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - - - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 0 - -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - - diff --git a/debian/libvorbis-dev.preinst b/debian/libvorbis-dev.preinst deleted file mode 100644 index 0f118a0..0000000 --- a/debian/libvorbis-dev.preinst +++ /dev/null @@ -1,42 +0,0 @@ -#! /bin/sh -# preinst script for vorbis -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `install' -# * `install' -# * `upgrade' -# * `abort-upgrade' -# -# For details see /usr/share/doc/packaging-manual/ - -case "$1" in - install|upgrade) -# if [ "$1" = "upgrade" ] -# then -# start-stop-daemon --stop --quiet --oknodo \ -# --pidfile /var/run/vorbis.pid \ -# --exec /usr/sbin/vorbis 2>/dev/null || true -# fi - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/debian/libvorbis-dev.prerm b/debian/libvorbis-dev.prerm deleted file mode 100644 index 5983c0b..0000000 --- a/debian/libvorbis-dev.prerm +++ /dev/null @@ -1,37 +0,0 @@ -#! /bin/sh -# prerm script for vorbis -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see /usr/share/doc/packaging-manual/ - -case "$1" in - remove|upgrade|deconfigure) -# install-info --quiet --remove /usr/info/vorbis.info.gz - ;; - failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/debian/libvorbis.dirs b/debian/libvorbis.dirs deleted file mode 100644 index 4418816..0000000 --- a/debian/libvorbis.dirs +++ /dev/null @@ -1,2 +0,0 @@ -usr/lib -usr/include diff --git a/debian/libvorbis.docs b/debian/libvorbis.docs deleted file mode 100644 index de19688..0000000 --- a/debian/libvorbis.docs +++ /dev/null @@ -1,3 +0,0 @@ -README -todo.txt -todo.txt diff --git a/debian/libvorbis.files b/debian/libvorbis.files deleted file mode 100644 index 093956b..0000000 --- a/debian/libvorbis.files +++ /dev/null @@ -1 +0,0 @@ -usr/lib/*.so.* diff --git a/debian/libvorbis.postinst b/debian/libvorbis.postinst deleted file mode 100644 index f4ac576..0000000 --- a/debian/libvorbis.postinst +++ /dev/null @@ -1,47 +0,0 @@ -#! /bin/sh -# postinst script for vorbis -# -# 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 /usr/share/doc/packaging-manual/ -# -# quoting from the policy: -# Any necessary prompting should almost always be confined to the -# post-installation script, and should be protected with a conditional -# so that unnecessary prompting doesn't happen if a package's -# installation fails and the `postinst' is called with `abort-upgrade', -# `abort-remove' or `abort-deconfigure'. - -case "$1" in - configure) - ldconfig - ;; - - abort-upgrade|abort-remove|abort-deconfigure) - - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/debian/libvorbis.postrm b/debian/libvorbis.postrm deleted file mode 100644 index 39ffcaf..0000000 --- a/debian/libvorbis.postrm +++ /dev/null @@ -1,36 +0,0 @@ -#! /bin/sh -# postrm script for vorbis -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `purge' -# * `upgrade' -# * `failed-upgrade' -# * `abort-install' -# * `abort-install' -# * `abort-upgrade' -# * `disappear' overwrit>r> -# for details, see /usr/share/doc/packaging-manual/ - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - - - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 0 - -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - - diff --git a/debian/libvorbis.preinst b/debian/libvorbis.preinst deleted file mode 100644 index 0f118a0..0000000 --- a/debian/libvorbis.preinst +++ /dev/null @@ -1,42 +0,0 @@ -#! /bin/sh -# preinst script for vorbis -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `install' -# * `install' -# * `upgrade' -# * `abort-upgrade' -# -# For details see /usr/share/doc/packaging-manual/ - -case "$1" in - install|upgrade) -# if [ "$1" = "upgrade" ] -# then -# start-stop-daemon --stop --quiet --oknodo \ -# --pidfile /var/run/vorbis.pid \ -# --exec /usr/sbin/vorbis 2>/dev/null || true -# fi - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - diff --git a/debian/libvorbis.prerm b/debian/libvorbis.prerm deleted file mode 100644 index 5983c0b..0000000 --- a/debian/libvorbis.prerm +++ /dev/null @@ -1,37 +0,0 @@ -#! /bin/sh -# prerm script for vorbis -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see /usr/share/doc/packaging-manual/ - -case "$1" in - remove|upgrade|deconfigure) -# install-info --quiet --remove /usr/info/vorbis.info.gz - ;; - failed-upgrade) - ;; - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 0 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - -