Commit b358a55d authored by Christophe Mutricy's avatar Christophe Mutricy

Don't distribute an out-of-date debian/ dir

Take it from your distro if you need it
parent a06d0ac7
NULL =
EXTRA_DIST = \
rules \
compat \
control \
changelog \
copyright \
$(NULL)
libdvbpsi4 (0.1.5-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ Set policy to 3.6.2.1.
+ Renamed source package to libdvbpsi4.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 6 Jul 2005 14:48:49 +0200
libdvbpsi3 (0.1.4-2) unstable; urgency=high
* src/descriptors/dr_59.c:
+ Fixed dvb subtitles descriptor generation.
* src/tables/pmt.c:
+ Fixed a bug in the PMT parser.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 27 Aug 2004 11:16:12 +0200
libdvbpsi3 (0.1.4-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ Set policy to 3.6.1.0.
+ Renamed source package to libdvbpsi3.
+ Removed the autotools-dev build dependency.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 2 Jan 2004 14:58:50 +0100
libdvbpsi2 (0.1.3-1) unstable; urgency=low
* New upstream release.
* debian/control:
+ Set policy to 3.6.0. No changes required.
+ Set debhelper build-dependency to (>= 4.0) due to debian/compat.
+ Renamed source package to libdvbpsi2.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 30 Jul 2003 11:50:45 +0200
libdvbpsi (0.1.1-8) unstable; urgency=low
* Set policy to 3.5.10.
* Fixed a typo in the package description.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sat, 31 May 2003 00:43:41 +0200
libdvbpsi (0.1.1-7) unstable; urgency=high
* Fixed the build by making libdvbpsi-0.1.0/configure executable during
the clean rule (Closes: #194360).
-- Samuel Hocevar <sam@zoy.org> Fri, 23 May 2003 10:53:16 +0200
libdvbpsi (0.1.1-6) unstable; urgency=low
* Updated standards-version to 3.5.9.0.
* Added versioned build-depends on debhelper (>=3.0).
-- Samuel Hocevar <sam@zoy.org> Fri, 4 Apr 2003 17:02:28 +0200
libdvbpsi (0.1.1-5) unstable; urgency=low
* The "don't try to be more clever than automake" release.
* Fixed timestamp skew in debian/rules (Closes: #173438).
-- Samuel Hocevar <sam@zoy.org> Mon, 10 Feb 2003 18:31:15 +0100
libdvbpsi (0.1.1-4) unstable; urgency=low
* Fixed timestamp skew in debian/rules (Closes: #173438).
-- Samuel Hocevar <sam@zoy.org> Sat, 8 Feb 2003 05:56:52 +0100
libdvbpsi (0.1.1-3) unstable; urgency=low
* Synced debian/control with the override file.
-- Samuel Hocevar <sam@zoy.org> Thu, 12 Dec 2002 17:03:04 +0100
libdvbpsi (0.1.1-2) unstable; urgency=low
* Updated rules file to call configure with the proper flags and avoid
timestamp issues with autotools (Closes: #162774, #171290).
-- Samuel Hocevar <sam@zoy.org> Thu, 12 Dec 2002 15:29:42 +0100
libdvbpsi (0.1.1-1) unstable; urgency=low
* New upstream release.
* Changed binary package name from libdvbpsi0 to libdvbpsi1.
-- Samuel Hocevar <sam@zoy.org> Sat, 18 May 2002 13:49:48 +0200
libdvbpsi (0.1.0-1) unstable; urgency=low
* First public release.
-- Samuel Hocevar <sam@zoy.org> Wed, 3 Apr 2002 00:03:49 +0200
Source: libdvbpsi5
Priority: optional
Maintainer: Sam Hocevar (Debian packages) <sam+deb@zoy.org>
Build-Depends: debhelper (>= 4.0)
Standards-Version: 3.6.2.1
Package: libdvbpsi5
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: library for MPEG TS and DVB PSI tables decoding and generating
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
decoding and generating.
.
This package contains the libdvbpsi5 runtime library.
Package: libdvbpsi5-dev
Section: libdevel
Architecture: any
Depends: libdvbpsi5 (= ${Source-Version})
Conflicts: libdvbpsi0-dev, libdvbpsi1-dev, libdvbpsi2-dev, libdvbpsi3-dev, libdvbpsi4-dev
Description: development files for libdvbpsi5
libdvbpsi is a simple library designed for MPEG TS and DVB PSI tables
decoding and generating.
.
This package contains the header files and static library needed to
compile applications that use libdvbpsi5.
This package was debianized by Sam Hocevar <sam@zoy.org> on Wed, 3 Apr
2002 00:03:49 +0200.
It was taken from http://www.videolan.org/libdvbpsi/
Upstream Authors: The VideoLAN Team <videolan@videolan.org>
VideoLAN is Copyright 2001, 2002 The VideoLAN Team
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.
#!/usr/bin/make -f
# debian/rules for libdvbpsi - uses debhelper.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# See /usr/share/doc/autotools-dev/README.Debian.gz
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
# FOR AUTOCONF 2.52 AND NEWER ONLY
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
build: build-stamp
build-stamp:
dh_testdir
touch configure.ac \
&& touch aclocal.m4 \
&& touch configure \
&& touch config.h.in \
&& touch `find -name Makefile.in`
./configure $(confflags) --prefix=/usr --mandir=$${prefix}/share/man \
--infodir=$${prefix}/share/info --enable-release
$(MAKE)
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp
-$(MAKE) distclean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs -plibdvbpsi5-dev usr/lib usr/share/doc
dh_installdirs -plibdvbpsi5 usr/lib usr/share/doc/libdvbpsi5
$(MAKE) install DESTDIR=`pwd`/debian/libdvbpsi5/
ln -s libdvbpsi5 debian/libdvbpsi5-dev/usr/share/doc/libdvbpsi5-dev
mv debian/libdvbpsi5/usr/lib/*.so debian/libdvbpsi5/usr/lib/*a \
debian/libdvbpsi5-dev/usr/lib/
mv debian/libdvbpsi5/usr/include debian/libdvbpsi5-dev/usr/
# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.
# Build architecture-dependent files here.
binary-arch: build install
# dh_testversion
dh_testdir
dh_testroot
# dh_installdebconf
dh_installdocs AUTHORS README NEWS
# dh_installexamples
# dh_installmenu
# dh_installemacsen
# dh_installpam
# dh_installinit
# dh_installcron
# dh_installman
# dh_installinfo
# dh_undocumented
dh_installchangelogs ChangeLog
dh_link
dh_strip
dh_compress
dh_fixperms
dh_makeshlibs
dh_installdeb
# dh_perl
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment