diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-14 20:27:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-14 20:27:03 -0400 |
commit | 1a48715a5ace338b880299a29e1529a66d2ce43e (patch) | |
tree | 2518136eae53029270e305b74241d34bb33b246a | |
parent | 75730dd5586b5c2c944c5caf9cd04b39a47c90f8 (diff) |
Debian: Add a menu file.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/menu | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6b94c4559..dc51d9967 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ git-annex (4.20130502) UNRELEASED; urgency=low the destination's default file permissions, as the local ones can be arbitrarily broken. (Ie, ----rwxr-x for files on Android) * migrate: Detect if a file gets corrupted while it's being migrated. + * Debian: Add a menu file. -- Joey Hess <joeyh@debian.org> Thu, 02 May 2013 20:39:19 -0400 diff --git a/debian/menu b/debian/menu new file mode 100644 index 000000000..59ae5041e --- /dev/null +++ b/debian/menu @@ -0,0 +1,2 @@ +?package(git-annex):needs="X11" section="Applications/Network" \ + title="git-annex assistant" command="git annex webapp" |