ok, attached is the result of debdiffs in debian/ in both versions. i'll upload as soon as pbuilder is done with the build.
cheers, piem On Sun, Aug 13, 2006 at 05:11:41PM +0200, Florian Ragwitz wrote: > On Sun, Aug 13, 2006 at 04:59:11PM +0200, Paul Brossier wrote: > > On Sun, Aug 13, 2006 at 04:05:02PM +0200, Florian Ragwitz wrote: > > > On Sun, Aug 13, 2006 at 03:18:44PM +0200, Paul Brossier wrote: > > > > The PyAlsaAudio package contains bindings for the ALSA sound api. > > > > > > This package is already available in unstable. > > > > mmh, you didn't report the ITP and it is not installed for powerpc (?), > > so i couldn't find it... > > Yes, it has been accepted yesterday. Also it already built fine on ppc. > It's just not installed yet. > > > > I'd be glad to maintain it together with you, if you like. > > > > ok, great. we ended up with very similar packages (see > > http://people.debian.org/~piem). i'll upload an upstream update later > > today, merging the two versions and adding myself as a maintainer. > > Great! > > > -Flo > > -- > BOFH excuse #340: > Well fix that in the next (upgrade, update, patch release, service pack).
diff -Nru /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/changelog
/tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/changelog
--- /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/changelog 2006-08-13
17:27:06.000000000 +0200
+++ /tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/changelog 2006-08-13
17:27:09.000000000 +0200
@@ -1,5 +1,28 @@
+pyalsaaudio (0.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Add a watch file
+ * Use debian/examples and debian/docs
+ * Merge changelog with ubuntu
+ * Add myself to uploaders field
+ * Upload to debian (closes: #382796)
+
+ -- Paul Brossier <[EMAIL PROTECTED]> Sun, 13 Aug 2006 17:08:01 +0200
+
pyalsaaudio (0.1-1) unstable; urgency=low
* Initial release.
-- Florian Ragwitz <[EMAIL PROTECTED]> Wed, 9 Aug 2006 00:18:33 +0200
+
+pyalsaaudio (0.1-1ubuntu1) hoary; urgency=low
+
+ * Upload to hoary with python2.4 support
+
+ -- Thom May <[EMAIL PROTECTED]> Sat, 29 Jan 2005 12:47:04 +0000
+
+pyalsaaudio (0.1-1) unstable; urgency=low
+
+ * First upload.
+
+ -- Thom May <[EMAIL PROTECTED]> Fri, 07 Jan 2005 19:19:49 +0000
diff -Nru /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/control
/tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/control
--- /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/control 2006-08-13
17:27:06.000000000 +0200
+++ /tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/control 2006-08-13
17:27:09.000000000 +0200
@@ -2,7 +2,8 @@
Section: sound
Priority: optional
Maintainer: Florian Ragwitz <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev, libasound2-dev,
python-support (>= 0.3)
+Uploaders: Paul Brossier <[EMAIL PROTECTED]>
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11),
python-support (>= 0.3), libasound2-dev
XS-Python-Version: all
Standards-Version: 3.7.2
diff -Nru /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/copyright
/tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/copyright
--- /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/copyright 2006-08-13
17:27:06.000000000 +0200
+++ /tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/copyright 2006-08-13
17:27:09.000000000 +0200
@@ -1,5 +1,8 @@
-This package was debianized by Florian Ragwitz <[EMAIL PROTECTED]> on
-Wed, 09 Aug 2006 01:00:49 +0200.
+This package was first debianized by Thom May <[EMAIL PROTECTED]> on Fri, 07
Jan
+2005 19:19:49 +0000.
+
+This package was refactored to the new python policy by Florian Ragwitz
+<[EMAIL PROTECTED]> on Wed, 09 Aug 2006 01:00:49 +0200.
Copyright holder: Casper Wilstrup <[EMAIL PROTECTED]>
diff -Nru /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/docs
/tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/docs
--- /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/docs 1970-01-01 01:00:00.000000000
+0100
+++ /tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/docs 2006-08-13 17:27:09.000000000
+0200
@@ -0,0 +1,2 @@
+README
+TODO
diff -Nru /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/examples
/tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/examples
--- /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/examples 1970-01-01
01:00:00.000000000 +0100
+++ /tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/examples 2006-08-13
17:27:09.000000000 +0200
@@ -0,0 +1,4 @@
+mixertest.py
+playbacktest.py
+recordtest.py
+test.py
diff -Nru /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/rules
/tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/rules
--- /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/rules 2006-08-13
17:27:06.000000000 +0200
+++ /tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/rules 2006-08-13
17:27:09.000000000 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/make -f
+#! /usr/bin/make -f
PYDEF=$(shell pyversions -d)
PYVERS=$(shell pyversions -r)
@@ -8,7 +8,7 @@
dh_testdir
set -e; \
for python in $(PYVERS); do \
- python=$$(echo $$python |sed "s/$(PYDEF)/python/"); \
+ python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \
$$python setup.py build; \
done
touch build-stamp
@@ -16,10 +16,10 @@
clean:
dh_testdir
for python in $(PYVERS); do \
- python=$$(echo $$python |sed "s/$(PYDEF)/python/"); \
+ python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \
$$python setup.py clean; \
done
- rm -rf build-stamp build
+ rm -rf build build-stamp
dh_clean
install: build
@@ -29,17 +29,18 @@
set -e; \
for python in $(PYVERS); do \
python=$$(echo $$python | sed "s/$(PYDEF)/python/"); \
- $$python setup.py install --root=debian/python-alsaaudio; \
+ $$python setup.py install
--root=$(CURDIR)/debian/python-alsaaudio --no-compile; \
done
binary-indep: build install
+ # nothing to do here
binary-arch: build install
dh_testdir
dh_testroot
- dh_installdocs TODO README
+ dh_installdocs
dh_installchangelogs
- dh_installexamples *test.py
+ dh_installexamples
dh_strip
dh_compress
dh_fixperms
diff -Nru /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/watch
/tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/watch
--- /tmp/JSP0dWP10L/pyalsaaudio-0.1/debian/watch 1970-01-01
01:00:00.000000000 +0100
+++ /tmp/fYweu6GoZF/pyalsaaudio-0.2/debian/watch 2006-08-13
17:27:09.000000000 +0200
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/pyalsaaudio/pyalsaaudio-(.*)\.tgz debian uupdate
signature.asc
Description: Digital signature

