[Pkg-haskell-commits] [SCM] D-Bus activity visualiser branch, master, updated. debian/0.4.2-1-1-g0a2e0df
Louis Bettens
louis at bettens.info
Wed Jul 31 15:36:46 UTC 2013
The following commit has been merged in the master branch:
commit 0a2e0df2cc822754440a61cc3736dc00607b3ee4
Author: Louis Bettens <louis at bettens.info>
Date: Wed Jul 31 17:31:36 2013 +0200
/usr/share/bustle-0.4.2 -> /usr/share/bustle
diff --git a/debian/changelog b/debian/changelog
index 25e3086..effcb44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bustle (0.4.2-2) unstable; urgency=low
+
+ * /usr/share/bustle-0.4.2 -> /usr/share/bustle
+
+ -- Louis Bettens <louis at bettens.info> Wed, 31 Jul 2013 17:30:43 +0200
+
bustle (0.4.2-1) unstable; urgency=low
* [10d8853] Imported Upstream version 0.4.2
diff --git a/debian/control b/debian/control
index 84c9352..8c9ff5a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,6 +3,7 @@ Section: devel
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Hector Oron <zumbi at debian.org>, Iain Lane <laney at debian.org>
+ , Louis Bettens <louis at bettens.info>
Build-Depends: debhelper (>= 7.0.50)
, ghc (>= 6.10)
, pkg-config
diff --git a/debian/rules b/debian/rules
index b2d2248..34881fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ clean:
override_dh_auto_configure:
ghc -package Cabal Setup.hs -o setup
- ./setup configure --prefix /usr $(THREADED)
+ ./setup configure --prefix /usr $(THREADED) --datasubdir=bustle
override_dh_auto_build:
$(MAKE)
--
D-Bus activity visualiser
More information about the Pkg-haskell-commits
mailing list