From 3d7a43d2455805cfdad94be9a065fb7ee9e4fb2a Mon Sep 17 00:00:00 2001 From: Hyunseok Lee Date: Thu, 23 Aug 2012 17:47:34 +0900 Subject: [PATCH] Update tizen 2.0 beta source --- debian/changelog | 8 -- debian/compat | 1 - debian/control | 70 ----------------- debian/copyright | 50 ------------ debian/libvorbis-dev.doc-base | 8 -- debian/libvorbis-dev.examples | 2 - debian/libvorbis-dev.install | 17 ---- debian/libvorbis0a.install | 1 - debian/libvorbis0a.lintian-overrides | 2 - debian/libvorbis0a.symbols | 134 -------------------------------- debian/libvorbisenc2.install | 1 - debian/libvorbisenc2.symbols | 23 ------ debian/libvorbisfile3.install | 1 - debian/libvorbisfile3.lintian-overrides | 1 - debian/libvorbisfile3.symbols | 37 --------- debian/rules | 120 ---------------------------- debian/watch | 2 - packaging/libvorbis.spec | 2 +- 18 files changed, 1 insertion(+), 479 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/libvorbis-dev.doc-base delete mode 100644 debian/libvorbis-dev.examples delete mode 100644 debian/libvorbis-dev.install delete mode 100644 debian/libvorbis0a.install delete mode 100644 debian/libvorbis0a.lintian-overrides delete mode 100644 debian/libvorbis0a.symbols delete mode 100644 debian/libvorbisenc2.install delete mode 100644 debian/libvorbisenc2.symbols delete mode 100644 debian/libvorbisfile3.install delete mode 100644 debian/libvorbisfile3.lintian-overrides delete mode 100644 debian/libvorbisfile3.symbols delete mode 100755 debian/rules delete mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 43a5a3e..0000000 --- a/debian/changelog +++ /dev/null @@ -1,8 +0,0 @@ -libvorbis (1.2.3-5slp4) unstable; urgency=low - - * Initial Release. - * Git: unmodified/libvorbis - * Tag: libvorbis_1.2.3-5slp4 - - -- Hyunseok Lee Wed, 07 Dec 2011 11:38:49 +0900 - diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 7ed6ff8..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/debian/control b/debian/control deleted file mode 100644 index 967dc3b..0000000 --- a/debian/control +++ /dev/null @@ -1,70 +0,0 @@ -Source: libvorbis -Section: libs -Priority: optional -Maintainer: KwangHui Cho -Uploaders: Seungbae Shin -Build-Depends: autotools-dev, debhelper (>= 6.0.7~), libogg-dev -Standards-Version: 3.8.3 - -Package: libvorbis0a -Architecture: any -Depends: ${shlibs:Depends} -Conflicts: libvorbis0 -Replaces: libvorbis0 -Description: The Vorbis General Audio Compression Codec (Decoder library) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, - general-purpose compressed audio format for audio and music at fixed - and variable bitrates from 16 to 128 kbps/channel. - . - The Vorbis library is the primary Ogg Vorbis library. - -Package: libvorbisenc2 -Architecture: any -Depends: ${shlibs:Depends} -Conflicts: libvorbis0 (<< 1.0.0) -Replaces: libvorbis0 (<< 1.0.0) -Description: The Vorbis General Audio Compression Codec (Encoder library) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, - general-purpose compressed audio format for audio and music at fixed - and variable bitrates from 16 to 128 kbps/channel. - . - The Vorbisenc library provides a convenient API for setting up an encoding - environment using libvorbis. - -Package: libvorbisfile3 -Architecture: any -Depends: ${shlibs:Depends} -Conflicts: libvorbis0 (<< 1.0.0) -Replaces: libvorbis0 (<< 1.0.0) -Description: The Vorbis General Audio Compression Codec (High Level API) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, - general-purpose compressed audio format for audio and music at fixed - and variable bitrates from 16 to 128 kbps/channel. - . - The Vorbisfile library provides a convenient high-level API for decoding - and basic manipulation of all Vorbis I audio streams. - -Package: libvorbis-dev -Architecture: any -Section: libdevel -Depends: libogg-dev, libvorbis0a (= ${binary:Version}), libvorbisenc2 (= ${binary:Version}), libvorbisfile3 (= ${binary:Version}) -Description: The Vorbis General Audio Compression Codec (development files) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, - general-purpose compressed audio format for audio and music at fixed - and variable bitrates from 16 to 128 kbps/channel. - . - This package contains the header files and documentation needed to develop - applications with libvorbis. - -Package: libvorbis-dbg -Architecture: any -Section: debug -Priority: extra -Depends: libvorbis0a (= ${binary:Version}), libvorbisenc2 (= ${binary:Version}), libvorbisfile3 (= ${binary:Version}) -Description: The Vorbis General Audio Compression Codec (debug files) - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, - general-purpose compressed audio format for audio and music at fixed - and variable bitrates from 16 to 128 kbps/channel. - . - This package contains debugging symbols useful for tracking bugs in - applications with libvorbis. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 2c099f7..0000000 --- a/debian/copyright +++ /dev/null @@ -1,50 +0,0 @@ -This package was debianized by KwangHui Cho on -Mon, 25 Jan 2010 13:42:22 +0900. - -It was downloaded from http://www.xiph.org/downloads/: - - URL: - -Upstream Author: Monty - -Copyright: - -Copyright (c) 2002, Xiph.org Foundation - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -- Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - -- Redistributions in binary form must reproduce the above copyright -notice, this list of conditions and the following disclaimer in the -documentation and/or other materials provided with the distribution. - -- Neither the name of the Xiph.org Foundation nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The file doc/rfc5215.txt is available under the -following license: - - The authors agree to grant third parties the irrevocable right to - copy, use, and distribute the work, with or without modification, in - any medium, without royalty, provided that, unless separate - permission is granted, redistributed modified works do not contain - misleading author, version, name of work, or endorsement information. - - diff --git a/debian/libvorbis-dev.doc-base b/debian/libvorbis-dev.doc-base deleted file mode 100644 index 6360bd1..0000000 --- a/debian/libvorbis-dev.doc-base +++ /dev/null @@ -1,8 +0,0 @@ -Document: libvorbis -Author: The Xiph.org Foundation -Section: Sound -Title: The Vorbis library technical reference - -Format: HTML -Index: /usr/share/doc/libvorbis-dev/html/index.html -Files: /usr/share/doc/libvorbis-dev/html/* diff --git a/debian/libvorbis-dev.examples b/debian/libvorbis-dev.examples deleted file mode 100644 index 1ae77b5..0000000 --- a/debian/libvorbis-dev.examples +++ /dev/null @@ -1,2 +0,0 @@ -examples/*.c -examples/*.pl diff --git a/debian/libvorbis-dev.install b/debian/libvorbis-dev.install deleted file mode 100644 index f38f8d0..0000000 --- a/debian/libvorbis-dev.install +++ /dev/null @@ -1,17 +0,0 @@ -debian/tmp/usr/include/vorbis/codec.h -debian/tmp/usr/include/vorbis/vorbisenc.h -debian/tmp/usr/include/vorbis/vorbisfile.h -debian/tmp/usr/lib/libvorbis.a -debian/tmp/usr/lib/libvorbis.la -debian/tmp/usr/lib/libvorbis.so -debian/tmp/usr/lib/libvorbisenc.a -debian/tmp/usr/lib/libvorbisenc.la -debian/tmp/usr/lib/libvorbisenc.so -debian/tmp/usr/lib/libvorbisfile.a -debian/tmp/usr/lib/libvorbisfile.la -debian/tmp/usr/lib/libvorbisfile.so -debian/tmp/usr/lib/pkgconfig/vorbis.pc -debian/tmp/usr/lib/pkgconfig/vorbisenc.pc -debian/tmp/usr/lib/pkgconfig/vorbisfile.pc -debian/tmp/usr/share/aclocal/vorbis.m4 -debian/tmp/usr/share/doc/libvorbis-*/* usr/share/doc/libvorbis-dev/html diff --git a/debian/libvorbis0a.install b/debian/libvorbis0a.install deleted file mode 100644 index ad38b8b..0000000 --- a/debian/libvorbis0a.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libvorbis.so.* diff --git a/debian/libvorbis0a.lintian-overrides b/debian/libvorbis0a.lintian-overrides deleted file mode 100644 index 3364fb1..0000000 --- a/debian/libvorbis0a.lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# Is now 0a due to past packaging mixup -libvorbis0a: package-name-doesnt-match-sonames libvorbis0 diff --git a/debian/libvorbis0a.symbols b/debian/libvorbis0a.symbols deleted file mode 100644 index f3138da..0000000 --- a/debian/libvorbis0a.symbols +++ /dev/null @@ -1,134 +0,0 @@ -libvorbis.so.0 libvorbis0a #MINVER# -#MISSING: 1.2.3# _analysis_output@Base 1.1.2 -#MISSING: 1.2.3# _analysis_output_always@Base 1.1.2 - _best@Base 1.1.2 - _book_maptype1_quantvals@Base 1.1.2 - _book_unquantize@Base 1.1.2 - _float32_pack@Base 1.1.2 - _float32_unpack@Base 1.1.2 - _floor_P@Base 1.1.2 - _ilog@Base 1.1.2 - _make_words@Base 1.1.2 - _mapping_P@Base 1.1.2 - _residue_P@Base 1.1.2 - _ve_envelope_clear@Base 1.1.2 - _ve_envelope_init@Base 1.1.2 - _ve_envelope_mark@Base 1.1.2 - _ve_envelope_search@Base 1.1.2 - _ve_envelope_shift@Base 1.1.2 - _vi_gpsy_free@Base 1.1.2 - _vi_psy_free@Base 1.1.2 - _vorbis_apply_window@Base 1.1.2 - _vorbis_block_alloc@Base 1.1.2 - _vorbis_block_ripcord@Base 1.1.2 - _vorbis_window_get@Base 1.1.2 - _vp_ampmax_decay@Base 1.1.2 - _vp_couple@Base 1.1.2 - _vp_global_free@Base 1.1.2 - _vp_global_look@Base 1.1.2 - _vp_noise_normalize@Base 1.1.2 - _vp_noise_normalize_sort@Base 1.1.2 - _vp_noisemask@Base 1.1.2 - _vp_offset_and_mix@Base 1.1.2 - _vp_psy_clear@Base 1.1.2 - _vp_psy_init@Base 1.1.2 - _vp_quantize_couple_memo@Base 1.1.2 - _vp_quantize_couple_sort@Base 1.1.2 - _vp_remove_floor@Base 1.1.2 - _vp_tonemask@Base 1.1.2 -#MISSING: 1.2.3# analysis_noisy@Base 1.1.2 - drft_backward@Base 1.1.2 - drft_clear@Base 1.1.2 - drft_forward@Base 1.1.2 - drft_init@Base 1.1.2 - floor0_exportbundle@Base 1.1.2 - floor1_encode@Base 1.1.2 - floor1_exportbundle@Base 1.1.2 - floor1_fit@Base 1.1.2 - floor1_interpolate_fit@Base 1.1.2 - hf_reduction@Base 1.1.2 - mapping0_exportbundle@Base 1.1.2 - mdct_backward@Base 1.1.2 - mdct_clear@Base 1.1.2 - mdct_forward@Base 1.1.2 - mdct_init@Base 1.1.2 - res0_free_info@Base 1.1.2 - res0_free_look@Base 1.1.2 - res0_inverse@Base 1.1.2 - res0_look@Base 1.1.2 - res0_pack@Base 1.1.2 - res0_unpack@Base 1.1.2 - res1_class@Base 1.1.2 - res1_forward@Base 1.1.2 - res1_inverse@Base 1.1.2 - res2_class@Base 1.1.2 - res2_forward@Base 1.1.2 - res2_inverse@Base 1.1.2 - residue0_exportbundle@Base 1.1.2 - residue1_exportbundle@Base 1.1.2 - residue2_exportbundle@Base 1.1.2 - vorbis_analysis@Base 1.1.2 - vorbis_analysis_blockout@Base 1.1.2 - vorbis_analysis_buffer@Base 1.1.2 - vorbis_analysis_headerout@Base 1.1.2 - vorbis_analysis_init@Base 1.1.2 - vorbis_analysis_wrote@Base 1.1.2 - vorbis_bitrate_addblock@Base 1.1.2 - vorbis_bitrate_clear@Base 1.1.2 - vorbis_bitrate_flushpacket@Base 1.1.2 - vorbis_bitrate_init@Base 1.1.2 - vorbis_bitrate_managed@Base 1.1.2 - vorbis_block_clear@Base 1.1.2 - vorbis_block_init@Base 1.1.2 - vorbis_book_clear@Base 1.1.2 - vorbis_book_codelen@Base 1.1.2 - vorbis_book_codeword@Base 1.1.2 - vorbis_book_decode@Base 1.1.2 - vorbis_book_decodev_add@Base 1.1.2 - vorbis_book_decodev_set@Base 1.1.2 - vorbis_book_decodevs_add@Base 1.1.2 - vorbis_book_decodevv_add@Base 1.1.2 - vorbis_book_encode@Base 1.1.2 - vorbis_book_encodev@Base 1.1.2 - vorbis_book_errorv@Base 1.1.2 - vorbis_book_init_decode@Base 1.1.2 - vorbis_book_init_encode@Base 1.1.2 - vorbis_comment_add@Base 1.1.2 - vorbis_comment_add_tag@Base 1.1.2 - vorbis_comment_clear@Base 1.1.2 - vorbis_comment_init@Base 1.1.2 - vorbis_comment_query@Base 1.1.2 - vorbis_comment_query_count@Base 1.1.2 - vorbis_commentheader_out@Base 1.1.2 -#MISSING: 1.2.3# vorbis_coslook@Base 1.1.2 - vorbis_dsp_clear@Base 1.1.2 -#MISSING: 1.2.3# vorbis_fromdBlook@Base 1.1.2 - vorbis_granule_time@Base 1.1.2 - vorbis_info_blocksize@Base 1.1.2 - vorbis_info_clear@Base 1.1.2 - vorbis_info_init@Base 1.1.2 -#MISSING: 1.2.3# vorbis_invsq2explook@Base 1.1.2 -#MISSING: 1.2.3# vorbis_invsqlook@Base 1.1.2 - vorbis_lpc_from_data@Base 1.1.2 - vorbis_lpc_predict@Base 1.1.2 - vorbis_lpc_to_lsp@Base 1.1.2 - vorbis_lsp_to_curve@Base 1.1.2 - vorbis_packet_blocksize@Base 1.1.2 - vorbis_staticbook_clear@Base 1.1.2 - vorbis_staticbook_destroy@Base 1.1.2 - vorbis_staticbook_pack@Base 1.1.2 - vorbis_staticbook_unpack@Base 1.1.2 - vorbis_synthesis@Base 1.1.2 - vorbis_synthesis_blockin@Base 1.1.2 - vorbis_synthesis_halfrate@Base 1.1.2 - vorbis_synthesis_halfrate_p@Base 1.1.2 - vorbis_synthesis_headerin@Base 1.1.2 - vorbis_synthesis_idheader@Base 1.2.0 - vorbis_synthesis_init@Base 1.1.2 - vorbis_synthesis_lapout@Base 1.1.2 - vorbis_synthesis_pcmout@Base 1.1.2 - vorbis_synthesis_read@Base 1.1.2 - vorbis_synthesis_restart@Base 1.1.2 - vorbis_synthesis_trackonly@Base 1.1.2 - vorbis_version_string@Base 1.2.3 - vorbis_window@Base 1.1.2 diff --git a/debian/libvorbisenc2.install b/debian/libvorbisenc2.install deleted file mode 100644 index eb70258..0000000 --- a/debian/libvorbisenc2.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libvorbisenc.so.* diff --git a/debian/libvorbisenc2.symbols b/debian/libvorbisenc2.symbols deleted file mode 100644 index 7811b08..0000000 --- a/debian/libvorbisenc2.symbols +++ /dev/null @@ -1,23 +0,0 @@ -libvorbisenc.so.2 libvorbisenc2 #MINVER# -#MISSING: 1.2.3# ve_setup_11_stereo@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_11_uncoupled@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_16_stereo@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_16_uncoupled@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_22_stereo@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_22_uncoupled@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_32_stereo@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_32_uncoupled@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_44_stereo@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_44_uncoupled@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_8_stereo@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_8_uncoupled@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_XX_stereo@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_XX_uncoupled@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_X_stereo@Base 1.1.2 -#MISSING: 1.2.3# ve_setup_X_uncoupled@Base 1.1.2 - vorbis_encode_ctl@Base 1.1.2 - vorbis_encode_init@Base 1.1.2 - vorbis_encode_init_vbr@Base 1.1.2 - vorbis_encode_setup_init@Base 1.1.2 - vorbis_encode_setup_managed@Base 1.1.2 - vorbis_encode_setup_vbr@Base 1.1.2 diff --git a/debian/libvorbisfile3.install b/debian/libvorbisfile3.install deleted file mode 100644 index 83bf445..0000000 --- a/debian/libvorbisfile3.install +++ /dev/null @@ -1 +0,0 @@ -debian/tmp/usr/lib/libvorbisfile.so.* diff --git a/debian/libvorbisfile3.lintian-overrides b/debian/libvorbisfile3.lintian-overrides deleted file mode 100644 index 5fd0b16..0000000 --- a/debian/libvorbisfile3.lintian-overrides +++ /dev/null @@ -1 +0,0 @@ -libvorbisfile3: using-first-person-in-description line 5: I diff --git a/debian/libvorbisfile3.symbols b/debian/libvorbisfile3.symbols deleted file mode 100644 index 8283015..0000000 --- a/debian/libvorbisfile3.symbols +++ /dev/null @@ -1,37 +0,0 @@ -libvorbisfile.so.3 libvorbisfile3 #MINVER# - ov_bitrate@Base 1.1.2 - ov_bitrate_instant@Base 1.1.2 - ov_clear@Base 1.1.2 - ov_comment@Base 1.1.2 - ov_crosslap@Base 1.1.2 - ov_fopen@Base 1.2.0 - ov_halfrate@Base 1.1.2 - ov_halfrate_p@Base 1.1.2 - ov_info@Base 1.1.2 - ov_open@Base 1.1.2 - ov_open_callbacks@Base 1.1.2 - ov_pcm_seek@Base 1.1.2 - ov_pcm_seek_lap@Base 1.1.2 - ov_pcm_seek_page@Base 1.1.2 - ov_pcm_seek_page_lap@Base 1.1.2 - ov_pcm_tell@Base 1.1.2 - ov_pcm_total@Base 1.1.2 - ov_raw_seek@Base 1.1.2 - ov_raw_seek_lap@Base 1.1.2 - ov_raw_tell@Base 1.1.2 - ov_raw_total@Base 1.1.2 - ov_read@Base 1.1.2 - ov_read_filter@Base 1.2.3 - ov_read_float@Base 1.1.2 - ov_seekable@Base 1.1.2 - ov_serialnumber@Base 1.1.2 - ov_streams@Base 1.1.2 - ov_test@Base 1.1.2 - ov_test_callbacks@Base 1.1.2 - ov_test_open@Base 1.1.2 - ov_time_seek@Base 1.1.2 - ov_time_seek_lap@Base 1.1.2 - ov_time_seek_page@Base 1.1.2 - ov_time_seek_page_lap@Base 1.1.2 - ov_time_tell@Base 1.1.2 - ov_time_total@Base 1.1.2 diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 573b2b7..0000000 --- a/debian/rules +++ /dev/null @@ -1,120 +0,0 @@ -#! /usr/bin/make -f - -### - -# Configure arguments - -confflags = --prefix=/usr --enable-static - -DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) -DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - -#confflags += --build $(DEB_BUILD_GNU_TYPE) - -# Only specify --host when cross-compiling -#ifneq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) -# confflags += --host $(DEB_HOST_GNU_TYPE) -#endif - -### - -# Directory to make the build on - -objdir = $(CURDIR)/obj-$(DEB_HOST_GNU_TYPE) - -### - -# CFLAGS - -CFLAGS = -Wall -g -fPIC - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif -ifeq (armel,$(DEB_HOST_ARCH)) - CFLAGS += -fno-finite-math-only -march=armv7-a -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -ffast-math -fsingle-precision-constant -endif - -LDFLAGS += -Wl,--hash-style=both -Wl,--as-needed -### - -configure: configure-stamp -configure-stamp: - dh_testdir - - ln -sf /usr/share/misc/config.sub . - ln -sf /usr/share/misc/config.guess . - - mkdir -p $(objdir) - cd $(objdir) && \ - env CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ../configure $(confflags) - - touch $@ - -# - -build: build-stamp -build-stamp: configure-stamp - $(MAKE) -C $(objdir) - - touch $@ - -# - -clean: - dh_testdir - dh_testroot - - rm -f configure-stamp build-stamp install-stamp - rm -f config.guess config.sub - - # Remove build tree - rm -rf $(objdir) - - dh_clean - -# - -install: install-stamp -install-stamp: - dh_testdir - dh_testroot - dh_clean - dh_installdirs - $(MAKE) -C $(objdir) install DESTDIR=$(CURDIR)/debian/tmp - dh_install --list-missing $(DH_INSTALL_EXCLUDE) - touch $@ - -# - -binary: binary-arch - -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs CHANGES - dh_installdocs - dh_installexamples - dh_installmime - dh_installman -# dh_lintian - dh_link - dh_strip --dbg-package=libvorbis-dbg - dh_compress - dh_fixperms - dh_makeshlibs -V -- -c4 - dh_installdeb - dh_shlibdeps -ldebian/libvorbis0a/usr/lib - dh_gencontrol - dh_md5sums - dh_builddeb - -binary-indep: - @echo "Nothing to do." - -# - -.PHONY: configure build clean install binary binary-arch binary-indep diff --git a/debian/watch b/debian/watch deleted file mode 100644 index 1462308..0000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -http://downloads.xiph.org/releases/vorbis/libvorbis-(.+)\.tar\.gz diff --git a/packaging/libvorbis.spec b/packaging/libvorbis.spec index 00dc3a9..a5e970a 100644 --- a/packaging/libvorbis.spec +++ b/packaging/libvorbis.spec @@ -1,7 +1,7 @@ Name: libvorbis Summary: The Vorbis General Audio Compression Codec Version: 1.3.2 -Release: 1 +Release: 2 Group: System/Libraries License: BSD URL: http://www.xiph.org/ -- 2.7.4