Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Vorbis
Commits
7a7d27cd
Commit
7a7d27cd
authored
Nov 09, 2000
by
calc
Browse files
cleaning debian package directory
svn path=/trunk/vorbis/; revision=1047
parent
9c89b4ec
Changes
15
Hide whitespace changes
Inline
Side-by-side
debian/libvorbis-dev.dirs
deleted
100644 → 0
View file @
9c89b4ec
usr/lib
usr/include
debian/libvorbis-dev.docs
deleted
100644 → 0
View file @
9c89b4ec
README
todo.txt
debian/libvorbis-dev.examples
deleted
100644 → 0
View file @
9c89b4ec
examples/chaining_example.c
examples/decoder_example.c
examples/encoder_example.c
examples/seeking_example.c
examples/vorbisfile_example.c
debian/libvorbis-dev.files
deleted
100644 → 0
View file @
9c89b4ec
usr/include/vorbis/*.h
usr/include/vorbis/book/*.vqh
usr/lib/*.a
usr/lib/*.la
usr/lib/*.so
usr/share/aclocal/vorbis.m4
debian/libvorbis-dev.postinst
deleted
100644 → 0
View file @
9c89b4ec
#! /bin/sh
# postinst script for vorbis
#
# see: dh_installdeb(1)
set
-e
# summary of how this script can be called:
# * <postinst> `configure' <most-recently-configured-version>
# * <old-postinst> `abort-upgrade' <new version>
# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
# <new-version>
# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
# <failed-install-package> <version> `removing'
# <conflicting-package> <version>
# 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
debian/libvorbis-dev.postrm
deleted
100644 → 0
View file @
9c89b4ec
#! /bin/sh
# postrm script for vorbis
#
# see: dh_installdeb(1)
set
-e
# summary of how this script can be called:
# * <postrm> `remove'
# * <postrm> `purge'
# * <old-postrm> `upgrade' <new-version>
# * <new-postrm> `failed-upgrade' <old-version>
# * <new-postrm> `abort-install'
# * <new-postrm> `abort-install' <old-version>
# * <new-postrm> `abort-upgrade' <old-version>
# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
# 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#
debian/libvorbis-dev.preinst
deleted
100644 → 0
View file @
9c89b4ec
#! /bin/sh
# preinst script for vorbis
#
# see: dh_installdeb(1)
set
-e
# summary of how this script can be called:
# * <new-preinst> `install'
# * <new-preinst> `install' <old-version>
# * <new-preinst> `upgrade' <old-version>
# * <old-preinst> `abort-upgrade' <new-version>
#
# 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
debian/libvorbis-dev.prerm
deleted
100644 → 0
View file @
9c89b4ec
#! /bin/sh
# prerm script for vorbis
#
# see: dh_installdeb(1)
set
-e
# summary of how this script can be called:
# * <prerm> `remove'
# * <old-prerm> `upgrade' <new-version>
# * <new-prerm> `failed-upgrade' <old-version>
# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
# * <deconfigured's-prerm> `deconfigure' `in-favour'
# <package-being-installed> <version> `removing'
# <conflicting-package> <version>
# 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
debian/libvorbis.dirs
deleted
100644 → 0
View file @
9c89b4ec
usr/lib
usr/include
debian/libvorbis.docs
deleted
100644 → 0
View file @
9c89b4ec
README
todo.txt
todo.txt
debian/libvorbis.files
deleted
100644 → 0
View file @
9c89b4ec
usr/lib/*.so.*
debian/libvorbis.postinst
deleted
100644 → 0
View file @
9c89b4ec
#! /bin/sh
# postinst script for vorbis
#
# see: dh_installdeb(1)
set
-e
# summary of how this script can be called:
# * <postinst> `configure' <most-recently-configured-version>
# * <old-postinst> `abort-upgrade' <new version>
# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
# <new-version>
# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
# <failed-install-package> <version> `removing'
# <conflicting-package> <version>
# 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
debian/libvorbis.postrm
deleted
100644 → 0
View file @
9c89b4ec
#! /bin/sh
# postrm script for vorbis
#
# see: dh_installdeb(1)
set
-e
# summary of how this script can be called:
# * <postrm> `remove'
# * <postrm> `purge'
# * <old-postrm> `upgrade' <new-version>
# * <new-postrm> `failed-upgrade' <old-version>
# * <new-postrm> `abort-install'
# * <new-postrm> `abort-install' <old-version>
# * <new-postrm> `abort-upgrade' <old-version>
# * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
# 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#
debian/libvorbis.preinst
deleted
100644 → 0
View file @
9c89b4ec
#! /bin/sh
# preinst script for vorbis
#
# see: dh_installdeb(1)
set
-e
# summary of how this script can be called:
# * <new-preinst> `install'
# * <new-preinst> `install' <old-version>
# * <new-preinst> `upgrade' <old-version>
# * <old-preinst> `abort-upgrade' <new-version>
#
# 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
debian/libvorbis.prerm
deleted
100644 → 0
View file @
9c89b4ec
#! /bin/sh
# prerm script for vorbis
#
# see: dh_installdeb(1)
set
-e
# summary of how this script can be called:
# * <prerm> `remove'
# * <old-prerm> `upgrade' <new-version>
# * <new-prerm> `failed-upgrade' <old-version>
# * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
# * <deconfigured's-prerm> `deconfigure' `in-favour'
# <package-being-installed> <version> `removing'
# <conflicting-package> <version>
# 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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment