r91 - unstable/alogg/trunk/debian
sho at alioth.debian.org
sho at alioth.debian.org
Sat Dec 15 14:08:50 UTC 2007
Author: sho
Date: 2007-12-15 14:08:49 +0000 (Sat, 15 Dec 2007)
New Revision: 91
Removed:
unstable/alogg/trunk/debian/libalogg.postinst
Modified:
unstable/alogg/trunk/debian/changelog
unstable/alogg/trunk/debian/control
unstable/alogg/trunk/debian/rules
Log:
[ Loic Minier ]
* Drop useless debian/libalogg.postinst.
* Let libalogg1 conflict/replace libalogg and drop the version in the
conflict.
* Drop useless libalogg transitional package.
* Add Vcs-Browser and Vcs-Svn URLs.
* Remove the .pc tree after quilt pop -a.
Modified: unstable/alogg/trunk/debian/changelog
===================================================================
--- unstable/alogg/trunk/debian/changelog 2007-11-18 15:51:49 UTC (rev 90)
+++ unstable/alogg/trunk/debian/changelog 2007-12-15 14:08:49 UTC (rev 91)
@@ -48,8 +48,16 @@
+ New patch. <alogg.h> is using Vorbis’s ov_callback structure and must
therefore include <vorbis/vorbisfile.h>.
- -- Sam Hocevar (Debian packages) <sam+deb at zoy.org> Sun, 14 Oct 2007 14:18:18 +0000
+ [ Loic Minier ]
+ * Drop useless debian/libalogg.postinst.
+ * Let libalogg1 conflict/replace libalogg and drop the version in the
+ conflict.
+ * Drop useless libalogg transitional package.
+ * Add Vcs-Browser and Vcs-Svn URLs.
+ * Remove the .pc tree after quilt pop -a.
+ -- Loic Minier <lool at dooz.org> Thu, 15 Nov 2007 11:13:01 +0100
+
alogg (1.3.3-5) unstable; urgency=low
* Temporary upload to fix pending bugs.
Modified: unstable/alogg/trunk/debian/control
===================================================================
--- unstable/alogg/trunk/debian/control 2007-11-18 15:51:49 UTC (rev 90)
+++ unstable/alogg/trunk/debian/control 2007-12-15 14:08:49 UTC (rev 91)
@@ -4,13 +4,16 @@
Maintainer: Debian allegro packages maintainers <pkg-allegro-maintainers at lists.alioth.debian.org>
Uploaders: Alexandre Pineau <alexandre.pineau at free.fr>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
Build-Depends: debhelper (>= 5), liballegro4.2-dev, libvorbis-dev, quilt, texinfo
+Vcs-Svn: svn://svn.debian.org/svn/pkg-allegro/unstable/alogg/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-allegro/unstable/alogg/trunk/
Standards-Version: 3.7.2.2
Package: libalogg1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
-Conflicts: libalogg (<< 1.3.7-1)
+Conflicts: libalogg
+Replaces: libalogg
Description: Ogg/Vorbis library for Allegro - shared libraries
alogg is a library which makes it easier to use Ogg/Vorbis streams with
the Allegro gaming library. It offers facilities to decode, stream, and
@@ -30,15 +33,3 @@
those facilities with Allegro's datafile and sample loading routines.
.
This package contains the development files.
-
-Package: libalogg
-Section: libs
-Architecture: all
-Depends: libalogg1
-Description: Ogg/Vorbis library for Allegro (transitional package)
- alogg is a library which makes it easier to use Ogg/Vorbis streams with
- the Allegro gaming library. It offers facilities to decode, stream, and
- encode Ogg/Vorbis streams with URL and thread support, and integrates
- those facilities with Allegro's datafile and sample loading routines.
- .
- This is a transitional package for upgrades from previous versions.
Deleted: unstable/alogg/trunk/debian/libalogg.postinst
===================================================================
--- unstable/alogg/trunk/debian/libalogg.postinst 2007-11-18 15:51:49 UTC (rev 90)
+++ unstable/alogg/trunk/debian/libalogg.postinst 2007-12-15 14:08:49 UTC (rev 91)
@@ -1,51 +0,0 @@
-#! /bin/sh
-# postinst script for alogg
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-# * <postinst> `configure' <most-recently-configured-version>
-# * <old-postinst> `abort-upgrade' <new version>
-# * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-# <new-version>
-# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-# <failed-install-package> <version> `removing'
-# <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-# quoting from the policy:
-# Any necessary prompting should almost always be confined to the
-# post-installation script, and should be protected with a conditional
-# so that unnecessary prompting doesn't happen if a package's
-# installation fails and the `postinst' is called with `abort-upgrade',
-# `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
- configure)
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
-
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
-
-
-
-
Modified: unstable/alogg/trunk/debian/rules
===================================================================
--- unstable/alogg/trunk/debian/rules 2007-11-18 15:51:49 UTC (rev 90)
+++ unstable/alogg/trunk/debian/rules 2007-12-15 14:08:49 UTC (rev 91)
@@ -40,6 +40,7 @@
rm -f build-stamp configure-stamp
$(MAKE) clean
QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+ rm -rf .pc
dh_clean
install: build
More information about the Pkg-allegro-commits
mailing list