diff -u ddccontrol-0.4.2/debian/control ddccontrol-0.4.2/debian/control --- ddccontrol-0.4.2/debian/control +++ ddccontrol-0.4.2/debian/control @@ -1,7 +1,8 @@ Source: ddccontrol Section: utils Priority: optional -Maintainer: Debian QA Group +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian QA Group Homepage: http://ddccontrol.sourceforge.net/ Build-Depends: debhelper (>= 5), autotools-dev, libpci-dev, libpanel-applet2-dev, intltool, libxml2-dev, xml-core, xsltproc, tidy, zlib1g-dev Standards-Version: 3.9.1 @@ -10,7 +11,7 @@ Package: gddccontrol Architecture: i386 amd64 ia64 alpha arm armel armhf -Depends: ddccontrol (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Depends: ddccontrol (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, gksu Description: a program to control monitor parameters DDCcontrol is a tool used to control monitor parameters, like brightness and contrast, without using the OSD (On Screen Display) and the buttons diff -u ddccontrol-0.4.2/debian/changelog ddccontrol-0.4.2/debian/changelog --- ddccontrol-0.4.2/debian/changelog +++ ddccontrol-0.4.2/debian/changelog @@ -1,3 +1,11 @@ +ddccontrol (0.4.2-8ubuntu1) oneiric; urgency=low + + * Merge from debian unstable (LP: #778914). Remaining changes: + - Use gksu in gddccontrol.desktop to get access to the DDC/CI device. + * debian/control: Add gksu depends in gddccontrol package. + + -- Mahyuddin Susanto Wed, 29 Jun 2011 15:10:01 +0700 + ddccontrol (0.4.2-8) unstable; urgency=low * QA upload. @@ -13,12 +21,32 @@ -- Hector Oron Mon, 28 Mar 2011 17:21:18 +0000 +ddccontrol (0.4.2-6ubuntu1) lucid; urgency=low + + * Merge from debian testing, remaining changes: + - Use gksu in gddccontrol.desktop to get access to the DDC/CI device + - debian/control: + - add pciutils-dev | libpci-dev to b-d to make it build + + -- Stephan Hermann Fri, 06 Nov 2009 07:50:23 +0000 + ddccontrol (0.4.2-6) unstable; urgency=low * Orphaning this package. Maintainer set to Debian QA Group. -- Roberto C. Sanchez Thu, 10 Sep 2009 20:47:21 -0400 +ddccontrol (0.4.2-5ubuntu1) intrepid; urgency=low + + * Merge from debian unstable, remaining changes: + - Use gksu in gddccontrol.desktop to get access to the DDC/CI device + * debian/control: + - add pciutils-dev | libpci-dev to b-d to make it build + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- Stephan Hermann Mon, 05 May 2008 14:57:29 +0200 + ddccontrol (0.4.2-5) unstable; urgency=low * Change to build with libpci-dev, fixes FTBFS (Closes: #478369) @@ -26,6 +54,13 @@ -- Roberto C. Sanchez Tue, 29 Apr 2008 02:02:56 -0400 +ddccontrol (0.4.2-4ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - Use gksu in gddccontrol.desktop to get access to the DDC/CI device + + -- Stephan Hermann Thu, 17 Jan 2008 20:13:48 +0100 + ddccontrol (0.4.2-4) unstable; urgency=low * debian/watch: Switch to Debian QA's SourceForge redirector. @@ -41,6 +76,12 @@ -- Roberto C. Sanchez Wed, 16 Jan 2008 22:44:36 -0500 +ddccontrol (0.4.2-3ubuntu1) gutsy; urgency=low + + * Use gksu in gddccontrol.desktop to get access to the DDC/CI device + + -- Emmet Hikory Sat, 06 Oct 2007 08:42:50 +0900 + ddccontrol (0.4.2-3) unstable; urgency=low * Updated to debhelper compatibility level 5. only in patch2: unchanged: --- ddccontrol-0.4.2.orig/src/gddccontrol/gddccontrol.desktop.in +++ ddccontrol-0.4.2/src/gddccontrol/gddccontrol.desktop.in @@ -2,7 +2,7 @@ Encoding=UTF-8 Name=Monitor Settings Comment=Set your monitor preferences (contrast, brightness,...) and manage your profiles -Exec=gddccontrol +Exec=gksu gddccontrol Icon=gddccontrol Terminal=false Type=Application