Comment 7 for bug 11742

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Sat, 8 Jan 2005 01:07:33 +0000
From: Dafydd Harries <email address hidden>
To: <email address hidden>, <email address hidden>
Subject: patch

--kERJ49nCKmnv470N
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

tags 249854 + patch
thanks

Attached is a patch for the planner rules file which removes the header
files and pkg-config file for libplanner. An upload based on this patch,
delayed for two days, has been made.

--
Dafydd

--kERJ49nCKmnv470N
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=planner-patch

--- planner-0.12/debian/rules
+++ planner-0.12/debian/rules
@@ -71,6 +71,9 @@
  find debian/planner/usr/share/mime -type f -a ! -path 'debian/planner/usr/share/mime/packages/planner.xml' | xargs rm -vf
  find debian/planner/usr/share/mime -type d | xargs rmdir --ignore-fail-on-non-empty

+ # Remove libplanner development files.
+ rm -rf debian/planner/usr/include debian/planner/usr/lib/pkgconfig
+
 # Build architecture-independent files here.
 binary-indep: build install
 # We have nothing to do by default.

--kERJ49nCKmnv470N--