diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/bluetooth-firmware-bcm.install (renamed from debian/bt-firmware-43xx.install) | 1 | ||||
-rw-r--r-- | debian/bluetooth-firmware-bcm.postinst.in (renamed from debian/bt-firmware-43xx.postinst.in) | 0 | ||||
-rwxr-xr-x | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 10 | ||||
-rwxr-xr-x | debian/rules | 2 |
5 files changed, 12 insertions, 7 deletions
diff --git a/debian/bt-firmware-43xx.install b/debian/bluetooth-firmware-bcm.install index 4ae9840..a99d1b4 100644 --- a/debian/bt-firmware-43xx.install +++ b/debian/bluetooth-firmware-bcm.install @@ -1,3 +1,2 @@ usr/bin/* usr/etc/bluetooth/BCM4330B1_002.001.003.0221.0265.hcd -usr/etc/bluetooth/* diff --git a/debian/bt-firmware-43xx.postinst.in b/debian/bluetooth-firmware-bcm.postinst.in index cb03b3c..cb03b3c 100644 --- a/debian/bt-firmware-43xx.postinst.in +++ b/debian/bluetooth-firmware-bcm.postinst.in diff --git a/debian/changelog b/debian/changelog index b06cbd4..fb08aec 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bluetooth-firmware-bcm (0.1.3) unstable; urgency=low + + * rename bt-firmware-43xx to bluetooth-firmware-bcm + + -- Jaekyun Lee <jkyun.lee@samsung.com> Sat, 11 Aug 2012 14:26:05 +0900 + bt-firmware-43xx (0.1.2) unstable; urgency=low * Fix set bd bug as TAPI IMEI API deprecated diff --git a/debian/control b/debian/control index ec8cb24..91d830a 100644 --- a/debian/control +++ b/debian/control @@ -1,23 +1,23 @@ -Source: bt-firmware-43xx +Source: bluetooth-firmware-bcm Section: devel Priority: optional Maintainer: DoHyun Pyun <dh79.pyun@samsung.com>, ChanYeol Park <chanyeol.park@samsung.com>, Girish A J <girish.joshi@samsung.com>, InJun Yang <injun.yang@samsung.com>, Jaekyun Lee <jkyun.lee@samsung.com> Uploaders: Sunil Behera <sunil.behera@samsung.com>, Syam Sidhardhan <s.syam@samsung.com> -Build-Depends: debhelper (>= 5), libglib2.0-dev, libdbus-glib-1-dev, libvconf-dev +Build-Depends: debhelper (>= 5), libglib2.0-dev, libvconf-dev Standards-Version: 3.7.2 Homepage: N/A -Package: bt-firmware-43xx +Package: bluetooth-firmware-bcm Architecture: any Section: utils Depends: ${shlibs:Depends}, ${misc:Depends}, bluetooth-tools Description: firmware and tools firmware and tools -Package: bt-firmware-43xx-dbg +Package: bluetooth-firmware-bcm-dbg Section: debug Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, bt-firmware-43xx (= ${Source-Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, bluetooth-firmware-bcm (= ${Source-Version}) Description: Tools for bluetooth-firmware-bcm (unstripped) The package contains detached debugging symbols for the binary packages produced by the bt-firmware-43xx soruce. diff --git a/debian/rules b/debian/rules index 116771c..531d1a1 100755 --- a/debian/rules +++ b/debian/rules @@ -97,7 +97,7 @@ binary-arch: build install # dh_installinfo dh_installman dh_link - dh_strip --dbg-package=bt-firmware-43xx-dbg + dh_strip --dbg-package=bluetooth-firmware-bcm-dbg dh_compress dh_fixperms # dh_perl |