[Pkg-haskell-commits] [bustle] branch master updated (0a2e0df -> 97d3bed)
Hector Oron
zumbi at moszumanska.debian.org
Tue Sep 23 22:29:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
zumbi pushed a change to branch master
in repository bustle.
from 0a2e0df /usr/share/bustle-0.4.2 -> /usr/share/bustle
new 9ba4748 Imported Upstream version 0.4.7
new b5b920b Merge tag 'upstream/0.4.7'
new 9d34744 d/patches: drop patches merged upstream
new 2c93b9a d/control: b-dep on haskell gettext, bump standards version
new 2873c58 d/patches: use system /usr as prefix
new 97d3bed Release Debian version bustle-0.4.7-1
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Bustle.hs | 2 +
Bustle/Application/Monad.hs | 23 +-
Bustle/Diagram.hs | 4 +-
Bustle/Loader.hs | 5 +-
Bustle/Monitor.hs | 11 +-
Bustle/Noninteractive.hs | 9 +-
Bustle/StatisticsPane.hs | 35 +--
Bustle/Translation.hs | 25 ++
Bustle/UI.hs | 30 +--
Bustle/UI/AboutDialog.hs | 15 +-
Bustle/UI/DetailsView.hs | 27 ++-
Bustle/UI/FilterDialog.hs | 5 +-
Bustle/UI/Recorder.hs | 8 +-
Bustle/Util.hs | 3 +-
INSTALL | 31 ++-
Makefile | 57 ++++-
NEWS | 46 ++++
Setup.hs | 113 ++++++++-
bustle.cabal | 38 ++-
bustle.sh | 3 +
c-sources/bustle-pcap.c | 4 +-
c-sources/pcap-monitor.c | 37 ++-
data/bustle.appdata.xml.in | 24 ++
data/bustle.desktop.in | 9 +
data/bustle.png | Bin 1282 -> 0 bytes
data/bustle.ui | 19 +-
data/icons/16x16/bustle.png | Bin 0 -> 519 bytes
data/icons/22x22/bustle.png | Bin 0 -> 716 bytes
data/icons/256x256/bustle.png | Bin 0 -> 8774 bytes
data/icons/32x32/bustle.png | Bin 0 -> 1049 bytes
data/icons/48x48/bustle.png | Bin 0 -> 1669 bytes
data/icons/scalable/bustle.svg | 266 +++++++++++++++++++++
debian/changelog | 9 +
debian/control | 3 +-
debian/patches/series | 2 +-
...as-preifx.patch => use-system-usr-prefix.patch} | 20 +-
po/en.po | 164 +++++++++++++
po/messages.pot | 157 ++++++++++++
38 files changed, 1055 insertions(+), 149 deletions(-)
create mode 100644 Bustle/Translation.hs
create mode 100644 data/bustle.appdata.xml.in
create mode 100644 data/bustle.desktop.in
delete mode 100644 data/bustle.png
create mode 100644 data/icons/16x16/bustle.png
create mode 100644 data/icons/22x22/bustle.png
create mode 100644 data/icons/256x256/bustle.png
create mode 100644 data/icons/32x32/bustle.png
create mode 100644 data/icons/48x48/bustle.png
create mode 100644 data/icons/scalable/bustle.svg
rename debian/patches/{use-usr-as-preifx.patch => use-system-usr-prefix.patch} (74%)
create mode 100644 po/en.po
create mode 100644 po/messages.pot
--
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