rev 3467 - in kde-extras/unsermake/trunk: . debian debian/patches

Mark Purcell msp at costa.debian.org
Sun Apr 2 18:08:02 UTC 2006


Author: msp
Date: 2006-04-02 18:08:01 +0000 (Sun, 02 Apr 2006)
New Revision: 3467

Added:
   kde-extras/unsermake/trunk/debian/
   kde-extras/unsermake/trunk/debian/Makefile
   kde-extras/unsermake/trunk/debian/README.Debian
   kde-extras/unsermake/trunk/debian/changelog
   kde-extras/unsermake/trunk/debian/compat
   kde-extras/unsermake/trunk/debian/control
   kde-extras/unsermake/trunk/debian/copyright
   kde-extras/unsermake/trunk/debian/dirs
   kde-extras/unsermake/trunk/debian/docs
   kde-extras/unsermake/trunk/debian/patches/
   kde-extras/unsermake/trunk/debian/patches/unsermake.diff
   kde-extras/unsermake/trunk/debian/postinst
   kde-extras/unsermake/trunk/debian/prerm
   kde-extras/unsermake/trunk/debian/rules
   kde-extras/unsermake/trunk/debian/unsermake.manpages
   kde-extras/unsermake/trunk/debian/unsermake.xml
Log:
Load newtrunk into kde-extras/unsermake/trunk.


Added: kde-extras/unsermake/trunk/debian/Makefile
===================================================================
--- kde-extras/unsermake/trunk/debian/Makefile	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/Makefile	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,67 @@
+DESTDIR = 
+DEFAULT_PYTHON = python2.4
+
+all:
+	echo "Nothing to compile" $(DESTDIR)/usr
+
+install:
+	install unsermake $(DESTDIR)/usr/bin/unsermake
+	install --mode 644 __init__.py $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/__init__.py
+	install --mode 644 amfile.py $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/amfile.py
+	install --mode 644 assembler.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/assembler.um
+	install --mode 644 autodeps.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/autodeps.um
+	install --mode 644 autodirs.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/autodirs.um
+	install --mode 644 checkrcs.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/checkrcs.um
+	install --mode 644 check.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/check.um
+	install --mode 644 dcopidl.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/dcopidl.um
+	install --mode 644 designer.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/designer.um
+	install --mode 644 destdir.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/destdir.um
+	install --mode 644 dist.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/dist.um
+	install --mode 644 docs.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/docs.um
+	install --mode 644 flex.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/flex.um
+	install --mode 644 handlerbase.py $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/handlerbase.py
+	install --mode 644 icons.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/icons.um
+	install --mode 644 kcfg.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/kcfg.um
+	install --mode 644 kdeinit.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/kdeinit.um
+	install --mode 644 manpages.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/manpages.um
+	install --mode 644 mocs.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/mocs.um
+	install --mode 644 pch.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/pch.um
+	install --mode 644 pofiles.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/pofiles.um
+	install --mode 644 program.py $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/program.py
+	install --mode 644 sourcehash.py $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/sourcehash.py
+	install --mode 644 target.py $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/target.py
+	install --mode 644 texinfo.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/texinfo.um
+	install --mode 644 rcc.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/rcc.um
+	install --mode 644 utilities.py $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/utilities.py
+	install --mode 644 yacc.um $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/yacc.um
+
+clean:
+	rm -f $(DESTDIR)/usr/bin/unsermake
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/__init__.py
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/amfile.py
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/assembler.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/autodeps.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/autodirs.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/checkrcs.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/check.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/dcopidl.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/designer.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/destdir.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/dist.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/docs.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/flex.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/handlerbase.py
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/icons.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/kcfg.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/kdeinit.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/manpages.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/mocs.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/pch.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/pofiles.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/program.py
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/sourcehash.py
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/target.py
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/texinfo.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/rcc.um
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/utilities.py
+	rm -f $(DESTDIR)/usr/lib/$(DEFAULT_PYTHON)/site-packages/unsermake/yacc.um

Added: kde-extras/unsermake/trunk/debian/README.Debian
===================================================================
--- kde-extras/unsermake/trunk/debian/README.Debian	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/README.Debian	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,6 @@
+unsermake for Debian
+--------------------
+
+This package is for KDE 3.4 or newer.
+
+ -- Jonathan Riddell <jr at jriddell.org>, Tue, 28 Sep 2004 22:29:55 +0100

