[xiph-cvs] cvs commit: vorbis/debian libvorbis0-dev.dirs libvorbis0-dev.docs libvorbis0-dev.examples libvorbis0-dev.files libvorbis0-dev.postinst libvorbis0-dev.postrm libvorbis0-dev.preinst libvorbis0-dev.prerm libvorbis0.dirs libvorbis0.docs libvorbis0.files libvorbis0.postinst libvorbis0.postrm libvorbis0.preinst libvorbis0.prerm control rules

Chris Cheney calc at xiph.org
Thu Nov 9 14:23:20 PST 2000



calc        00/11/09 14:23:20

  Modified:    debian   control rules
  Added:       debian   libvorbis0-dev.dirs libvorbis0-dev.docs
                        libvorbis0-dev.examples libvorbis0-dev.files
                        libvorbis0-dev.postinst libvorbis0-dev.postrm
                        libvorbis0-dev.preinst libvorbis0-dev.prerm
                        libvorbis0.dirs libvorbis0.docs libvorbis0.files
                        libvorbis0.postinst libvorbis0.postrm
                        libvorbis0.preinst libvorbis0.prerm
  Log:
  Updated Debian package libvorbis0 package name

Revision  Changes    Path
1.8       +3 -3      vorbis/debian/control

Index: control
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- control	2000/11/07 05:58:24	1.7
+++ control	2000/11/09 22:23:18	1.8
@@ -5,9 +5,9 @@
 Build-Depends: debhelper
 Standards-Version: 3.1.1
 
-Package: libvorbis-dev
+Package: libvorbis0-dev
 Architecture: any
-Depends: libvorbis (= ${Source-Version}), libc6-dev
+Depends: libvorbis0 (= ${Source-Version}), libc6-dev
 Description: Development library for OGG Vorbis
  Ogg Vorbis is a fully Open, non-proprietary, patent-and-royalty-free,
  general-purpose compressed audio format for high quality (44.1-48.0kHz,
@@ -16,7 +16,7 @@
  audio representations including MPEG-1 audio layer 3, MPEG-4 
  audio (AAC and TwinVQ), and PAC.
 
-Package: libvorbis
+Package: libvorbis0
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: The OGG Vorbis lossy audio compression codec.

1.8       +3 -19     vorbis/debian/rules

Index: rules
===================================================================
RCS file: /usr/local/cvsroot/vorbis/debian/rules,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rules	2000/11/07 04:47:16	1.7
+++ rules	2000/11/09 22:23:18	1.8
@@ -12,9 +12,10 @@
 configure-stamp:
         dh_testdir
         # Add here commands to configure the package.
-	
-	./autogen.sh --prefix=/usr
 
+	# If compiling cvs version change to ./autogen.sh --prefix=/usr 
+	./configure --prefix=/usr
+
         touch configure-stamp
 
 build: configure-stamp build-stamp
@@ -52,39 +53,22 @@
 
 # Build architecture-dependent files here.
 binary-arch: build install
-#	dh_testversion
         dh_testdir
         dh_testroot
-	#
-	# build libvorbis${major} package by moving files from vorbis-dev
-	#
-#	dh_movefiles -plibvorbis$(major)             \
-#	usr/lib/libvorbis.so.$(major)        \
-#	usr/lib/libvorbis.so.$(version)
 
         dh_movefiles
 
-#	dh_installdebconf	
         dh_installdocs doc/*.html doc/*.txt doc/*.png doc/vorbisfile/*.html
         dh_installexamples
-#	dh_installmenu
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installinit
-#	dh_installcron
         dh_installmanpages
-#	dh_installinfo
 #	dh_undocumented
         dh_installchangelogs 
         dh_link
         dh_strip
         dh_compress
         dh_fixperms
-	# You may want to make some executables suid here.
-#	dh_suidregister
         dh_makeshlibs
         dh_installdeb
-#	dh_perl
         dh_shlibdeps
         dh_gencontrol
         dh_md5sums

1.1                  vorbis/debian/libvorbis0-dev.dirs

Index: libvorbis0-dev.dirs
===================================================================
usr/lib
usr/include

1.1                  vorbis/debian/libvorbis0-dev.docs

Index: libvorbis0-dev.docs
===================================================================
README
todo.txt

1.1                  vorbis/debian/libvorbis0-dev.examples

Index: libvorbis0-dev.examples
===================================================================
examples/chaining_example.c
examples/decoder_example.c
examples/encoder_example.c
examples/seeking_example.c
examples/vorbisfile_example.c

1.1                  vorbis/debian/libvorbis0-dev.files

Index: libvorbis0-dev.files
===================================================================
usr/include/vorbis/*.h
usr/include/vorbis/book/*.vqh
usr/lib/*.a
usr/lib/*.la
usr/lib/*.so
usr/share/aclocal/vorbis.m4

1.1                  vorbis/debian/libvorbis0-dev.postinst

Index: libvorbis0-dev.postinst
===================================================================
#! /bin/sh
# postinst script for vorbis
#
# see: dh_installdeb(1)

et -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

1.1                  vorbis/debian/libvorbis0-dev.postrm

Index: libvorbis0-dev.postrm
===================================================================
#! /bin/sh
# postrm script for vorbis
#
# see: dh_installdeb(1)

et -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#

1.1                  vorbis/debian/libvorbis0-dev.preinst

Index: libvorbis0-dev.preinst
===================================================================
#! /bin/sh
# preinst script for vorbis
#
# see: dh_installdeb(1)

et -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

1.1                  vorbis/debian/libvorbis0-dev.prerm

Index: libvorbis0-dev.prerm
===================================================================
#! /bin/sh
# prerm script for vorbis
#
# see: dh_installdeb(1)

et -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

1.1                  vorbis/debian/libvorbis0.dirs

Index: libvorbis0.dirs
===================================================================
usr/lib
usr/include

1.1                  vorbis/debian/libvorbis0.docs

Index: libvorbis0.docs
===================================================================
README
todo.txt
todo.txt

1.1                  vorbis/debian/libvorbis0.files

Index: libvorbis0.files
===================================================================
usr/lib/*.so.*

1.1                  vorbis/debian/libvorbis0.postinst

Index: libvorbis0.postinst
===================================================================
#! /bin/sh
# postinst script for vorbis
#
# see: dh_installdeb(1)

et -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

1.1                  vorbis/debian/libvorbis0.postrm

Index: libvorbis0.postrm
===================================================================
#! /bin/sh
# postrm script for vorbis
#
# see: dh_installdeb(1)

et -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#

1.1                  vorbis/debian/libvorbis0.preinst

Index: libvorbis0.preinst
===================================================================
#! /bin/sh
# preinst script for vorbis
#
# see: dh_installdeb(1)

et -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

1.1                  vorbis/debian/libvorbis0.prerm

Index: libvorbis0.prerm
===================================================================
#! /bin/sh
# prerm script for vorbis
#
# see: dh_installdeb(1)

et -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

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list