[Pkg-haskell-commits] [bustle] 01/02: d/control: Split out bustle-pcap into its own binary package. (Closes: #772148)
Iain Lane
laney at moszumanska.debian.org
Wed Jan 21 17:57:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
laney pushed a commit to branch master
in repository bustle.
commit 3ebad9f30183959e6eae046cc397997d7bd86cef
Author: Iain Lane <laney at debian.org>
Date: Wed Jan 21 17:30:44 2015 +0000
d/control: Split out bustle-pcap into its own binary package. (Closes: #772148)
---
debian/bustle-pcap.install | 1 +
debian/bustle.install | 2 ++
debian/changelog | 11 +++++++++++
debian/control | 16 +++++++++++++++-
debian/rules | 2 +-
5 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/debian/bustle-pcap.install b/debian/bustle-pcap.install
new file mode 100644
index 0000000..242724b
--- /dev/null
+++ b/debian/bustle-pcap.install
@@ -0,0 +1 @@
+usr/bin/bustle-pcap
diff --git a/debian/bustle.install b/debian/bustle.install
new file mode 100644
index 0000000..f73f493
--- /dev/null
+++ b/debian/bustle.install
@@ -0,0 +1,2 @@
+usr/share/*
+usr/bin/bustle
diff --git a/debian/changelog b/debian/changelog
index 4c751f4..456d8c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+bustle (0.4.7-3) UNRELEASED; urgency=medium
+
+ [ Ted Gould ]
+ * d/control: Split out bustle-pcap into its own binary package. (Closes:
+ #772148)
+
+ [ Iain Lane ]
+ * Add Breaks/Replaces for file move.
+
+ -- Ted Gould <ted at gould.cx> Fri, 05 Dec 2014 09:02:48 -0600
+
bustle (0.4.7-2) unstable; urgency=medium
* d/control: really build depend on intltool
diff --git a/debian/control b/debian/control
index e694cf2..24b236f 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-haskell/bustle.git
Package: bustle
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
+Recommends: bustle-pcap
Suggests: graphviz
Description: D-Bus activity visualiser
Bustle is a tool to chart and provide timing information of D-Bus
@@ -39,4 +40,17 @@ Description: D-Bus activity visualiser
data in Graphviz format.
.
This package contains the graphical visualizer for traces generated
- with the bustle-pcap tool.
+ with the bustle-pcap tool in the bustle-pcap package.
+
+Package: bustle-pcap
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: bustle (<< 0.4.7-3~)
+Replaces: bustle (<< 0.4.7-3~)
+Description: D-Bus traffic capture tool for the pcap format
+ Bustle is a tool to chart and provide timing information of D-Bus
+ calls for profiling and debugging purposes. It is intended to replace
+ reading the cryptic output of dbus-monitor.
+ .
+ This package contains the capture tool which will capture the D-Bus
+ traffic into a pcap file that can be visualized using Bustle.
diff --git a/debian/rules b/debian/rules
index 34881fb..6c84f82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,5 +21,5 @@ override_dh_auto_build:
./setup build
override_dh_install:
- ./setup copy --destdir debian/bustle
+ ./setup copy --destdir debian/tmp
dh_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/bustle.git
More information about the Pkg-haskell-commits
mailing list