Added: kde-extras/unsermake/trunk/debian/changelog
===================================================================
--- kde-extras/unsermake/trunk/debian/changelog	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/changelog	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,75 @@
+unsermake (20051117-1) unstable; urgency=low
+
+  * Initial release. (Closes: #287617: ITP: unsermake -- Build tool used
+    by KDE - Debian Bug report logs)
+  * Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+  * Update debian/copyright
+
+ -- Mark Purcell <msp at debian.org>  Sun,  2 Apr 2006 18:57:40 +0100
+
+unsermake (20051117-0ubuntu2) dapper; urgency=low
+
+  * Change recommends from automake to automake1.9
+    http://bugzilla.ubuntu.com/18356
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Thu, 17 Nov 2005 16:44:07 +0000
+
+unsermake (20051117-0ubuntu1) dapper; urgency=low
+
+  * New snapshot
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Thu, 17 Nov 2005 15:58:22 +0000
+
+unsermake (20050219-2) unstable; urgency=low
+
+  * Added python2.4 to Depends
+
+ -- Robert J. Tanner <tanner at real-time.com>  Tue,  1 Nov 2005 15:51:34 -0600
+
+unsermake (20050219-1) unstable; urgency=low
+
+  * Build for Debian sid.
+  * Changed unsermake script to execute python2.4
+  * Changed Build-Depends to Build-Depends-Indep
+  * Added docbook-xml, python2.4, python to Build-Depends-Indep
+  * Changed release -1 as recommended by jriddell at ubuntu.com
+
+ -- Robert J. Tanner <tanner at real-time.com>  Tue,  1 Nov 2005 12:40:39 -0600
+
+unsermake (20050618-0ubuntu1) breezy; urgency=low
+
+  * New upstream snapshot.
+
+ -- Jonathan Riddell <jriddell at ubuntu.com>  Sat, 18 Jun 2005 15:41:41 +0000
+
+unsermake (20050219-0ubuntu1) hoary; urgency=low
+
+  * Update.
+  * Now install modules into /usr/lib/pythonX.X/site-packages/unsermake
+
+ -- Jonathan Riddell <jr at jriddell.org>  Sat, 19 Feb 2005 22:46:28 +0000
+
+unsermake (20050109-1) hoary; urgency=low
+
+  * Update.
+
+ -- Jonathan Riddell <jr at jriddell.org>  Sun,  9 Jan 2005 17:35:17 +0000
+
+unsermake (20041017-1) unstable; urgency=low
+
+  * Update.
+
+ -- Jonathan Riddell <jr at jriddell.org>  Sun, 17 Oct 2004 15:08:00 +0100
+
+unsermake (20040929-1) unstable; urgency=low
+
+  * Update.
+
+ -- Jonathan Riddell <jr at jriddell.org>  Wed, 29 Sep 2004 22:29:55 +0100
+
+unsermake (20040928-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Riddell <jr at jriddell.org>  Tue, 28 Sep 2004 22:29:55 +0100
+

Added: kde-extras/unsermake/trunk/debian/compat
===================================================================
--- kde-extras/unsermake/trunk/debian/compat	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/compat	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1 @@
+4

Added: kde-extras/unsermake/trunk/debian/control
===================================================================
--- kde-extras/unsermake/trunk/debian/control	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/control	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,19 @@
+Source: unsermake
+Section: devel
+Priority: optional
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Mark Purcell <msp at debian.org>, Jonathan Riddell <jriddell at ubuntu.com>
+Build-Depends-Indep: debhelper (>= 4.1.65), docbook-xsl, xsltproc, docbook-xml
+Standards-Version: 3.6.2
+
+Package: unsermake
+Architecture: all
+Depends: ${python:Depends}
+Recommends: automake1.9
+Description: A tool for generating Makefiles, a replacement for automake
+ Unsermake replaces automake and is used by KDE.
+ .
+ Improvements over automake include faster parallel compiles and cleaner
+ output messages.
+
+

Added: kde-extras/unsermake/trunk/debian/copyright
===================================================================
--- kde-extras/unsermake/trunk/debian/copyright	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/copyright	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,26 @@
+This package was debianized by Jonathan Riddell <jr at jriddell.org> on
+Tue, 28 Sep 2004 22:29:55 +0100.
+
+It was downloaded from <http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdenonbeta/unsermake/>
+
+Upstream Author: Stephan Kulow <coolo at kde.org>
+
+Copyright:
+
+manpages.um:# manpages.um - Copyright (C) Frerich Raabe <raabe at kde.org>
+checkrcs.um:# Copyright (C) 2003 Simon Hausmann <hausmann at kde.org>
+pch.um:# Copyright (C) 2004 Simon Hausmann <hausmann at kde.org>
+rcc.um:# Copyright (C) 2005 Simon Hausmann <hausmann at kde.org>
+
+    This program 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 program 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.
+
+  On Debian GNU/Linux systems, the complete text of the GNU General
+  Public License can be found in `/usr/share/common-licenses/GPL'.

Added: kde-extras/unsermake/trunk/debian/dirs
===================================================================
--- kde-extras/unsermake/trunk/debian/dirs	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/dirs	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,2 @@
+usr/bin
+usr/lib/python2.4/site-packages/unsermake

Added: kde-extras/unsermake/trunk/debian/docs
===================================================================
--- kde-extras/unsermake/trunk/debian/docs	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/docs	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,2 @@
+README
+TODO

Added: kde-extras/unsermake/trunk/debian/patches/unsermake.diff
===================================================================
--- kde-extras/unsermake/trunk/debian/patches/unsermake.diff	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/patches/unsermake.diff	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,23 @@
+--- unsermake/unsermake
++++ unsermake/unsermake
+@@ -1,16 +1,12 @@
+-#! /bin/sh
++#! /bin/bash
+ 
+-self="$0"
+-if test -L "$self"; then
+-    try=`readlink $self 2>/dev/null` && self=$try
+-fi
+-mods=`dirname $self`
+-directory=`dirname $mods`
+-mod=`basename $mods`
++mods=/usr/lib/python2.4/site-packages/unsermake
++directory=/usr/lib/python2.4/site-packages/unsermake
++mod=unsermake
+ if test -n "$PYTHONPATH"; then
+    export PYTHONPATH=$directory:$PYTHONPATH
+ else
+    export PYTHONPATH=$directory
+ fi
+-exec python -c "import $mod; $mod.main()" --modules $mods "$@"
++exec python2.4 -c "import $mod; $mod.main()" --modules $mods "$@"

Added: kde-extras/unsermake/trunk/debian/postinst
===================================================================
--- kde-extras/unsermake/trunk/debian/postinst	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/postinst	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,49 @@
+#! /bin/sh
+# postinst script for unsermake
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+#
+
+case "$1" in
+    configure)
+     PYTHON=python2.4
+     if which $PYTHON >/dev/null 2>&1; then
+             DIRLIST="/usr/lib/python2.4/site-packages/unsermake"
+             for i in $DIRLIST ; do
+                     $PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i
+                     $PYTHON /usr/lib/$PYTHON/compileall.py -q $i
+             done
+     fi
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: kde-extras/unsermake/trunk/debian/prerm
===================================================================
--- kde-extras/unsermake/trunk/debian/prerm	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/prerm	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,40 @@
+#! /bin/sh
+# prerm script for unsermake
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <prerm> `remove'
+#        * <old-prerm> `upgrade' <new-version>
+#        * <new-prerm> `failed-upgrade' <old-version>
+#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
+#        * <deconfigured's-prerm> `deconfigure' `in-favour'
+#          <package-being-installed> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+
+case "$1" in
+    remove|upgrade|deconfigure)
+#       install-info --quiet --remove /usr/info/unsermake.info.gz
+        dpkg -L unsermake | awk '$0~/\.py$/ {print $0"c\n" $0"o"}' | xargs rm -f >&2
+        ;;
+    failed-upgrade)
+        ;;
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
+

