summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2010-10-26 11:20:48 +0000
committerMonty <xiphmont@xiph.org>2010-10-26 11:20:48 +0000
commit316a07c872423b69a8a4912e5e652e52f814305a (patch)
tree8953eb17cfdb33f9ab0fd3fc92644d5476579707
parent69af19c4f09672e8a1a33f0da9003ce2732cedf6 (diff)
downloadogg-316a07c872423b69a8a4912e5e652e52f814305a.tar.gz
remove in-tree debian spec files
git-svn-id: http://svn.xiph.org/trunk/ogg@17568 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--debian/changelog68
-rw-r--r--debian/control22
-rw-r--r--debian/copyright37
-rw-r--r--debian/libogg-dev.docs1
-rw-r--r--debian/libogg-dev.install8
-rw-r--r--debian/libogg0.README.Debian6
-rw-r--r--debian/libogg0.install1
-rwxr-xr-xdebian/rules154
-rw-r--r--debian/watch3
9 files changed, 0 insertions, 300 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 76da7bc..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,68 +0,0 @@
-libogg (1.1.1-1) unstable; urgency=low
-
- * New upstream
-
- -- Ralph Giles <giles@xiph.org> Sun, 12 Sep 2004 14:36:50 -0700
-
-libogg (1.1.0-1) unstable; urgency=low
-
- * New upstream.
-
- -- Christopher L Cheney <ccheney@debian.org> Sat, 18 Oct 2003 16:00:00 -0500
-
-libogg (1.0.0-1) unstable; urgency=low
-
- * New upstream.
-
- -- Christopher L Cheney <ccheney@debian.org> Fri, 19 Jul 2002 09:00:00 -0500
-
-libogg (1.0rc3-1) unstable; urgency=low
-
- * New upstream.
- * added autotools target (config.* updater) to rules
-
- -- Christopher L Cheney <ccheney@debian.org> Mon, 24 Dec 2001 11:00:00 -0600
-
-libogg (1.0rc2-1) unstable; urgency=low
-
- * New upstream.
-
- -- Christopher L Cheney <ccheney@debian.org> Sun, 12 Aug 2001 22:00:00 -0500
-
-libogg (1.0rc1-1) unstable; urgency=low
-
- * New upstream.
- * Updated config.* files (Closes: #94816)
- * Changed clean to distclean.
-
- -- Christopher L Cheney <ccheney@debian.org> Sun, 17 Jun 2001 20:00:00 -0500
-
-libogg (1.0beta4-1) unstable; urgency=low
-
- * New upstream.
-
- -- Christopher L Cheney <ccheney@debian.org> Mon, 26 Feb 2001 08:00:00 -0600
-
-libogg (1.0beta3-3) unstable; urgency=low
-
- * Fixed Sections.
- * Updated to Standards-Version to 3.5.1.0
-
- -- Christopher L Cheney <ccheney@debian.org> Sat, 17 Feb 2001 18:00:47 -0600
-
-libogg (1.0beta3-2) unstable; urgency=low
-
- * Fixed package description (closes: #78387)
- * Fixed development library package name.
-
- -- Christopher L Cheney <ccheney@debian.org> Sat, 3 Feb 2001 13:11:35 -0600
-
-libogg (1.0beta3-1) unstable; urgency=low
-
- * Initial Release.
-
- -- Christopher L Cheney <ccheney@debian.org> Sun, 29 Oct 2000 01:11:57 -0500
-
-Local variables:
-mode: debian-changelog
-End:
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 682934b..0000000
--- a/debian/control
+++ /dev/null
@@ -1,22 +0,0 @@
-Source: libogg
-Section: libs
-Priority: optional
-Maintainer: Christopher L Cheney <ccheney@debian.org>
-Build-Depends: autotools-dev, debhelper (>> 4.0.18), devscripts, gawk
-Standards-Version: 3.6.1.0
-
-Package: libogg0
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}
-Description: Ogg Bitstream Library
- Libogg is a library for manipulating ogg bitstreams. It handles
- both making ogg bitstreams and getting packets from ogg bitstreams.
-
-Package: libogg-dev
-Architecture: any
-Section: libdevel
-Depends: libogg0 (= ${Source-Version}), libc6-dev
-Description: Ogg Bitstream Library Development
- The libogg-dev package contains the header files and documentation
- needed to develop applications with libogg.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index da66e42..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,37 +0,0 @@
-This package was debianized by Christopher L Cheney <ccheney@debian.org> on
-Sun, 29 Oct 2000 01:11:57 -0500.
-
-It was downloaded from http://downloads.xiph.org/releases/ogg/
-
-Upstream Author(s): Christopher Montgomery <monty@xiph.org>
-
-Copyright:
-Copyright (c) 2002-2004, 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.
-
diff --git a/debian/libogg-dev.docs b/debian/libogg-dev.docs
deleted file mode 100644
index 8019f12..0000000
--- a/debian/libogg-dev.docs
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/doc/libogg-*/*
diff --git a/debian/libogg-dev.install b/debian/libogg-dev.install
deleted file mode 100644
index 436d2ac..0000000
--- a/debian/libogg-dev.install
+++ /dev/null
@@ -1,8 +0,0 @@
-debian/tmp/usr/include/ogg/config_types.h
-debian/tmp/usr/include/ogg/ogg.h
-debian/tmp/usr/include/ogg/os_types.h
-debian/tmp/usr/lib/libogg.a
-debian/tmp/usr/lib/libogg.la
-debian/tmp/usr/lib/libogg.so
-debian/tmp/usr/lib/pkgconfig/ogg.pc
-debian/tmp/usr/share/aclocal/ogg.m4
diff --git a/debian/libogg0.README.Debian b/debian/libogg0.README.Debian
deleted file mode 100644
index f9b4d9f..0000000
--- a/debian/libogg0.README.Debian
+++ /dev/null
@@ -1,6 +0,0 @@
-libogg for Debian
------------------
-
-Nothing important to mention at this time.
-
- -- Christopher L Cheney <ccheney@debian.org>, Sun, 29 Oct 2000 01:11:57 -0500
diff --git a/debian/libogg0.install b/debian/libogg0.install
deleted file mode 100644
index 65c54b6..0000000
--- a/debian/libogg0.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libogg.so.*
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 81cf66b..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,154 +0,0 @@
-#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets by Bill Allombert 2001
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-objdir = $(CURDIR)/obj-$(DEB_BUILD_GNU_TYPE)
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
- INSTALL_PROGRAM += -s
-endif
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
-
- # make build directory
- mkdir $(objdir)
-
- # run configure with build tree $(objdir)
- # change ../configure to ../autogen.sh for CVS build
- cd $(objdir) && \
- ../configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \
- --prefix=/usr --enable-static
-
- touch configure-stamp
-
-#Architecture
-build: build-arch build-indep
-
-build-arch: build-arch-stamp
-build-arch-stamp: configure-stamp
-
- cd $(objdir) && \
- $(MAKE)
-
- touch build-arch-stamp
-
-build-indep: build-indep-stamp
-build-indep-stamp: configure-stamp
-
- # Add here commands to compile the indep part of the package.
- #$(MAKE) doc
- touch build-indep-stamp
-
-debian-clean:
- dh_testdir
- dh_testroot
-
- dh_clean
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-arch-stamp build-indep-stamp configure-stamp
-
- # Remove build tree
- rm -rf $(objdir)
-
- # if Makefile exists run distclean
- if test -f Makefile; then \
- $(MAKE) distclean; \
- fi
-
- #if test -d CVS; then \
- $(MAKE) cvs-clean ;\
- fi
-
- dh_clean
-
-install: install-indep install-arch
-install-indep:
- dh_testdir
- dh_testroot
-# dh_clean -k -i
-# dh_installdirs -i
-
-# dh_install -i --list-missing
-
-install-arch:
- dh_testdir
- dh_testroot
- dh_clean -k -s
- dh_installdirs -s
-
- cd $(objdir) && \
- $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-
- dh_install -s --list-missing
-
-# Must not depend on anything. This is to be called by
-# binary-arch/binary-indep
-# in another 'make' thread.
-binary-common:
- dh_testdir
- dh_testroot
- dh_installchangelogs CHANGES
- dh_installdocs
- dh_installexamples
-# dh_installmenu
-# dh_installdebconf
-# dh_installlogrotate
-# dh_installemacsen
-# dh_installpam
-# dh_installmime
-# dh_installinit
-# dh_installcron
-# dh_installinfo
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
-# dh_perl
-# dh_python
- dh_makeshlibs -V
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-# Build architecture independant packages using the common target.
-binary-indep: build-indep install-indep
-# $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
-
-# Build architecture dependant packages using the common target.
-binary-arch: build-arch install-arch
- $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
-
-binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 6ee5629..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,3 +0,0 @@
-version=2
-
-http://downloads.xiph.org/releases/ogg/libogg-(.*)\.tar\.gz debian uupdate