package qtorrent
tag 302124 patch
tag 304063 patch
thanks

Attached is a patch that fixes this problem by regenerating from the Qt UI 
files on build (which is a good idea anyway, IMO).

I will NMU this only if the maintainer doesn't take care of it first, so the 
patch to the changelog is only relevent in that case. =)

-- 
Wesley J. Landaker <[EMAIL PROTECTED]>
OpenPGP FP: 4135 2A3B 4726 ACC5 9094  0097 F0A9 8A4C 4CD6 E3D2
diff -ur original/qtorrent-0.9.6.1/debian/changelog fixed/qtorrent-0.9.6.1/debian/changelog
--- original/qtorrent-0.9.6.1/debian/changelog	2005-04-10 12:26:49.000000000 -0600
+++ fixed/qtorrent-0.9.6.1/debian/changelog	2005-04-10 13:05:13.000000000 -0600
@@ -1,3 +1,11 @@
+qtorrent (0.9.6.1-2.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Urgency high because previous package is now 100% broken
+  * Always regenerate from Qt .ui files (Closes: 302124, 304063)
+
+ -- Wesley J. Landaker <[EMAIL PROTECTED]>  Sun, 10 Apr 2005 12:59:58 -0600
+
 qtorrent (0.9.6.1-2) unstable; urgency=low
 
   * Made psyco Suggested instead of Recommended (Closes: 272932)
diff -ur original/qtorrent-0.9.6.1/debian/control fixed/qtorrent-0.9.6.1/debian/control
--- original/qtorrent-0.9.6.1/debian/control	2005-04-10 12:26:49.000000000 -0600
+++ fixed/qtorrent-0.9.6.1/debian/control	2005-04-10 13:05:13.000000000 -0600
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Lawrence Williams <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.2.20), python (>= 2.3), python (<< 2.4), python-dev (>= 2.3), python-dev (<< 2.4), python-qt3 (>= 3.11)
+Build-Depends: debhelper (>= 4.2.20), python (>= 2.3), python (<< 2.4), python-dev (>= 2.3), python-dev (<< 2.4), python-qt3 (>= 3.11), pyqt-tools
 Standards-Version: 3.6.1
 
 Package: qtorrent
diff -ur original/qtorrent-0.9.6.1/debian/rules fixed/qtorrent-0.9.6.1/debian/rules
--- original/qtorrent-0.9.6.1/debian/rules	2005-04-10 12:26:49.000000000 -0600
+++ fixed/qtorrent-0.9.6.1/debian/rules	2005-04-10 13:05:13.000000000 -0600
@@ -35,6 +35,11 @@
 
 	#$(DH_PY_INTERPRETER) setup.py build
 
+	# always regenerate from ui files
+	(cd pyqtorrent; pyuic torrentwidget.ui > torrentwidget.py)
+	(cd pyqtorrent; pyuic torrentwindow.ui > torrentwindow.py)
+	(cd pyqtorrent; pyuic torrentsettings.ui > torrentsettings.py)
+
 	touch build-stamp
 
 clean:

Attachment: pgp08fl9NVXg7.pgp
Description: PGP signature

Reply via email to