Bug#604653: ddccontrol: Please add armhf support

2011-03-28 Thread Hector Oron
Hi,

  A porter NMU has been uploaded to DELAYED/7

  Please check NMU diff is fine and let us know if there is any issue before the
time expires. Please note that autotools scripts have been regenerated at build
time.


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
@@ -4,12 +4,12 @@
 Maintainer: Debian QA Group packa...@qa.debian.org
 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.7.3
+Standards-Version: 3.9.1
 Vcs-Browser: http://ddccontrol.svn.sourceforge.net/viewvc/ddccontrol/
 Vcs-Svn: https://ddccontrol.svn.sourceforge.net/svnroot/ddccontrol
 
 Package: gddccontrol
-Architecture: i386 amd64 ia64 alpha arm armel
+Architecture: i386 amd64 ia64 alpha arm armel armhf
 Depends: ddccontrol (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: a program to control monitor parameters
  DDCcontrol is a tool used to control monitor parameters, like brightness
@@ -17,7 +17,7 @@
  in front of the monitor.  This package includes a GNOME-based GUI.
 
 Package: ddccontrol
-Architecture: i386 amd64 ia64 alpha arm armel
+Architecture: i386 amd64 ia64 alpha arm armel armhf 
 Depends: ddccontrol-db (= 20060308), ${shlibs:Depends}, ${misc:Depends}
 Description: a program to control monitor parameters
  DDCcontrol is a tool used to control monitor parameters, like brightness
@@ -26,14 +26,14 @@
 
 Package: libddccontrol-dev
 Section: libdevel
-Architecture: i386 amd64 ia64 alpha arm armel
+Architecture: i386 amd64 ia64 alpha arm armel armhf 
 Depends: libddccontrol0 (= ${binary:Version})
 Description: development library for ddccontrol
  Header files and static library for compiling against libddccontrol.
 
 Package: libddccontrol0
 Section: libs
-Architecture: i386 amd64 ia64 alpha arm armel
+Architecture: i386 amd64 ia64 alpha arm armel armhf
 Depends: ${shlibs:Depends}
 Description: shared library for ddccontrol
  Shared library for use by ddccontrol.
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-6.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+- Add armhf to architectures list. (Closes: DebianBug#604653)
+- Bump standards version to 3.9.1
+
+ -- Hector Oron zu...@debian.org  Mon, 28 Mar 2011 16:41:24 +
+
 ddccontrol (0.4.2-6) unstable; urgency=low
 
   * Orphaning this package. Maintainer set to Debian QA Group.
only in patch2:
unchanged:
--- ddccontrol-0.4.2.orig/config.sub
+++ ddccontrol-0.4.2/config.sub
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-#   Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
+#   Free Software Foundation, Inc.
 
-timestamp='2006-02-27'
+timestamp='2010-01-22'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -32,13 +32,16 @@
 
 
 # Please send patches to config-patc...@gnu.org.  Submit a context
-# diff and a properly formatted ChangeLog entry.
+# diff and a properly formatted GNU ChangeLog entry.
 #
 # Configuration subroutine to validate and canonicalize a configuration type.
 # Supply the specified configuration type as an argument.
 # If it is invalid, we print an error message on stderr and exit with code 1.
 # Otherwise, we print the canonical config type on stdout and succeed.
 
+# You can get the latest version of this script from:
+# 
http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD
+
 # This file is supposed to be the same for all GNU packages
 # and recognize all the CPU types, system types and aliases
 # that are meaningful with *any* GNU software.
@@ -72,8 +75,9 @@
 version=\
 GNU config.sub ($timestamp)
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
+Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -122,6 +126,7 @@
 case $maybe_os in
   nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
   uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | 
netbsd*-gnu* | \
+  kopensolaris*-gnu* | \
   storm-chaos* | os2-emx* | rtmk-nova*)
 os=-$maybe_os
 basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
@@ -148,10 +153,13 @@

Bug#604653: ddccontrol: Please add armhf support

2011-03-28 Thread Hector Oron
Hi,

On Mon, Mar 28, 2011 at 05:48:45PM +0100, Hector Oron wrote:
 Hi,
 
   A porter NMU has been uploaded to DELAYED/7

  QA upload done instead.

Cheers,
-- 
 Héctor Orón

Our Sun unleashes tremendous flares expelling hot gas into the Solar System, 
which one day will disconnect us.

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#604653: ddccontrol: Please add armhf support

2010-11-23 Thread Konstantinos Margaritis
Source: ddccontrol
Severity: wishlist
Tags: patch

Hi,

The armhf port has reached a very good state (at 87%) at debian-ports.org,
and I'm now mass-filing bug reports to packages for armhf support.
Most packages just have to add armhf in the architecture field. The complete
list is in http://wiki.debian.org/ArmHardFloatTodo

The package builds fine using the attached patch.

Please consider adding armhf support. :)

Regards

Konstantinos


-- System Information:
Debian Release: squeeze/sid
Architecture: armhf (armv7l)

Kernel: Linux 2.6.31.14-efikamx (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -ruN ddccontrol-0.4.2/debian/control ddccontrol-0.4.2.armhf/debian/control
--- ddccontrol-0.4.2/debian/control	2010-11-22 23:15:54.0 +
+++ ddccontrol-0.4.2.armhf/debian/control	2010-11-22 23:08:52.109776367 +
@@ -9,7 +9,7 @@
 Vcs-Svn: https://ddccontrol.svn.sourceforge.net/svnroot/ddccontrol
 
 Package: gddccontrol
-Architecture: i386 amd64 ia64 alpha arm armel
+Architecture: i386 amd64 ia64 alpha arm armel armhf
 Depends: ddccontrol (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: a program to control monitor parameters
  DDCcontrol is a tool used to control monitor parameters, like brightness
@@ -17,7 +17,7 @@
  in front of the monitor.  This package includes a GNOME-based GUI.
 
 Package: ddccontrol
-Architecture: i386 amd64 ia64 alpha arm armel
+Architecture: i386 amd64 ia64 alpha arm armel armhf 
 Depends: ddccontrol-db (= 20060308), ${shlibs:Depends}, ${misc:Depends}
 Description: a program to control monitor parameters
  DDCcontrol is a tool used to control monitor parameters, like brightness
@@ -26,14 +26,14 @@
 
 Package: libddccontrol-dev
 Section: libdevel
-Architecture: i386 amd64 ia64 alpha arm armel
+Architecture: i386 amd64 ia64 alpha arm armel armhf 
 Depends: libddccontrol0 (= ${binary:Version})
 Description: development library for ddccontrol
  Header files and static library for compiling against libddccontrol.
 
 Package: libddccontrol0
 Section: libs
-Architecture: i386 amd64 ia64 alpha arm armel
+Architecture: i386 amd64 ia64 alpha arm armel armhf
 Depends: ${shlibs:Depends}
 Description: shared library for ddccontrol
  Shared library for use by ddccontrol.