[xiph-commits] r3687 - in liboggplay/debian: . debian
johnf at svn.annodex.net
johnf at svn.annodex.net
Tue Aug 5 04:46:55 PDT 2008
Author: johnf
Date: 2008-08-05 04:46:55 -0700 (Tue, 05 Aug 2008)
New Revision: 3687
Added:
liboggplay/debian/debian/
liboggplay/debian/debian/changelog
liboggplay/debian/debian/compat
liboggplay/debian/debian/control
liboggplay/debian/debian/copyright
liboggplay/debian/debian/liboggplay-dev.dirs
liboggplay/debian/debian/liboggplay-dev.install
liboggplay/debian/debian/liboggplay1.dirs
liboggplay/debian/debian/liboggplay1.install
liboggplay/debian/debian/rules
liboggplay/debian/debian/watch
Modified:
liboggplay/debian/
Log:
initial add of debian files
Property changes on: liboggplay/debian
___________________________________________________________________
Name: bzr:revision-info
+ timestamp: 2008-08-05 21:46:41.071000099 +1000
committer: John Ferlito <johnf at inodes.org>
properties:
branch-nick: debian
Name: bzr:file-ids
+ debian debian-20080805114216-jvj0kbj1mwkfpupo-1
debian/changelog changelog-20080805114216-jvj0kbj1mwkfpupo-3
debian/compat compat-20080805114216-jvj0kbj1mwkfpupo-4
debian/control control-20080805114216-jvj0kbj1mwkfpupo-5
debian/copyright copyright-20080805114216-jvj0kbj1mwkfpupo-6
debian/liboggplay-dev.dirs liboggplaydev.dirs-20080805114216-jvj0kbj1mwkfpupo-16
debian/liboggplay-dev.install liboggplaydev.instal-20080805114216-jvj0kbj1mwkfpupo-17
debian/liboggplay1.dirs liboggplay1.dirs-20080805114216-jvj0kbj1mwkfpupo-19
debian/liboggplay1.install liboggplay1.install-20080805114216-jvj0kbj1mwkfpupo-20
debian/rules rules-20080805114216-jvj0kbj1mwkfpupo-29
debian/watch watch-20080805114623-0qlzsk4h9kw91t6a-1
Name: bzr:revision-id:v3-single1-bGlib2dncGxheS9kZWJpYW4.
+ 2 johnf at inodes.org-20080805114641-xfmsxspozwt24gl3
Added: liboggplay/debian/debian/changelog
===================================================================
--- liboggplay/debian/debian/changelog (rev 0)
+++ liboggplay/debian/debian/changelog 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1,6 @@
+liboggplay (0.0.1.svn-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- John Ferlito <johnf at inodes.org> Sat, 16 Feb 2008 22:04:01 +1100
+
Added: liboggplay/debian/debian/compat
===================================================================
--- liboggplay/debian/debian/compat (rev 0)
+++ liboggplay/debian/debian/compat 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1 @@
+5
Added: liboggplay/debian/debian/control
===================================================================
--- liboggplay/debian/debian/control (rev 0)
+++ liboggplay/debian/debian/control 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1,28 @@
+Source: liboggplay
+Priority: extra
+Maintainer: John Ferlito <johnf at inodes.org>
+Build-Depends: debhelper (>= 5), autotools-dev
+Standards-Version: 3.7.2
+Section: libs
+
+Package: liboggplay1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: A library for playing OGG multimedia (development files)
+ <insert long description, indented with spaces>
+
+Package: liboggplay-dev
+Section: libdevel
+Architecture: any
+Depends: liboggplay1 (= ${Source-Version})
+Description: A library for playing OGG multimedia (development files)
+ <insert long description, indented with spaces>
+
+Package: liboggplay1-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: liboggplay1 (= ${binary:Version})
+Description: A library for playing OGG multimedia (debugging symbols)
+ <insert long description, indented with spaces>
Added: liboggplay/debian/debian/copyright
===================================================================
--- liboggplay/debian/debian/copyright (rev 0)
+++ liboggplay/debian/debian/copyright 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1,24 @@
+This package was debianized by John Ferlito <johnf at inodes.org> on
+Sat, 16 Feb 2008 22:04:01 +1100.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+ <put author's name and email here>
+ <likewise for another author>
+
+Copyright:
+
+ <Copyright (C) YYYY Name OfAuthor>
+ <likewise for another author>
+
+License:
+
+ <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is (C) 2008, John Ferlito <johnf at inodes.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.
Added: liboggplay/debian/debian/liboggplay-dev.dirs
===================================================================
--- liboggplay/debian/debian/liboggplay-dev.dirs (rev 0)
+++ liboggplay/debian/debian/liboggplay-dev.dirs 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1,2 @@
+usr/lib
+usr/include
Added: liboggplay/debian/debian/liboggplay-dev.install
===================================================================
--- liboggplay/debian/debian/liboggplay-dev.install (rev 0)
+++ liboggplay/debian/debian/liboggplay-dev.install 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1,6 @@
+usr/include/*
+usr/lib/lib*.a
+usr/lib/lib*.so
+usr/lib/pkgconfig/*
+usr/lib/*.la
+usr/share/pkgconfig/*
Added: liboggplay/debian/debian/liboggplay1.dirs
===================================================================
--- liboggplay/debian/debian/liboggplay1.dirs (rev 0)
+++ liboggplay/debian/debian/liboggplay1.dirs 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1 @@
+usr/lib
Added: liboggplay/debian/debian/liboggplay1.install
===================================================================
--- liboggplay/debian/debian/liboggplay1.install (rev 0)
+++ liboggplay/debian/debian/liboggplay1.install 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1 @@
+usr/lib/lib*.so.*
Added: liboggplay/debian/debian/rules
===================================================================
--- liboggplay/debian/debian/rules (rev 0)
+++ liboggplay/debian/debian/rules 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1,106 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# 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)
+
+
+# shared library versions, option 1
+version=2.0.5
+major=2
+# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
+#version=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
+#major=`ls src/.libs/lib*.so.* | \
+# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
+
+config.status: configure
+ dh_testdir
+ # Add here commands to configure the package.
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+ cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+ cp -f /usr/share/misc/config.guess config.guess
+endif
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+
+
+build: build-stamp
+build-stamp: config.status
+ dh_testdir
+
+ # Add here commands to compile the package.
+ $(MAKE)
+
+ touch $@
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ # Add here commands to clean up after the build process.
+ [ ! -f Makefile ] || $(MAKE) distclean
+ rm -f config.sub config.guess
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/tmp
+ $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+
+
+# 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
+ 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
Property changes on: liboggplay/debian/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: liboggplay/debian/debian/watch
===================================================================
--- liboggplay/debian/debian/watch (rev 0)
+++ liboggplay/debian/debian/watch 2008-08-05 11:46:55 UTC (rev 3687)
@@ -0,0 +1,22 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php liboggplay-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/liboggplay-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/liboggplay-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/liboggplay/liboggplay-(.*)\.tar\.gz
+
+
More information about the commits
mailing list