Hi,

the first patch was flawed.  This one is actually tested, the package
builds in a pbuilder chroot and contains the right files.

Regards, Frank

diff --exclude=DEBIAN --exclude=usr -Nur 
coco-doc-20060919.orig/debian/changelog coco-doc-20060919/debian/changelog
--- coco-doc-20060919.orig/debian/changelog     2006-09-19 16:52:52.000000000 
+0200
+++ coco-doc-20060919/debian/changelog  2006-11-02 11:40:30.000000000 +0100
@@ -1,3 +1,10 @@
+coco-doc (20060919-1.1) unstable; urgency=low
+
+  * Completed copyright file (closes: #396534)
+  * Added mandatory targets to debian/rules (closes: #395808)
+
+ -- Frank Küster <[EMAIL PROTECTED]>  Thu,  2 Nov 2006 11:40:30 +0100
+
 coco-doc (20060919-1) unstable; urgency=low
 
   * Adapted to version 20060919.
diff --exclude=DEBIAN --exclude=usr -Nur 
coco-doc-20060919.orig/debian/copyright coco-doc-20060919/debian/copyright
--- coco-doc-20060919.orig/debian/copyright     2006-09-19 16:51:43.000000000 
+0200
+++ coco-doc-20060919/debian/copyright  2006-11-02 10:53:21.000000000 +0100
@@ -1,8 +1,14 @@
-Compiler Generator Coco/R,
+Documentation for the Compiler Generator Coco/R,
 Copyright (c) 1990, 2004 Hanspeter Moessenboeck, University of Linz
 extended by M. Loeberbauer & A. Woess, Univ. of Linz
 with improvements by Pat Terry, Rhodes University
 
+The PDF files in this package have been downloaded from
+http://ssw.jku.at/Coco/.  
+
+Debian packaging: Copyright (c) 2004-2006 by Markus Löberbauer
+
+
 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, or (at your option) any 
diff --exclude=DEBIAN --exclude=usr -Nur coco-doc-20060919.orig/debian/files 
coco-doc-20060919/debian/files
--- coco-doc-20060919.orig/debian/files 2006-09-19 16:53:02.000000000 +0200
+++ coco-doc-20060919/debian/files      1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-coco-doc_20060919-1_all.deb devel optional
diff --exclude=DEBIAN --exclude=usr -Nur coco-doc-20060919.orig/debian/rules 
coco-doc-20060919/debian/rules
--- coco-doc-20060919.orig/debian/rules 2005-03-18 12:46:24.000000000 +0100
+++ coco-doc-20060919/debian/rules      2006-11-02 12:41:11.000000000 +0100
@@ -10,15 +10,11 @@
 #export DH_VERBOSE=1
 
 
+clean:
+       dh_clean
 
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0
-else
-       CFLAGS += -O2
-endif
+build:
+       # nothing to be done
 
 install:
        dh_testdir
@@ -28,6 +24,8 @@
 
        # Add here commands to install the package into debian/coco-doc.
 
+binary-arch:
+       # nothing to be done
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -60,5 +58,5 @@
        dh_md5sums
        dh_builddeb
 
-binary: binary-indep
+binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary install configure
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)

Reply via email to