rev 13139 - kde-extras/tora/trunk/debian
Michael Meskes
meskes at alioth.debian.org
Sun Jan 4 16:47:35 UTC 2009
Author: meskes
Date: 2009-01-04 16:47:35 +0000 (Sun, 04 Jan 2009)
New Revision: 13139
Modified:
kde-extras/tora/trunk/debian/changelog
kde-extras/tora/trunk/debian/control
kde-extras/tora/trunk/debian/copyright
kde-extras/tora/trunk/debian/rules
Log:
No longer need texinfo to build, the html files are part of the tarball.
In the process of streamlining build dependencies, i.e. this is not tested yet,
it might miss some.
Modified: kde-extras/tora/trunk/debian/changelog
===================================================================
--- kde-extras/tora/trunk/debian/changelog 2009-01-04 16:41:55 UTC (rev 13138)
+++ kde-extras/tora/trunk/debian/changelog 2009-01-04 16:47:35 UTC (rev 13139)
@@ -3,6 +3,9 @@
* New upstream version for KDE4/Qt4.
* Added watch file.
* Updated to standards version 3.8.0, no additional changes needed.
+ * No longer need texinfo to build, the html files are part of the tarball.
+ * Streamlined build dependencies.
+ * Updated copyright file.
-- Michael Meskes <meskes at debian.org> Sat, 03 Jan 2009 20:51:13 +0100
Modified: kde-extras/tora/trunk/debian/control
===================================================================
--- kde-extras/tora/trunk/debian/control 2009-01-04 16:41:55 UTC (rev 13138)
+++ kde-extras/tora/trunk/debian/control 2009-01-04 16:47:35 UTC (rev 13139)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Michael Meskes <meskes at debian.org>
-Build-Depends: debhelper (>= 5), kdelibs5-dev, docbook-xml (>= 4.2), xsltproc, docbook-xsl, kdebase-bin, texinfo, dpatch, libqscintilla2-dev, cdbs
+Build-Depends: debhelper (>= 5), kdelibs5-dev, kdebase-bin, dpatch, libqscintilla2-dev, cdbs
Standards-Version: 3.8.0
Package: tora
Modified: kde-extras/tora/trunk/debian/copyright
===================================================================
--- kde-extras/tora/trunk/debian/copyright 2009-01-04 16:41:55 UTC (rev 13138)
+++ kde-extras/tora/trunk/debian/copyright 2009-01-04 16:47:35 UTC (rev 13139)
@@ -3,12 +3,21 @@
It was downloaded from http://tora.sourceforge.net/
-Upstream Author: Henrik Johnson <tora at underscore.se>
- Nathan Neulinger <nneul at umr.edu>
+Upstream Authors: Petr Vaněk
+ Mike Johnson
+ Alexey Danilchenko
+ Ivan Brezina
+ Oliver Jehle
+ Raj Thukral
+ Thomas Porschberg
+ Volker Götz
+ Nathan Neulinger
+ Henrik Johnson
Copyright:
-Toolkit for Oracle is Copyright (C) 2000-2001,2001 Underscore AB
-Toolkit for Oracle is Copyright (C) 2003-2005 Quest Software, Inc.
+Portions Copyright (C) 2000-2001 Underscore AB
+Portions Copyright (C) 2003-2005 Quest Software, Inc.
+Portions Copyright (C) 2004-2008 Numerous Other Contributors
You may use, distribute and copy Toolkit for Oracle under the terms of
GNU General Public License version 2.
Modified: kde-extras/tora/trunk/debian/rules
===================================================================
--- kde-extras/tora/trunk/debian/rules 2009-01-04 16:41:55 UTC (rev 13138)
+++ kde-extras/tora/trunk/debian/rules 2009-01-04 16:47:35 UTC (rev 13139)
@@ -15,3 +15,12 @@
endif
endif
+install/tora::
+ # remove some file we don't want to install
+ rm -f $(CURDIR)/debian/tora/usr/share/doc/tora/README.OSX
+ rm -f $(CURDIR)/debian/tora/usr/share/doc/tora/README.LICENSE
+ rm -f $(CURDIR)/debian/tora/usr/share/doc/tora/README.WINDOWS
+ rm -f $(CURDIR)/debian/tora/usr/share/doc/tora/INSTALL
+ rm -f $(CURDIR)/debian/tora/usr/share/doc/tora/COPYING
+ rm -f $(CURDIR)/debian/tora/usr/share/doc/tora/ChangeLog
+ rm -f $(CURDIR)/debian/tora/usr/share/doc/tora/changelog
More information about the pkg-kde-commits
mailing list