[Python-apps-commits] r1658 - in packages/vboxgtk/trunk/debian (changelog control rules)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Aug 14 20:24:09 UTC 2008
Date: Thursday, August 14, 2008 @ 20:24:08
Author: piotr
Revision: 1658
* add dh_pysupport call in debian/rules
* add python-glade2 and python-gobject to Depends, remove python
Modified:
packages/vboxgtk/trunk/debian/changelog
packages/vboxgtk/trunk/debian/control
packages/vboxgtk/trunk/debian/rules
Modified: packages/vboxgtk/trunk/debian/changelog
===================================================================
--- packages/vboxgtk/trunk/debian/changelog 2008-08-12 23:01:17 UTC (rev 1657)
+++ packages/vboxgtk/trunk/debian/changelog 2008-08-14 20:24:08 UTC (rev 1658)
@@ -3,4 +3,3 @@
* Initial release (Closes: #494684).
-- Devid Antonio Filoni <d.filoni at ubuntu.com> Mon, 11 Aug 2008 13:04:52 +0200
-
Modified: packages/vboxgtk/trunk/debian/control
===================================================================
--- packages/vboxgtk/trunk/debian/control 2008-08-12 23:01:17 UTC (rev 1657)
+++ packages/vboxgtk/trunk/debian/control 2008-08-14 20:24:08 UTC (rev 1658)
@@ -12,7 +12,8 @@
Package: vboxgtk
Architecture: all
-Depends: ${python:Depends}, virtualbox-ose | virtualbox, python-gtk2, python
+Depends: ${python:Depends}, virtualbox-ose | virtualbox, python-gtk2,
+ python-glade2, python-gobject
XB-Python-Version: ${python:Versions}
Description: simple GTK+ frontend for VirtualBox
VirtualBox is a free x86 virtualization solution allowing a wide range of x86
Modified: packages/vboxgtk/trunk/debian/rules
===================================================================
--- packages/vboxgtk/trunk/debian/rules 2008-08-12 23:01:17 UTC (rev 1657)
+++ packages/vboxgtk/trunk/debian/rules 2008-08-14 20:24:08 UTC (rev 1658)
@@ -1,3 +1,6 @@
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
+
+binary-install/vboxgtk::
+ dh_pysupport
\ No newline at end of file
More information about the Python-apps-commits
mailing list