[SCM] bluedevil packaging branch, master, updated. debian/1.0.rc2-1-1-gb7dc050

George Kiagiadakis gkiagia-guest at alioth.debian.org
Sun Sep 5 11:52:04 UTC 2010


The following commit has been merged in the master branch:
commit b7dc05063fe3d91051ad3454c57c42f5d462c7d4
Author: George Kiagiadakis <kiagiadakis.george at gmail.com>
Date:   Sun Sep 5 14:51:28 2010 +0300

    Add transitional kbluetooth and kdebluetooth packages.
---
 debian/bluedevil.install |    1 +
 debian/changelog         |    6 ++++++
 debian/control           |   18 ++++++++++++++++++
 debian/rules             |    5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/debian/bluedevil.install b/debian/bluedevil.install
new file mode 100644
index 0000000..097923b
--- /dev/null
+++ b/debian/bluedevil.install
@@ -0,0 +1 @@
+usr/*
diff --git a/debian/changelog b/debian/changelog
index 67d5682..cd8ed3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bluedevil (1.0~rc2-2) UNRELEASED; urgency=low
+
+  * Add transitional kbluetooth and kdebluetooth packages.
+
+ -- George Kiagiadakis <kiagiadakis.george at gmail.com>  Sun, 05 Sep 2010 14:10:54 +0300
+
 bluedevil (1.0~rc2-1) unstable; urgency=low
 
   [ George Kiagiadakis ]
diff --git a/debian/control b/debian/control
index 3453af2..3530a4e 100644
--- a/debian/control
+++ b/debian/control
@@ -26,3 +26,21 @@ Description: The KDE bluetooth stack
     (disconnect devices, send files, configure, etc...)
   * A daemon to listen incoming petitions, for example to receive files
     or to introduce a requested PIN.
+
+Package: kdebluetooth
+Architecture: all
+Depends: bluedevil, ${misc:Depends}
+Description: dummy transition package for kdebluetooth to bluedevil
+ This is a dummy package to help on the transition from kdebluetooth to
+ bluedevil. You can safely remove it if you want.
+ .
+ It can also be removed from the Debian package once squeeze is released.
+
+Package: kbluetooth
+Architecture: all
+Depends: bluedevil, ${misc:Depends}
+Description: dummy transition package for kbluetooth to bluedevil
+ This is a dummy package to help on the transition from kbluetooth to
+ bluedevil. You can safely remove it if you want.
+ .
+ It can also be removed from the Debian package once squeeze is released.
diff --git a/debian/rules b/debian/rules
index f9cac87..9ee0283 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,5 +6,10 @@ override_dh_auto_configure:
 			-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
 			-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed"
 
+override_dh_gencontrol:
+	dh_gencontrol -pkdebluetooth -- -v1:0.4.2-3+obsolete
+	dh_gencontrol -pkbluetooth -- -v1:0.4.2-3+obsolete
+	dh_gencontrol -pbluedevil
+
 %:
 	dh --parallel --with kde $@

-- 
bluedevil packaging



More information about the pkg-kde-commits mailing list