Added: kde-extras/unsermake/trunk/debian/rules
===================================================================
--- kde-extras/unsermake/trunk/debian/rules	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/rules	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,123 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+MAKE=make -f debian/Makefile
+
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+unsermake.1: debian/unsermake.xml
+	$(XP) $(DB2MAN) $<
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+	# Add here commands to configure the package.
+	if test ! -f patch-stamp; then \
+		for patch in $(CURDIR)/debian/patches/*.diff ;\
+		do \
+			echo APPLYING PATCH\: $${patch##*/};\
+			patch < $$patch ;\
+		done ;\
+		touch patch-stamp ;\
+	fi
+
+	touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp unsermake.1
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	#/usr/bin/docbook-to-man debian/unsermake.sgml > unsermake.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.
+
+	# Remove Debian specific patches
+	if test -f patch-stamp; then \
+		for patch in $(CURDIR)/debian/patches/*.diff ;\
+		do \
+			echo REMOVING PATCH\: $${patch##*/};\
+			patch -R < $$patch ;\
+		done ;\
+		rm -f patch-stamp ;\
+	fi
+
+	rm -f unsermake.1
+
+	$(MAKE) clean DESTDIR=$(CURDIR)/debian/unsermake
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/unsermake.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/unsermake
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs 
+	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
+
+# 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 configure


Property changes on: kde-extras/unsermake/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: kde-extras/unsermake/trunk/debian/unsermake.manpages
===================================================================
--- kde-extras/unsermake/trunk/debian/unsermake.manpages	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/unsermake.manpages	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1 @@
+unsermake.1

Added: kde-extras/unsermake/trunk/debian/unsermake.xml
===================================================================
--- kde-extras/unsermake/trunk/debian/unsermake.xml	2006-04-02 18:07:09 UTC (rev 3466)
+++ kde-extras/unsermake/trunk/debian/unsermake.xml	2006-04-02 18:08:01 UTC (rev 3467)
@@ -0,0 +1,264 @@
+<?xml version='1.0' encoding='ISO-8859-1'?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
+
+<!--
+
+Process this file with an XSLT processor: `xsltproc \
+-''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl manpage.dbk'.  A manual page
+<package>.<section> will be generated.  You may view the
+manual page with: nroff -man <package>.<section> | less'.  A
+typical entry in a Makefile or Makefile.am is:
+
+DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\
+manpages/docbook.xsl
+XP=xsltproc -''-nonet
+
+manpage.1: manpage.dbk
+        $(XP) $(DB2MAN) $<
+    
+The xsltproc binary is found in the xsltproc package.  The
+XSL files are in docbook-xsl.  Please remember that if you
+create the nroff version in one of the debian/rules file
+targets (such as build), you will need to include xsltproc
+and docbook-xsl in your Build-Depends control field.
+
+-->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Jonathan</firstname>">
+  <!ENTITY dhsurname   "<surname>Riddell</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>October 17, 2004</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>jr @jriddell.org</email>">
+  <!ENTITY dhusername  "Jonathan Riddell">
+  <!ENTITY dhucpackage "<refentrytitle>UNSERMAKE</refentrytitle>">
+  <!ENTITY dhpackage   "unsermake">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2004</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>A build for used by KDE to replace automake and make</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>[options]</option> <option>[make-target]</option></arg>
+
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para><command>&dhpackage;</command> is a program that replaces
+    make and automake when compiling KDE packages.  It has faster
+    build times, especially on multiple processor machines, and
+    cleaner output.</para>
+
+    <para>Prepare for compilation with <command>unsermake -f
+    Makefile.cvs</command> run <command>./configure</command> as
+    normal and compile with <command>unsermake</command>.</para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>These programs follow the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.  For a complete description, see the
+      <application>Info</application> files.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-h</option>
+          <option>--help</option>
+        </term>
+        <listitem>
+          <para>Show summary of options.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>
+          <option>--version</option>
+        </term>
+        <listitem>
+          <para>Show version of program.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-v</option>
+          <option>--verbose</option>
+        </term>
+        <listitem>
+          <para>Show verbose output.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-C</option>
+          <option>--directory=dir</option>
+        </term>
+        <listitem>
+          <para>Change to directory dir before doing anything.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>
+          <option>--compile-jobs=N</option>
+        </term>
+        <listitem>
+          <para>Limit compile jobs to N.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-i</option>
+          <option>--ignore-errors</option>
+        </term>
+        <listitem>
+          <para>Ignore errors from commands.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-j</option>
+          <option>--jobs=N</option>
+        </term>
+        <listitem>
+          <para>Allow N parallel jobs.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-k</option>
+          <option>--keep-going</option>
+        </term>
+        <listitem>
+          <para>Keep going when some targets can't be made.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>
+          <option>--missing-deps</option>
+        </term>
+        <listitem>
+          <para>Find missing dependencies.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>
+          <option>--no-real-compare</option>
+        </term>
+        <listitem>
+          <para>Use only mtime and not file contents to determine if a file has changed  (default).</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>
+          <option>--real-compare</option>
+        </term>
+        <listitem>
+          <para>Use not only mtime but file content to determine if a file has changed.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term>
+          <option>--random=N</option>
+        </term>
+        <listitem>
+          <para>Make random targets.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-n</option>
+          <option>--just-print</option>
+        </term>
+        <listitem>
+          <para>Only print out the commands to call, do not run them.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-p</option>
+          <option>--print-progress</option>
+        </term>
+        <listitem>
+          <para>Shows an estimated percent number before each output.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>-f file</option>
+        </term>
+        <listitem>
+          <para>Use file as a makefile.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>make (1), automake (1).</para>
+
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; (but
+      may be used by others).  Permission is granted to copy,
+      distribute and/or modify this document under the terms of the
+      &gnu; General Public License, Version 2 any later version
+      published by the Free Software Foundation.  
+    </para>
+
+	<para>
+	  On Debian systems, the complete text of the GNU General Public
+	  License can be found in /usr/share/common-licenses/GPL.
+	</para>
+
+  </refsect1>
+</refentry>
+




More information about the pkg-kde-commits mailing list