From: <el_...@us...> - 2007-10-28 07:10:13
|
Revision: 744 http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=744&view=rev Author: el_cubano Date: 2007-10-28 00:10:01 -0700 (Sun, 28 Oct 2007) Log Message: ----------- Convert from old Hompage pseudo-field to new Homepage field in debian/control Modified Paths: -------------- debian/ddccontrol/trunk/debian/control debian/ddccontrol-db/trunk/debian/control Modified: debian/ddccontrol/trunk/debian/control =================================================================== --- debian/ddccontrol/trunk/debian/control 2007-10-28 06:57:27 UTC (rev 743) +++ debian/ddccontrol/trunk/debian/control 2007-10-28 07:10:01 UTC (rev 744) @@ -2,6 +2,7 @@ Section: utils Priority: optional Maintainer: Roberto C. Sanchez <ro...@co...> +Homepage: http://ddccontrol.sourceforge.net/ Build-Depends: debhelper (>= 5), autotools-dev, pciutils-dev, libpanel-applet2-dev, intltool, libxml2-dev, xml-core, xsltproc, tidy, zlib1g-dev Standards-Version: 3.7.2 @@ -12,8 +13,6 @@ DDCcontrol is a tool used to control monitor parameters, like brightness and contrast, without using the OSD (On Screen Display) and the buttons in front of the monitor. This package includes a GNOME-based GUI. - . - Homepage: http://ddccontrol.sourceforge.net/ Package: ddccontrol Architecture: i386 amd64 ia64 alpha arm @@ -22,8 +21,6 @@ DDCcontrol is a tool used to control monitor parameters, like brightness and contrast, without using the OSD (On Screen Display) and the buttons in front of the monitor. - . - Homepage: http://ddccontrol.sourceforge.net/ Package: libddccontrol-dev Section: libdevel @@ -31,8 +28,6 @@ Depends: libddccontrol0 (= ${Source-Version}) Description: development library for ddccontrol Header files and static library for compiling against libddccontrol. - . - Homepage: http://ddccontrol.sourceforge.net/ Package: libddccontrol0 Section: libs @@ -40,6 +35,4 @@ Depends: ${shlibs:Depends} Description: shared library for ddccontrol Shared library for use by ddccontrol. - . - Homepage: http://ddccontrol.sourceforge.net/ Modified: debian/ddccontrol-db/trunk/debian/control =================================================================== --- debian/ddccontrol-db/trunk/debian/control 2007-10-28 06:57:27 UTC (rev 743) +++ debian/ddccontrol-db/trunk/debian/control 2007-10-28 07:10:01 UTC (rev 744) @@ -2,6 +2,7 @@ Section: utils Priority: optional Maintainer: Roberto C. Sanchez <ro...@co...> +Homepage: http://ddccontrol.sourceforge.net/ Build-Depends: debhelper (>= 5) Build-Depends-Indep: autotools-dev, intltool Standards-Version: 3.7.2 @@ -13,5 +14,3 @@ Description: monitor database for ddccontrol Database of monitors used by ddccontrol. This is mostly useless without ddccontrol. - . - Homepage: http://ddccontrol.sourceforge.net/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |