--- dconf-0.4.2.orig/debian/dirs +++ dconf-0.4.2/debian/dirs @@ -0,0 +1,3 @@ +etc/ +usr/bin +var/log/dconf --- dconf-0.4.2.orig/debian/changelog +++ dconf-0.4.2/debian/changelog @@ -0,0 +1,28 @@ +dconf (0.4.2-4) unstable; urgency=low + + * Removed /usr/sbin from debian/dirs + * Changed Architecture to all + + -- Leo Eraly Thu, 18 Aug 2005 17:08:26 +0200 + +dconf (0.4.2-3) unstable; urgency=low + + * Modified short and long description + * Added V4 compat level + * Removed .svn directories + + -- Leo Eraly Tue, 16 Aug 2005 23:59:04 +0200 + +dconf (0.4.2-2) unstable; urgency=low + + * Removed README.debian + * Changed Standards-Version to 3.6.2 + + -- Leo Eraly Tue, 16 Aug 2005 12:37:21 +0200 + +dconf (0.4.2-1) unstable; urgency=low + + * Initial Release. + + -- Leo Eraly Tue, 16 Aug 2005 12:37:10 +0200 + --- dconf-0.4.2.orig/debian/control +++ dconf-0.4.2/debian/control @@ -0,0 +1,16 @@ +Source: dconf +Section: admin +Priority: optional +Maintainer: Leo Eraly +Build-Depends: debhelper (>= 4.0.0) , python +Standards-Version: 3.6.2 + +Package: dconf +Architecture: all +Depends: ${python:Depends} +Description: collect system information + Dconf is a tool to collect a system's hardware + and software configuration. + It allows to take your system configuration with + you or compare systems (like nodes in a cluster) to + troubleshoot hardware or software problems. --- dconf-0.4.2.orig/debian/compat +++ dconf-0.4.2/debian/compat @@ -0,0 +1 @@ +4 --- dconf-0.4.2.orig/debian/rules +++ dconf-0.4.2/debian/rules @@ -0,0 +1,95 @@ +#!/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 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + @find . -type d -name .svn -print0 | xargs -0 rm -rf + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + #docbook-to-man debian/dconf.sgml > dconf.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/dconf. + $(MAKE) install DESTDIR=$(CURDIR)/debian/dconf + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl + dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- dconf-0.4.2.orig/debian/substvars +++ dconf-0.4.2/debian/substvars @@ -0,0 +1 @@ +python:Depends=python (>= 2.3), python (<< 3) --- dconf-0.4.2.orig/debian/docs +++ dconf-0.4.2/debian/docs @@ -0,0 +1,3 @@ +README +TODO + --- dconf-0.4.2.orig/debian/copyright +++ dconf-0.4.2/debian/copyright @@ -0,0 +1,26 @@ +This package was debianized by Leo Eraly on +Mon, 1 Aug 2005 23:20:58 +0200. + +It was downloaded from http://dag.wieers.com/home-made/dconf/ + +Copyright Holder: Dag Wieers + +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; version 2 dated June, 1991. + + 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., 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. +