--- ddccontrol-db-20061014.orig/debian/control +++ ddccontrol-db-20061014/debian/control @@ -0,0 +1,18 @@ +Source: ddccontrol-db +Section: utils +Priority: optional +Maintainer: Roberto C. Sanchez +Homepage: http://ddccontrol.sourceforge.net/ +Build-Depends: debhelper (>= 5) +Build-Depends-Indep: autotools-dev, intltool +Standards-Version: 3.7.3 +Vcs-Browser: http://ddccontrol.svn.sourceforge.net/viewvc/ddccontrol/ +Vcs-Svn: https://ddccontrol.svn.sourceforge.net/svnroot/ddccontrol + +Package: ddccontrol-db +Architecture: all +Depends: +Recommends: ddccontrol [i386 amd64 ia64 alpha arm armel] +Description: monitor database for ddccontrol + Database of monitors used by ddccontrol. This is mostly useless without + ddccontrol. --- ddccontrol-db-20061014.orig/debian/docs +++ ddccontrol-db-20061014/debian/docs @@ -0,0 +1,2 @@ +NEWS +README --- ddccontrol-db-20061014.orig/debian/dirs +++ ddccontrol-db-20061014/debian/dirs @@ -0,0 +1,2 @@ +usr/share +usr/share/locale --- ddccontrol-db-20061014.orig/debian/rules +++ ddccontrol-db-20061014/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + # Add here commands to configure the package. + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr + + +build: build-stamp + +build-stamp: config.status + dh_testdir + $(MAKE) + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/ddccontrol-db + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- ddccontrol-db-20061014.orig/debian/watch +++ ddccontrol-db-20061014/debian/watch @@ -0,0 +1,9 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +http://sf.net/ddccontrol/ddccontrol-db-(.*)\.tar\.bz2 --- ddccontrol-db-20061014.orig/debian/copyright +++ ddccontrol-db-20061014/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Roberto C. Sanchez on +Sun, 14 May 2006 22:49:27 -0400. + +It was downloaded from http://ddccontrol.sourceforge.net/ + +Copyright Holders: + +Copyright (c) 2004-2006 Nicolas Boichat +Copyright (c) 2004-2006 Oleg I. Vdovikin + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + --- ddccontrol-db-20061014.orig/debian/compat +++ ddccontrol-db-20061014/debian/compat @@ -0,0 +1 @@ +5 --- ddccontrol-db-20061014.orig/debian/changelog +++ ddccontrol-db-20061014/debian/changelog @@ -0,0 +1,36 @@ +ddccontrol-db (20061014-2) unstable; urgency=low + + * Updated to debhelper compatibility level 5. + * Acknowledge NMU, thanks to Amaya. + * debian/watch: Switch to Debian QA's SourceForge redirector + * debian/control: Add Vcs-Browser and Vcs-Cvs fields. + * debian/rules: placate lintian by properly calling '$(MAKE) distclean' + * Move rules to binary-indep target since package is arch: all + * Update to Standards-Version 3.7.3 (no changes required) + + -- Roberto C. Sanchez Sat, 17 May 2008 23:17:53 -0400 + +ddccontrol-db (20061014-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: Add arches to the Recommends field as per release goal. + (Closes: #436649). + + -- Amaya Rodrigo Sastre Mon, 31 Mar 2008 01:22:12 +0200 + +ddccontrol-db (20061014-1) unstable; urgency=low + + * New upstream release + * Update maintainer email address + * Update watch file compatibility + * Added a Recommends for ddccontrol + + -- Roberto C. Sanchez Sat, 14 Oct 2006 08:23:00 -0400 + +ddccontrol-db (20060730-1) unstable; urgency=low + + * Initial Release. + * Resolve ITP (closes: #322978) + + -- Roberto C. Sanchez Sun, 30 Jul 2006 21:53:16 -0400 +