debian/changelog | 6 ++++++ debian/dirs | 1 + debian/grandr.desktop | 12 ++++++++++++ debian/install | 1 + debian/rules | 1 + 5 files changed, 21 insertions(+)
New commits: commit 904e123292c1abec7c06b92607bcc2cb06fdb2bc Author: David Nusinow <[EMAIL PROTECTED]> Date: Thu Jun 28 21:26:08 2007 -0400 Add a .desktop file courtesy of Marcelo Boveto Shima diff --git a/debian/changelog b/debian/changelog index 6888308..da453b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grandr (0.1-3) unstable; urgency=low + + * Add a .desktop file courtesy of Marcelo Boveto Shima + + -- David Nusinow <[EMAIL PROTECTED]> Thu, 28 Jun 2007 21:11:13 -0400 + grandr (0.1-2) unstable; urgency=low [ Julien Cristau ] diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..9ecda26 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/share/applications diff --git a/debian/grandr.desktop b/debian/grandr.desktop new file mode 100644 index 0000000..934e5c2 --- /dev/null +++ b/debian/grandr.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Multiple screens +Comment=Configure multiple screens +Exec=grandr +Icon=display-capplet.png +Terminal=false +Type=Application +StartupNotify=true +Categories=GNOME;GTK;Settings;HardwareSettings;System; +OnlyShowIn=GNOME; +X-Ubuntu-Gettext-Domain=grandr diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..39774b0 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +debian/grandr.desktop usr/share/applications diff --git a/debian/rules b/debian/rules index f634c07..dd857f8 100755 --- a/debian/rules +++ b/debian/rules @@ -68,6 +68,7 @@ binary-arch: build install dh_installexamples dh_installmenu dh_installman + dh_install dh_link dh_strip dh_compress -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]