diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-10-19 14:23:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-10-19 14:23:48 -0400 |
commit | 461e61e67dfcdcab17169f0d872ecf2204f46a0c (patch) | |
tree | b7abb137f2e46e0ca2e3f7f8afeab6c68fa44703 | |
parent | 8175de6760bbfe266291c24f786c03d97c598d13 (diff) |
Debian: Remote menu file, since a desktop file is provided and lintian says there can be only one.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/menu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 88c25f0fe..54093dd1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -49,6 +49,8 @@ git-annex (5.20151019) unstable; urgency=medium and stop recommending bittornado | bittorrent. * Debian: Remove build dependency on transformers library, as it is now included in ghc. + * Debian: Remote menu file, since a desktop file is provided and + lintian says there can be only one. -- Joey Hess <id@joeyh.name> Mon, 19 Oct 2015 13:59:01 -0400 diff --git a/debian/menu b/debian/menu deleted file mode 100644 index 20790a94c..000000000 --- a/debian/menu +++ /dev/null @@ -1,2 +0,0 @@ -?package(git-annex):needs="X11" section="Applications/Network/File Transfer" \ - title="git-annex assistant" command="git-annex webapp" |