[xiph-cvs] cvs commit: ogg-tools/oggsplit/debian changelog compat control copyright docs rules
Ralph Giles
giles at xiph.org
Wed Aug 6 09:58:32 PDT 2003
giles 03/08/06 12:58:32
Added: oggsplit/debian changelog compat control copyright docs
rules
Log:
Import the debian files forgotten in the last commit.
Revision Changes Path
1.1 ogg-tools/oggsplit/debian/changelog
Index: changelog
===================================================================
oggsplit (0.1.0-1) unstable; urgency=low
* Initial Release.
-- Philip Jägenstedt <philipj at telia.com> Tue, 5 Aug 2003 02:02:40 +0200
<p><p><p>1.1 ogg-tools/oggsplit/debian/compat
Index: compat
===================================================================
4
<p><p>1.1 ogg-tools/oggsplit/debian/control
Index: control
===================================================================
Source: oggsplit
Section: misc
Priority: optional
Maintainer: Philip Jägenstedt <philipj at telia.com>
Build-Depends: debhelper (>> 4.0.0) libogg-dev (>> 1.0.0)
Standards-Version: 3.5.8
Package: oggsplit
Architecture: any
Depends: ${shlibs:Depends}
Description: splits multiplexed Ogg files
oggsplit can split grouped or chained multiplexed Ogg
files into separate files. It's useful for separating
the video and audio in a theora+vorbis file or splitting
two concatenated ogg files. oggsplit does not care about
stream formats and thus works with any type of stream.
<p><p>1.1 ogg-tools/oggsplit/debian/copyright
Index: copyright
===================================================================
This package was debianized by Philip Jägenstedt <philipj at telia.com> on
Tue, 5 Aug 2003 02:02:40 +0200.
Upstream Author(s): Philip Jägenstedt <philipj at telia.com>
<p>Copyright (C) 2003 Philip Jägenstedt
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,
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
On Debian systems, the full text of the GPL can be found in
/usr/share/common-licenses/GPL
<p><p>1.1 ogg-tools/oggsplit/debian/docs
Index: docs
===================================================================
README
<p><p>1.1 ogg-tools/oggsplit/debian/rules
Index: rules
===================================================================
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
<p># 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)
<p>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
config.status: configure
dh_testdir
# Add here commands to configure the package.
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
<p>build: build-stamp
build-stamp: config.status
dh_testdir
# Add here commands to compile the package.
$(MAKE)
#/usr/bin/docbook-to-man debian/oggsplit.sgml > oggsplit.1
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
-$(MAKE) distclean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/oggsplit.
$(MAKE) install DESTDIR=$(CURDIR)/debian/oggsplit
<p># 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_testdir
dh_testroot
dh_installchangelogs ChangeLog
dh_installdocs
# dh_installexamples
# dh_install
# 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
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
<p><p>--- >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