diff --git a/ChangeLog b/ChangeLog index a8ebebddad..2768eae531 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2004-03-04 David I. Lehn + * debian/.cvsignore: * debian/README.Debian: * debian/changelog: * debian/control: diff --git a/debian/.gitignore b/debian/.gitignore deleted file mode 100644 index 693edc0e5e..0000000000 --- a/debian/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.debhelper -*substvars diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 754f6fb4f4..0000000000 --- a/debian/README.Debian +++ /dev/null @@ -1,18 +0,0 @@ -GStreamer for Debian ----------------------- -This package contains the GStreamer distribution. - -More information can be found at http://gstreamer.net/ - -GStreamer core is split into the following packages: - - libgstreamer# shared core libs - libgstreamer-dev development libs and headers - gstreamer-runtime tools required by the libs (gstreamer-register) - gstreamer-doc documentation - gstreamer-tools useful tools - gstreamer-core core plugins - gstreamer-core-libs core lib plugins - gstreamer-core-libs-dev development files for core lib plugins - -David I. Lehn Fri, 19 Jan 2001 19:13:06 -0500 diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index cbfff5a732..0000000000 --- a/debian/changelog +++ /dev/null @@ -1,369 +0,0 @@ -gstreamer (0.4.1-1) unstable; urgency=low - - * New upstream - * gstreamer-tools.files/manpages: add gst-md5sum - * Use xsltproc 1.0.21 to fix doc image problems - * Don't use module flags for libgstcontrol - - -- David I. Lehn Tue, 1 Oct 2002 15:02:57 -0400 - -gstreamer (0.4.0.2-cvs20020919-1) unstable; urgency=low - - * CVS snapshot, release branch - * gstreamer-core.files: change to libgst*scheduler, since the - scheduler names have changed. - * gstreamer-core-libs.files: libgstcontrol.so moved - * add debian/control.in, and create debian/control rule in debian/rules - to change the version number automatically - - -- David Schleef Thu, 19 Sep 2002 15:07:36 -0700 - -gstreamer (0.4.0-2) unstable; urgency=low - - * Remove libtool hack - * Dependency change from libc6-dev to libc6-dev | libc-dev - - -- David I. Lehn Fri, 23 Aug 2002 12:26:10 -0400 - -gstreamer (0.4.0-1) unstable; urgency=low - - * New upstream - * Update library package: libgstreamer0.3.4 -> libgstreamer0.4.0 - * Add automake Python support to find python binary to run devhelp doc - helper script. This touches -every- Makefile.in and since the package - diff will already be large just use automake 1.6 instead of 1.5 as used - upstream. Sorry. - * Update config.{guess,sub} - * Temporarily comment out figures from manual so it builds - * Apply CVS patch for s/%/%/ in XML docs - * Added devhelp support - * Added gst-feedback to gstreamer-tools - * Break stuff: blindly reanme gstreamer-lib-core{-dev} to - gstreamer-core-libs{-dev}. Hard to chose naming as these are half-plugins - and half-linkable libs. Picking a scheme that also works with - gstreamer-plugins-* packages. Still looking for a better solution... - - -- David I. Lehn Tue, 16 Jul 2002 02:20:40 -0400 - -gstreamer (0.3.4-1) unstable; urgency=low - - * New upstream - * libgstreamer0.3.3 -> libgstreamer0.3.4 - * Conflict and Replace libgstreamer0.3.3 so upgrades work - This shouldn't be required because plugins know what version they were - compiled with. Apparently this doesn't yet work properly. - * Add bison and flex to Build-Depends - * Add libgstfastscheduler.so to -core - - -- David I. Lehn Mon, 15 Apr 2002 01:13:00 -0400 - -gstreamer (0.3.3-3) unstable; urgency=low - - * Add libgstreamer-dev dependencies on libpopt-dev and libglib2.0-dev - * CVS fix for GstElement NEW_PAD and PAD_REMOVED g_signal_new parameters - - -- David I. Lehn Fri, 29 Mar 2002 03:04:22 -0500 - -gstreamer (0.3.3-2) unstable; urgency=low - - * Depend on and rebuld for glib 2.0 - * Remove libgtk from Build-Depends - * Move gs from Build-Depends to Build-Depends-Indep - * Added lintian overrides for base.css zero length files - - -- David I. Lehn Fri, 22 Mar 2002 19:29:24 -0500 - -gstreamer (0.3.3-1) unstable; urgency=low - - * New upstream - * Renamed libgstX to libgstreamerX.Y.Z - will move to better versioning once upstream starts interface versioning - * Renamed libgst-dev to libgstreamer-dev - * Patch to build plugins as only .so - * Added libstandardscheduler.so to -core - * Guessing that mips support handles mipsel too - * From David Schleef : - * Add popt, gs to Build-Depends: - * #include compile fix - - -- David I. Lehn Thu, 21 Mar 2002 01:42:18 -0500 - -gstreamer (0.3.2-2) unstable; urgency=low - - * Rebuild for glib/gtk 1.3.15 - - -- David I. Lehn Sun, 24 Feb 2002 23:48:33 -0500 - -gstreamer (0.3.2-1) unstable; urgency=low - - * The "I should have started using cvs-buildpacakge long ago" release - * New upstream release - * Once again stripped CVS dirs from upstream tarball - * Add spider autoplugger - * Added gst-xmllaunch and man page to -tools - * Despite my complaints, upstream is using new lib versioning - until they decide API is "stable" enough to provide support. - At that point proper versioning will happen. - This release lib change: - libgst.so.2.0.0 -> libgst-0.3.2.so.0.0.0 - This release lib package change: - libgst2 -> libgst3 - Hopefully this is mostly transparent. - - Due to a conflict with GNU Smalltalk the next upstream release - will be renaming some "gst" to "gstreamer". This will change - the lib to libgstreamer*. Some header locations will change too - so prepare for broken code. - - Plan for next upstream release is to rename packages: - libgst3 -> libgstreamer0 - libgst-dev -> libgstreamer-dev - * Plugins now unversioned upstream: - * Just .so, no more .so.x.y.z - * Drop .la and .a - * Fixup a few - * Wait and see if anyone even notices... - * Add back some docs that escaped via the diff - * Fixup some more doc cruft in the diff - - -- David I. Lehn Thu, 14 Feb 2002 02:20:48 -0500 - -gstreamer (0.3.1-4) unstable; urgency=low - - * (Unreleased) - * find . -type d -name CVS -exec rm -rf {} \; - * Hack upstream tarball to exclude above CVS/ dirs - * Rebuild for conversion to cvs-buildpackage management - - -- David I. Lehn Wed, 13 Feb 2002 18:18:34 -0500 - -gstreamer (0.3.1-3) unstable; urgency=low - - * Rebuild for glib/gtk 1.3.13 - - -- David I. Lehn Wed, 6 Feb 2002 02:17:23 -0500 - -gstreamer (0.3.1-2) unstable; urgency=low - - * Upstream fix for proper libxml version in pkg-config - * Undo some of the auto docs/*/tmpl breakage - - -- David I. Lehn Wed, 23 Jan 2002 01:28:12 -0500 - -gstreamer (0.3.1-1) unstable; urgency=low - - * New upstream release - * Upstream broken into multiple packages - * Core plugins left in -core - * Core lib plugins moved to -core - * Other plugins now built from gst-plugins source pacakge - * libgst1 -> libgst2 - * Tool prefix renamed upstream: s/gstreamer/gst/ - * Moved gstreamer-guilaunch to gst-editor source package - * Removed gstreamer-config and .m4 in favor of pkg-config use - * Build for glib2 - * Change doc build system a bit - * Added -lib-core and -lib-core-dev packages for library plugins - - -- David I. Lehn Thu, 10 Jan 2002 23:09:34 -0500 - -gstreamer (0.3.0-3) unstable; urgency=low - - * Remove upstream ChangeLog from packages: 128k changelog.gz per - plugin package for 40 packages is too much - - -- David I. Lehn Tue, 25 Dec 2001 23:36:28 -0500 - -gstreamer (0.3.0-2) unstable; urgency=low - - * Fix bug that slipped into 0.3.0: s/aasink/xvideosink/ in - gstplay/gstplay.c - - -- David I. Lehn Tue, 25 Dec 2001 17:56:29 -0500 - -gstreamer (0.3.0-1) unstable; urgency=low - - * New upstream release - * Attempt to update various Build-Depends versions - * Added plugin packages: -a52dec, -dvd, -mikmod, -sid - * Renamed -elements to -core - * Added to -core: gstbasicscheduler - * Moved from -common to -core: gsttypes, autoplug related - * Renamed -common to -misc - * Added to -misc: speed, qcam, bytesteram, control, silence, sinesrc, - mpegstream, playondemand, resample - * Added gstreamer-guilaunch to gstreamer-tools package - * Added dependencies on unofficial LAME packages - * Use PIC libs for Xv - * Disable broken building of PDF/PS docs - * Renamed -all-plugins to -all - * Disable docs -- too hard to build - - -- David I. Lehn Fri, 21 Dec 2001 12:00:02 -0500 - -gstreamer (0.2.1-4) unstable; urgency=low - - * Fix some problems reported from lintian 1.20.14: - * copyright-lists-upstream-authors-like-dh_make - * debian-changelog-file-contains-user-emacs-settings - * Patch from CVS to link libgst into plugins - Plugins now properly depend on libgst package - * Use RedHat Gtk+-1.3 hack to fix relink issues with ltmain.sh - * Patch from CVS for xvideosink segfault when no DISPLAY set - * Remove builddir references from gstreamer-config.in - * Move libgstelements.la from libgst-dev to gstreamer-elements - - -- David I. Lehn Tue, 28 Aug 2001 20:05:28 -0400 - -gstreamer (0.2.1-3) unstable; urgency=low - - * Update build dependencies to FLAC 1.0 - * Enable debug features - * Fixup broken doc build -scan voodoo with link into .libs/ dir - - -- David I. Lehn Sun, 5 Aug 2001 23:04:28 -0400 - -gstreamer (0.2.1-2) unstable; urgency=low - - * Fix lib deps: run debhelper tools in the right order - * Added arts dir to Makefile.am SUBDIRS so it builds again - * Changed libmpeg2dec to libgstmpeg2dec to avoid naming issues - when using -lmpeg2dec - * Updated system_encode/ with CVS segfaulter bug fix - - -- David I. Lehn Thu, 19 Jul 2001 15:47:24 -0400 - -gstreamer (0.2.1-1) unstable; urgency=low - - * New upstream 0.2.1: "Return of the Sedi Master" - * New plugin packages: -festival, -flac, -avifile, -x - * New plugins in -common: chart, deinterlace, udp - * Added some post-0.2.1 fixes for FLAC, build system, ALSA - - -- David I. Lehn Thu, 28 Jun 2001 20:15:15 -0400 - -gstreamer (0.2.0-6) unstable; urgency=low - - * Move -compprep to -runtime and call it same places as -register - * Do -register and -compprep in postrm instead of prerm - * Make -arts plugin actually build all the source (sent upstream) - * Purge of -runtime removes /etc/gstreamer - - -- David I. Lehn Tue, 19 Jun 2001 13:09:32 -0400 - -gstreamer (0.2.0-5) unstable; urgency=low - - * Added element package dependencies to libgstmediaplay0 - - -- David I. Lehn Mon, 18 Jun 2001 11:18:53 -0400 - -gstreamer (0.2.0-4) unstable; urgency=low - - * Add --gst-mask=0 to -runtime.postinst - - -- David I. Lehn Fri, 15 Jun 2001 11:47:24 -0400 - -gstreamer (0.2.0-3) unstable; urgency=low - - * Fix the plugin control file symlink creation - * Add audiofile to Build-Depends - - -- David I. Lehn Fri, 15 Jun 2001 05:22:28 -0400 - -gstreamer (0.2.0-2) unstable; urgency=low - - * Fixed ALSA checks to not include -lasound in -every- link - * Update LAME plugin to use latest CVS API - * Removed OSS src/sink from -common.files (was in -oss too) - * Swapped -arts.files and -artsd.files contents - - -- David I. Lehn Fri, 15 Jun 2001 04:02:21 -0400 - -gstreamer (0.2.0-1) unstable; urgency=low - - * Added gstreamer-compprep manpage - * Upgrade to 0.2.0 - - -- David I. Lehn Thu, 7 Jun 2001 12:53:59 -0400 - -gstreamer (0.2.0-0.3) unstable; urgency=low - - * GStreamer 0.2.0-pre3 - - -- David I. Lehn Wed, 6 Jun 2001 15:09:59 -0400 - -gstreamer (0.2.0-0.2) unstable; urgency=low - - * GStreamer 0.2.0-pre2 + CVS 20010604 - * Added -artsd (vs -arts), -audiofile, -gnomevfs, -gsm, -jpeg, - -oss, and -sdl plugin packages - * Added osshelper lib to oss package - * Added more AVI related plugins and autoplug libs to -common - * Added pkgconfig file to libgst-dev - * Added gstreamer-all-plugins pseudo package that depends on - all other plugin pacakges - - -- David I. Lehn Mon, 4 Jun 2001 17:33:20 -0400 - -gstreamer (0.2.0-0.1) unstable; urgency=low - - * GStreamer 0.2.0-pre1 - - -- David I. Lehn Thu, 31 May 2001 17:16:23 -0400 - -gstreamer (0.1.1.20010504-1) unstable; urgency=low - - * Latest CVS code - - -- David I. Lehn Fri, 4 May 2001 21:48:45 -0400 - -gstreamer (0.1.1.20010430-2) unstable; urgency=low - - * Added -colorspace package for Hermes dependent conversion - * Added -arts package for aRts sink - - -- David I. Lehn Tue, 1 May 2001 19:46:08 -0400 - -gstreamer (0.1.1.20010430-1) unstable; urgency=low - - * Latest CVS code - * Added -aa package for aasink output - * Added -mad package for mad mp3 decoder - - -- David I. Lehn Mon, 30 Apr 2001 18:25:52 -0400 - -gstreamer (0.1.1.20010320-1) unstable; urgency=low - - * Latest CVS code - * enable main docs - * disable broken plugin docs with new option - - -- David I. Lehn Tue, 20 Mar 2001 18:15:19 -0500 - -gstreamer (0.1.1.20010315-1) unstable; urgency=low - - * Latest CVS code - * Added man pages - * Split mpeg2dec to seperate plugin - * libgst Architectures updated to cothread supported archs - - -- David I. Lehn Thu, 15 Mar 2001 20:17:19 -0500 - -gstreamer (0.1.1-1) unstable; urgency=low - - * New upstream release - * disable docs build, broken at the momemnt - - -- David I. Lehn Sun, 25 Feb 2001 17:58:25 -0500 - -gstreamer (0.1.0-2) unstable; urgency=low - - * debian/rules: call configure instead of autogen.sh - - -- David I. Lehn Sat, 24 Feb 2001 18:31:36 -0500 - -gstreamer (0.1.0-1) unstable; urgency=low - - * Initial Release. - - -- David I. Lehn Mon, 15 Jan 2001 18:25:18 -0500 diff --git a/debian/control b/debian/control deleted file mode 100644 index b856344e47..0000000000 --- a/debian/control +++ /dev/null @@ -1,95 +0,0 @@ -Source: gstreamer -Section: libs -Priority: optional -Maintainer: David I. Lehn -Build-Depends: debhelper (>= 3.0.0), libxml2-dev (>= 2.4.16), zlib1g-dev (>= 1:1.1.4), libglib2.0-dev (>= 2.0.4), pkg-config (>= 0.11.0), libpopt-dev, bison, flex -Build-Depends-Indep: debhelper (>= 3.0.0), gtk-doc-tools (>= 0.4), jade (>= 1.2.1), transfig (>= 3.2.3.c), docbook-utils (>= 0.6.9), xsltproc (>= 1.0.21), gs, python (>= 2.1) -Standards-Version: 3.5.7 - -Package: libgstreamer0.4.1 -Architecture: [alpha arm hppa i386 mips mipsel powerpc sparc] -Section: libs -Depends: ${shlibs:Depends} -Suggests: gstreamer-core, gstreamer-misc -Description: Core GStreamer shared library - Core GStreamer shared library - -Package: libgstreamer-dev -Architecture: any -Section: devel -Depends: libgstreamer0.4.1 (= ${Source-Version}), libc6-dev | libc-dev, pkg-config, libpopt-dev, libglib2.0-dev -Recommends: gstreamer-doc (= ${Source-Version}) -Description: GStreamer development libraries and headers - GStreamer development libraries and headers - -Package: gstreamer-runtime -Architecture: any -Section: libs -Depends: ${shlibs:Depends} -Suggests: gstreamer-tools -Description: gstreamer-register binary needed to manage plugin registry - gst-register: binary needed to manage plugin registry - gst-compprep: register components for gstreamer-complete - -Package: gstreamer-doc -Architecture: all -Section: doc -Recommends: libgstreamer-dev (= ${Source-Version}) -Description: Core GStreamer documentation - Core GStreamer documentation - . - GStreamer Manual - GStreamer Plugin Writers Guide - Various API docs - -Package: gstreamer-tools -Architecture: any -Section: x11 -Depends: ${shlibs:Depends} -Suggests: gstreamer-misc -Description: Tools for use with GStreamer - Tools for use with GStreamer - . - gst-inspect: query details of installed plugins - gst-launch: command line pipeline tool - gst-xmllaunch: command line xml pipeline tool - gst-complete: gst-launch bash command line completion tool - -Package: gstreamer-core -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, gstreamer-runtime (= ${Source-Version}) -Description: Core element and library plugins for GStreamer - Core element and library plugins for GStreamer - . - Includes various basic elements: - * file source and sink - * tee and aggregator - * fake source and sink for testing - * identity - * pipe filter - * statistics - . - And other important yet plugable pieces: - * autoplugging support - * standard scheduler - * type detection support - -Package: gstreamer-core-libs -Architecture: any -Section: libs -Depends: ${shlibs:Depends} -Description: Core library plugins for GStreamer - Core library plugins for GStreamer - * bytestream - * control - * putbits - * getbits - -Package: gstreamer-core-libs-dev -Architecture: any -Section: devel -Depends: gstreamer-core-libs -Description: Development files for core library plugins for GStreamer - Development files for core library plugins for GStreamer - Includes headers for library plugins from gstreamer-core-libs diff --git a/debian/control.in b/debian/control.in deleted file mode 100644 index 68a380ef69..0000000000 --- a/debian/control.in +++ /dev/null @@ -1,95 +0,0 @@ -Source: gstreamer -Section: libs -Priority: optional -Maintainer: David I. Lehn -Build-Depends: debhelper (>= 3.0.0), libxml2-dev (>= 2.4.16), zlib1g-dev (>= 1:1.1.4), libglib2.0-dev (>= 2.0.4), pkg-config (>= 0.11.0), libpopt-dev, bison, flex -Build-Depends-Indep: debhelper (>= 3.0.0), gtk-doc-tools (>= 0.4), jade (>= 1.2.1), transfig (>= 3.2.3.c), docbook-utils (>= 0.6.9), xsltproc (>= 1.0.21), gs, python (>= 2.1) -Standards-Version: 3.5.7 - -Package: libgstreamer@VERSION@ -Architecture: [alpha arm hppa i386 mips mipsel powerpc sparc] -Section: libs -Depends: ${shlibs:Depends} -Suggests: gstreamer-core, gstreamer-misc -Description: Core GStreamer shared library - Core GStreamer shared library - -Package: libgstreamer-dev -Architecture: any -Section: devel -Depends: libgstreamer@VERSION@ (= ${Source-Version}), libc6-dev | libc-dev, pkg-config, libpopt-dev, libglib2.0-dev -Recommends: gstreamer-doc (= ${Source-Version}) -Description: GStreamer development libraries and headers - GStreamer development libraries and headers - -Package: gstreamer-runtime -Architecture: any -Section: libs -Depends: ${shlibs:Depends} -Suggests: gstreamer-tools -Description: gstreamer-register binary needed to manage plugin registry - gst-register: binary needed to manage plugin registry - gst-compprep: register components for gstreamer-complete - -Package: gstreamer-doc -Architecture: all -Section: doc -Recommends: libgstreamer-dev (= ${Source-Version}) -Description: Core GStreamer documentation - Core GStreamer documentation - . - GStreamer Manual - GStreamer Plugin Writers Guide - Various API docs - -Package: gstreamer-tools -Architecture: any -Section: x11 -Depends: ${shlibs:Depends} -Suggests: gstreamer-misc -Description: Tools for use with GStreamer - Tools for use with GStreamer - . - gst-inspect: query details of installed plugins - gst-launch: command line pipeline tool - gst-xmllaunch: command line xml pipeline tool - gst-complete: gst-launch bash command line completion tool - -Package: gstreamer-core -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, gstreamer-runtime (= ${Source-Version}) -Description: Core element and library plugins for GStreamer - Core element and library plugins for GStreamer - . - Includes various basic elements: - * file source and sink - * tee and aggregator - * fake source and sink for testing - * identity - * pipe filter - * statistics - . - And other important yet plugable pieces: - * autoplugging support - * standard scheduler - * type detection support - -Package: gstreamer-core-libs -Architecture: any -Section: libs -Depends: ${shlibs:Depends} -Description: Core library plugins for GStreamer - Core library plugins for GStreamer - * bytestream - * control - * putbits - * getbits - -Package: gstreamer-core-libs-dev -Architecture: any -Section: devel -Depends: gstreamer-core-libs -Description: Development files for core library plugins for GStreamer - Development files for core library plugins for GStreamer - Includes headers for library plugins from gstreamer-core-libs diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 67d40befac..0000000000 --- a/debian/copyright +++ /dev/null @@ -1,31 +0,0 @@ -This package was debianized by David I. Lehn on -Mon, 15 Jan 2001 18:21:37 -0500. - -It was downloaded from http://gstreamer.net/ - -Upstream Authors: - - Erik Walthinsen - Wim Taymans - Richard Boulton - and many more... - -Copyright: - - This package is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this package; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - -On Debian GNU/Linux systems, the complete text of the GNU Lesser General -Public License can be found in `/usr/share/common-licenses/LGPL'. - diff --git a/debian/gstreamer-core-libs-dev.files b/debian/gstreamer-core-libs-dev.files deleted file mode 100644 index e992b9392b..0000000000 --- a/debian/gstreamer-core-libs-dev.files +++ /dev/null @@ -1,5 +0,0 @@ -usr/include/gstreamer-*/gst/bytestream -usr/include/gstreamer-*/gst/control -usr/include/gstreamer-*/gst/getbits -usr/include/gstreamer-*/gst/putbits -usr/lib/libgstcontrol.{a,la,so} diff --git a/debian/gstreamer-core-libs.files b/debian/gstreamer-core-libs.files deleted file mode 100644 index bf976cf7e8..0000000000 --- a/debian/gstreamer-core-libs.files +++ /dev/null @@ -1,4 +0,0 @@ -usr/lib/gst/libgstbytestream.so -usr/lib/libgstcontrol-*.so.* -usr/lib/gst/libgstgetbits.so -usr/lib/gst/libgstputbits.so diff --git a/debian/gstreamer-core.files b/debian/gstreamer-core.files deleted file mode 100644 index 4041f5ccb6..0000000000 --- a/debian/gstreamer-core.files +++ /dev/null @@ -1,8 +0,0 @@ -usr/lib/gst/libgstautoplugcache.so -usr/lib/gst/libgstautoplugger.so -usr/lib/gst/libgst*scheduler.so -usr/lib/gst/libgstelements.so -usr/lib/gst/libgstspider.so -usr/lib/gst/libgststaticautoplug.so -usr/lib/gst/libgststaticautoplugrender.so -usr/lib/gst/libgsttypes.so diff --git a/debian/gstreamer-core.postinst b/debian/gstreamer-core.postinst deleted file mode 100644 index 7d55d5a290..0000000000 --- a/debian/gstreamer-core.postinst +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - gst-register --gst-mask=0 > /dev/null || true - gst-compprep --gst-mask=0 > /dev/null || true -fi - -#DEBHELPER# - -exit 0 - diff --git a/debian/gstreamer-core.postrm b/debian/gstreamer-core.postrm deleted file mode 100644 index f6aa97ebd5..0000000000 --- a/debian/gstreamer-core.postrm +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "remove" ]; then - gst-register --gst-mask=0 > /dev/null || true - gst-compprep --gst-mask=0 > /dev/null || true -fi - -#DEBHELPER# - -exit 0 - diff --git a/debian/gstreamer-doc.files b/debian/gstreamer-doc.files deleted file mode 100644 index 8d6476a47d..0000000000 --- a/debian/gstreamer-doc.files +++ /dev/null @@ -1,2 +0,0 @@ -usr/share/doc/gstreamer-doc -usr/share/devhelp/specs diff --git a/debian/gstreamer-doc.links b/debian/gstreamer-doc.links deleted file mode 100644 index 74f1b44582..0000000000 --- a/debian/gstreamer-doc.links +++ /dev/null @@ -1,2 +0,0 @@ -/usr/share/doc/gstreamer-doc/gstreamer /usr/share/devhelp/books/gstreamer -/usr/share/doc/gstreamer-doc/gstreamer-libs /usr/share/devhelp/books/gstreamer-libs diff --git a/debian/gstreamer-doc.lintian b/debian/gstreamer-doc.lintian deleted file mode 100644 index c48b6197ad..0000000000 --- a/debian/gstreamer-doc.lintian +++ /dev/null @@ -1,3 +0,0 @@ -gstreamer-doc: zero-byte-file-in-doc-directory usr/share/doc/gstreamer-doc/gst-plugin-writers-guide/base.css -gstreamer-doc: zero-byte-file-in-doc-directory usr/share/doc/gstreamer-doc/gstreamer-manual/base.css - diff --git a/debian/gstreamer-runtime.files b/debian/gstreamer-runtime.files deleted file mode 100644 index eb2cfac01c..0000000000 --- a/debian/gstreamer-runtime.files +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin/gst-register -usr/bin/gst-compprep diff --git a/debian/gstreamer-runtime.manpages b/debian/gstreamer-runtime.manpages deleted file mode 100644 index 79a46c3192..0000000000 --- a/debian/gstreamer-runtime.manpages +++ /dev/null @@ -1,2 +0,0 @@ -debian/gstreamer/usr/share/man/man1/gst-register.1 -debian/gstreamer/usr/share/man/man1/gst-compprep.1 diff --git a/debian/gstreamer-runtime.postinst b/debian/gstreamer-runtime.postinst deleted file mode 100644 index 7d55d5a290..0000000000 --- a/debian/gstreamer-runtime.postinst +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ]; then - gst-register --gst-mask=0 > /dev/null || true - gst-compprep --gst-mask=0 > /dev/null || true -fi - -#DEBHELPER# - -exit 0 - diff --git a/debian/gstreamer-runtime.postrm b/debian/gstreamer-runtime.postrm deleted file mode 100644 index 591351d06a..0000000000 --- a/debian/gstreamer-runtime.postrm +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "remove" ]; then - rm -rf /etc/gstreamer -fi - -#DEBHELPER# - -exit 0 - diff --git a/debian/gstreamer-tools.files b/debian/gstreamer-tools.files deleted file mode 100644 index dca4c98b7d..0000000000 --- a/debian/gstreamer-tools.files +++ /dev/null @@ -1,6 +0,0 @@ -usr/bin/gst-complete -usr/bin/gst-feedback -usr/bin/gst-inspect -usr/bin/gst-launch -usr/bin/gst-md5sum -usr/bin/gst-xmllaunch diff --git a/debian/gstreamer-tools.manpages b/debian/gstreamer-tools.manpages deleted file mode 100644 index 6402de43d9..0000000000 --- a/debian/gstreamer-tools.manpages +++ /dev/null @@ -1,6 +0,0 @@ -debian/gstreamer/usr/share/man/man1/gst-complete.1 -debian/gstreamer/usr/share/man/man1/gst-feedback.1 -debian/gstreamer/usr/share/man/man1/gst-inspect.1 -debian/gstreamer/usr/share/man/man1/gst-launch.1 -debian/gstreamer/usr/share/man/man1/gst-md5sum.1 -debian/gstreamer/usr/share/man/man1/gst-xmllaunch.1 diff --git a/debian/libgstreamer-dev.files b/debian/libgstreamer-dev.files deleted file mode 100644 index 2834e81d8f..0000000000 --- a/debian/libgstreamer-dev.files +++ /dev/null @@ -1,3 +0,0 @@ -usr/include/gstreamer-*/gst/*.h -usr/lib/pkgconfig -usr/lib/libgstreamer.{a,la,so} diff --git a/debian/libgstreamer0.4.1.files b/debian/libgstreamer0.4.1.files deleted file mode 100644 index 30dc9a70cb..0000000000 --- a/debian/libgstreamer0.4.1.files +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libgstreamer-*.so.* diff --git a/debian/libgstreamerVERSION.files b/debian/libgstreamerVERSION.files deleted file mode 100644 index 30dc9a70cb..0000000000 --- a/debian/libgstreamerVERSION.files +++ /dev/null @@ -1 +0,0 @@ -usr/lib/libgstreamer-*.so.* diff --git a/debian/rules b/debian/rules deleted file mode 100755 index f44581b376..0000000000 --- a/debian/rules +++ /dev/null @@ -1,139 +0,0 @@ -#!/usr/bin/make -f - -version=0.4.1 - -#export DH_VERBOSE=1 -export DH_COMPAT=3 -export DH_OPTIONS - -export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) -export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) - -ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) - confflags += --build $(DEB_HOST_GNU_TYPE) -else - confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) -endif - -debian/control: debian/rules debian/control.in - sed 's/@VERSION@/$(version)/g' debian/control.in >debian/control - -debian/libgstreamer$(version).files: debian/control.in debian/libgstreamerVERSION.files - cp -f debian/libgstreamerVERSION.files debian/libgstreamer$(version).files - -maint: debian/control debian/libgstreamer$(version).files - -configure: configure-stamp -configure-stamp: - dh_testdir - - # Add here commands to configure the package. - ./configure \ - $(confflags) \ - --prefix=/usr \ - --mandir=\$${prefix}/share/man \ - --infodir=\$${prefix}/share/info \ - --with-html-dir=\$${prefix}/share/doc/gstreamer-doc \ - --sysconfdir=/etc \ - --with-configdir=/etc/gstreamer \ - --localstatedir=/var \ - --with-cachedir=/var/cache/gstreamer \ - --disable-plugin-builddir \ - --disable-tests \ - --disable-examples \ - --enable-docs-build \ - --enable-DEBUG \ - --enable-debug - - touch configure-stamp - -build: configure-stamp build-stamp -build-stamp: - dh_testdir - - $(MAKE) - - touch build-stamp - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - # why does distclean not get the docs? who knows? - -(cd docs; $(MAKE) clean) - -$(MAKE) distclean - - dh_clean - -install: DH_OPTIONS= -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/gstreamer. - $(MAKE) prefix=$(CURDIR)/debian/gstreamer/usr install - - # move around the doc dirs - mkdir -p debian/gstreamer/usr/share/doc/gstreamer-doc - -cp -r docs/fwg/gst-plugin-writers-guide \ - docs/manual/gstreamer-manual \ - debian/gstreamer/usr/share/doc/gstreamer-doc - - # devhelp files not installed by default - mkdir -p debian/gstreamer/usr/share/devhelp/specs - -cp docs/devhelp/*.devhelp debian/gstreamer/usr/share/devhelp/specs - - # -doc lintian overrides - mkdir -p debian/gstreamer-doc/usr/share/lintian/overrides/ - cp -a debian/gstreamer-doc.lintian debian/gstreamer-doc/usr/share/lintian/overrides/gstreamer-doc - - dh_movefiles --sourcedir=debian/gstreamer - -# Build architecture-independent files here. -# Pass -i to all debhelper commands in this target to reduce clutter. -binary-indep: DH_OPTIONS=-i -binary-indep: build install -# Need this version of debhelper for DH_OPTIONS to work. - dh_testdir - dh_testroot - dh_installdocs -A debian/README.Debian - dh_installexamples - dh_installmenu - dh_installman - dh_installchangelogs - dh_strip - dh_link - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -# Build architecture-dependent files here. -# Pass -a to all debhelper commands in this target to reduce clutter. -binary-arch: DH_OPTIONS=-a -binary-arch: build install -# Need this version of debhelper for DH_OPTIONS to work. - dh_testdir - dh_testroot - dh_installdocs -A debian/README.Debian - dh_installexamples - dh_installmenu - dh_installman - dh_installchangelogs - dh_strip - dh_compress - dh_fixperms - dh_makeshlibs - dh_installdeb - dh_shlibdeps -l`pwd`/debian/libgstreamer$(version)/usr/lib:`pwd`/debian/gstreamer-core-libs/usr/lib - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure