grandr: Changes to 'debian-unstable'
debian/control | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
New commits:
commit 907bdaf9c114729355b62a8709c68d1da78deb72
Author: Julien Cristau <jcristau@debian.org>
Date: Thu Jun 21 14:33:04 2007 +0100
Minor debian/control fixups
Build-dep on libxrandr >= 1.2, add XS-Vcs-*, don't depend on an X server.
diff --git a/debian/control b/debian/control
index 36b407e..2ca2348 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,14 @@ Source: grandr
Section: x11
Priority: optional
Maintainer: David Nusinow <dnusinow@debian.org>
-Build-Depends: debhelper (>= 5), libgtk2.0-dev, libgconf2-dev
+Build-Depends: debhelper (>= 5), libgtk2.0-dev, libgconf2-dev, libxrandr (>= 2:1.2)
Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/app/grandr
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/grandr.git
Package: grandr
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 2:1.3.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: gtk interface to xrandr
A simple gtk interface to the X Resize And Rotate (XRandR) extension. This
allows you change the resolution and frequency of your monitor dynamically
commit 20c91723069c9cdd29dee4c473f79ff3d3135f3d
Author: Julien Cristau <jcristau@debian.org>
Date: Thu Jun 21 14:29:32 2007 +0100
Fix typo in description.
diff --git a/debian/control b/debian/control
index d3955db..36b407e 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Package: grandr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 2:1.3.0)
Description: gtk interface to xrandr
- A simple gtk interface to the X Resize And Roate (XRandR) extension. This
+ A simple gtk interface to the X Resize And Rotate (XRandR) extension. This
allows you change the resolution and frequency of your monitor dynamically
using a simple interface. For drivers that support it, it can also
configure the relative positioning of multiple monitors.
Reply to: