Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,15 @@ driftnet (0.1.6-6) unstable; urgency=low
* Added .desktop file, from Ubuntu.
(Closes: #375511)

-- Steve Kemp <skx@debian.org> Thu, 26 June 2006 16:12:04 +0000
-- Steve Kemp <skx@debian.org> Mon, 26 Jun 2006 16:12:04 +0000

driftnet (0.1.6-5) unstable; urgency=low

* Make sure each image file is closed after loading.
(Closes: #337400)
* Updated standards version to 3.7.2, no changes.

-- Steve Kemp <skx@debian.org> Thu, 12 May 2006 15:57:43 +0000
-- Steve Kemp <skx@debian.org> Fri, 12 May 2006 15:57:43 +0000

driftnet (0.1.6-4) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 13),
libwebsockets-dev (>= 3.2.0),
libwebp-dev
Rules-Requires-Root: no
Standards-Version: 4.6.1
Standards-Version: 4.6.2
Homepage: https://github.com/deiv/driftnet
Vcs-Browser: https://github.com/deiv/driftnet
Vcs-Git: https://github.com/deiv/driftnet.git -b debian
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

%:
dh $@ --with autoreconf
dh $@

override_dh_install:
dh_install debian/driftnet.desktop /usr/share/applications
Expand Down