From: calc Date: Mon, 13 Aug 2001 02:45:09 +0000 (+0000) Subject: Debian changes X-Git-Tag: v1.3.3~962 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f363cec5c6c59547bcb36b0c93ea5c46ad08ff82;p=platform%2Fupstream%2Flibvorbis.git Debian changes svn path=/trunk/vorbis/; revision=1828 --- diff --git a/debian/Makefile.am b/debian/Makefile.am index 5a0f399..4d179a8 100644 --- a/debian/Makefile.am +++ b/debian/Makefile.am @@ -4,7 +4,4 @@ AUTOMAKE_OPTIONS = foreign EXTRA_DIST = README.Debian changelog control copyright libvorbis-dev.dirs\ libvorbis-dev.docs libvorbis-dev.examples libvorbis-dev.files\ - libvorbis-dev.postinst libvorbis-dev.postrm libvorbis-dev.preinst\ - libvorbis-dev.prerm libvorbis0.dirs libvorbis0.docs libvorbis0.files\ - libvorbis0.postinst libvorbis0.postrm libvorbis0.preinst\ - libvorbis0.prerm rules + libvorbis0.dirs libvorbis0.docs libvorbis0.files rules diff --git a/debian/changelog b/debian/changelog index 2ad2bb8..f8a92cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libvorbis (1.0rc2-1) unstable; urgency=low + + * New upstream. + + -- Christopher L Cheney Sun, 12 Aug 2001 22:00:00 -0500 + libvorbis (1.0rc1-1) unstable; urgency=low * New upstream. (Closes: #84977, #95330) diff --git a/debian/control b/debian/control index 9b49f7a..132f2e6 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: libs Priority: optional Maintainer: Christopher L Cheney Build-Depends: debhelper (>> 3.0.0), libogg-dev (>> 1.0rc1) -Standards-Version: 3.5.5.0 +Standards-Version: 3.5.6.0 Package: libvorbis-dev Architecture: any 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/libvorbis0.postinst b/debian/libvorbis0.postinst deleted file mode 100644 index f4ac576..0000000 --- a/debian/libvorbis0.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/libvorbis0.postrm b/debian/libvorbis0.postrm deleted file mode 100644 index 39ffcaf..0000000 --- a/debian/libvorbis0.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/libvorbis0.preinst b/debian/libvorbis0.preinst deleted file mode 100644 index 0f118a0..0000000 --- a/debian/libvorbis0.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/libvorbis0.prerm b/debian/libvorbis0.prerm deleted file mode 100644 index 5983c0b..0000000 --- a/debian/libvorbis0.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/rules b/debian/rules index 5364703..37916bd 100755 --- a/debian/rules +++ b/debian/rules @@ -55,10 +55,9 @@ binary-indep: build install binary-arch: build install dh_testdir dh_testroot - dh_movefiles - dh_installdocs debian/tmp/usr/share/doc/libvorbis-1.0rc1/* + dh_installdocs debian/tmp/usr/share/doc/libvorbis-1.0rc2/* dh_installexamples dh_installmanpages dh_installchangelogs