[Demudi-commits] r900 - in ktoon/trunk/debian: . patches

Juan Manuel Garcia Molina juanma at costa.debian.org
Tue Aug 8 22:05:18 UTC 2006


Author: juanma
Date: 2006-08-08 22:04:59 +0000 (Tue, 08 Aug 2006)
New Revision: 900

Added:
   ktoon/trunk/debian/ktoon.sgml
   ktoon/trunk/debian/patches/20_libminghack
Modified:
   ktoon/trunk/debian/changelog
   ktoon/trunk/debian/compat
   ktoon/trunk/debian/control
   ktoon/trunk/debian/ktoon.override
   ktoon/trunk/debian/patches/00list
   ktoon/trunk/debian/patches/10_g++4fix
   ktoon/trunk/debian/rules
Log:
New upstream version of ktoon (0.8).
Preparing the package for uploading into Debian archive.


Modified: ktoon/trunk/debian/changelog
===================================================================
--- ktoon/trunk/debian/changelog	2006-08-08 08:23:20 UTC (rev 899)
+++ ktoon/trunk/debian/changelog	2006-08-08 22:04:59 UTC (rev 900)
@@ -1,3 +1,20 @@
+ktoon (0.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bump debhelper compat to version 5.
+  * Minimun libqt version recommended by upstream author is 4.1.1.
+    Remove libqt4-debug-dev, not needed.
+  * Added libming-{dev,util} to Build-Depends (swf generation support).
+    Fix libming detection in patch 20.
+  * Added libgstreamer0.10-dev to Build-Depends (sound support).
+  * Review lintian overrides: library name changed from libktoonlib to
+    libktoon.
+  * Added really simple ktoon manpage, because lintian complained about
+    it.
+  * Upload package to Debian archive. Closes: #295760.
+
+ -- Juan Manuel Garcia Molina <juanma at debian.org>  Tue,  8 Aug 2006 17:26:49 +0200
+
 ktoon (0.8.0rc1-2) unstable; urgency=low
 
   * Added patch to fix build against G++ 4.1. Added dpatch support.

Modified: ktoon/trunk/debian/compat
===================================================================
--- ktoon/trunk/debian/compat	2006-08-08 08:23:20 UTC (rev 899)
+++ ktoon/trunk/debian/compat	2006-08-08 22:04:59 UTC (rev 900)
@@ -1 +1 @@
-4
+5

Modified: ktoon/trunk/debian/control
===================================================================
--- ktoon/trunk/debian/control	2006-08-08 08:23:20 UTC (rev 899)
+++ ktoon/trunk/debian/control	2006-08-08 22:04:59 UTC (rev 900)
@@ -2,7 +2,7 @@
 Section: graphics
 Priority: optional
 Maintainer: Juan Manuel Garcia Molina <juanma at debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev, libqt4-dev, libaspell-dev, libaudio-dev, libungif4-dev, libavcodec-dev, libavformat-dev,  libglu1-xorg-dev, libqt4-debug-dev, imagemagick
+Build-Depends: debhelper (>= 5.0.0), dpatch, autotools-dev, libqt4-dev (>= 4.1.1), libaspell-dev, libaudio-dev, libungif4-dev, libavcodec-dev, libavformat-dev,  libglu1-xorg-dev, libming-dev, libming-util, libgstreamer0.10-dev, imagemagick, docbook-to-man
 Standards-Version: 3.7.2
 
 Package: ktoon

Modified: ktoon/trunk/debian/ktoon.override
===================================================================
--- ktoon/trunk/debian/ktoon.override	2006-08-08 08:23:20 UTC (rev 899)
+++ ktoon/trunk/debian/ktoon.override	2006-08-08 22:04:59 UTC (rev 900)
@@ -1,10 +1,10 @@
 # No -dev package for ktoon.
 ktoon: non-dev-pkg-with-shlib-symlink usr/lib/libstore.so.1.0.0 usr/lib/libstore.so
-ktoon: non-dev-pkg-with-shlib-symlink usr/lib/libktoonlib.so.1.0.0 usr/lib/libktoonlib.so
+ktoon: non-dev-pkg-with-shlib-symlink usr/lib/libktoon.so.1.0.0 usr/lib/libktoon.so
 ktoon: non-dev-pkg-with-shlib-symlink usr/lib/libdgui.so.1.0.0 usr/lib/libdgui.so
 ktoon: non-dev-pkg-with-shlib-symlink usr/lib/libdcore.so.1.0.0 usr/lib/libdcore.so
 # Few sonames contained in ktoon.
-ktoon: package-name-doesnt-match-sonames libdcore1 libdgui1 libstore1 libktoonlib1
+ktoon: package-name-doesnt-match-sonames libktoon1 libdcore1 libdgui1 libstore1
 # Extra COPYING files called by program.
 ktoon: extra-license-file usr/share/ktoon/data/en/COPYING
 ktoon: extra-license-file usr/share/ktoon/data/es/COPYING

Added: ktoon/trunk/debian/ktoon.sgml
===================================================================
--- ktoon/trunk/debian/ktoon.sgml	2006-08-08 08:23:20 UTC (rev 899)
+++ ktoon/trunk/debian/ktoon.sgml	2006-08-08 22:04:59 UTC (rev 900)
@@ -0,0 +1,139 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	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
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Juan Manuel</firstname>">
+  <!ENTITY dhsurname   "<surname>Garcia Molina</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>august  8, 2006</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>juanma at debian.org</email>">
+  <!ENTITY dhusername  "Juan Manuel Garcia Molina">
+  <!ENTITY dhucpackage "<refentrytitle>KTOON</refentrytitle>">
+  <!ENTITY dhpackage   "ktoon">
+
+  <!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>2003</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>2D animation toolkit</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+
+      <arg><option>-r</option></arg>
+
+      <arg><option>--reconfigure</option></arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> and <command>bar</command>
+      commands.</para>
+
+    <para>This manual page was written for the &debian; distribution
+      because the original program does not have a manual page.
+      Instead, it has documentation in the &gnu;
+      <application>Info</application> format; see below.</para>
+
+    <para><command>&dhpackage;</command> is a program to create 2D animations.</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>-r</option>
+          <option>--reconfigure</option>
+        </term>
+        <listitem>
+          <para>Reconfigure ktoon.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (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>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+

Modified: ktoon/trunk/debian/patches/00list
===================================================================
--- ktoon/trunk/debian/patches/00list	2006-08-08 08:23:20 UTC (rev 899)
+++ ktoon/trunk/debian/patches/00list	2006-08-08 22:04:59 UTC (rev 900)
@@ -1 +1,2 @@
 10_g++4fix
+20_libminghack

Modified: ktoon/trunk/debian/patches/10_g++4fix
===================================================================
--- ktoon/trunk/debian/patches/10_g++4fix	2006-08-08 08:23:20 UTC (rev 899)
+++ ktoon/trunk/debian/patches/10_g++4fix	2006-08-08 22:04:59 UTC (rev 900)
@@ -5,8 +5,8 @@
 ## DP: Fix build with G++ 4.
 
 @DPATCH@
---- ktoon-0.8.0rc1.orig/src/dlib/dgui/button.h	2006-04-20 17:57:15.000000000 +0200
-+++ ktoon-0.8.0rc1/src/dlib/dgui/button.h	2006-07-02 18:42:50.000000000 +0200
+--- ktoon-0.8.orig/src/dlib/dgui/button.h	2006-04-20 17:57:15.000000000 +0200
++++ ktoon-0.8/src/dlib/dgui/button.h	2006-07-02 18:42:50.000000000 +0200
 @@ -89,7 +89,7 @@
      /**Returns the description.*/
      QString description() const;

Added: ktoon/trunk/debian/patches/20_libminghack
===================================================================
--- ktoon/trunk/debian/patches/20_libminghack	2006-08-08 08:23:20 UTC (rev 899)
+++ ktoon/trunk/debian/patches/20_libminghack	2006-08-08 22:04:59 UTC (rev 900)
@@ -0,0 +1,26 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20_libminghack.dpatch by Juan Manuel Garcia Molina <juanma at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix libming detection.
+
+ at DPATCH@
+--- ktoon-0.8.orig/configure	2006-07-28 20:47:08.000000000 +0200
++++ ktoon-0.8/configure	2006-08-08 15:16:29.000000000 +0200
+@@ -107,12 +107,12 @@
+ 
+ # Checking ming
+ 
+-if [ -x "`which ming-config`" ]
++export MING_BINARY="/usr/lib/libming/bin/ming-config"
++if [ -x ${MING_BINARY} ]
+ then
+-	export MING_LIBS=`ming-config --libs`
+-	export MING_INCLUDE=`ming-config --cflags`
++	export MING_LIBS=`${MING_BINARY} --libs`
++	export MING_INCLUDE=`${MING_BINARY} --cflags`
+ fi
+-
+ check "ming" ming "${MING_INCLUDE}" "${MING_LIBS}" && LIBS="$LIBS ${MING_LIBS}" && defineMacro HAVE_MING
+ 
+ 


Property changes on: ktoon/trunk/debian/patches/20_libminghack
___________________________________________________________________
Name: svn:executable
   + *

Modified: ktoon/trunk/debian/rules
===================================================================
--- ktoon/trunk/debian/rules	2006-08-08 08:23:20 UTC (rev 899)
+++ ktoon/trunk/debian/rules	2006-08-08 22:04:59 UTC (rev 900)
@@ -44,7 +44,7 @@
 
 	# Add here commands to compile the package.
 	$(MAKE)
-	#docbook-to-man debian/ktoon.sgml > ktoon.1
+	docbook-to-man debian/ktoon.sgml > ktoon.1
 
 	touch build-stamp
 
@@ -68,8 +68,8 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
+	rm -f $(CURDIR)/ktoon.1
 
-
 	dh_clean 
 
 install: build
@@ -116,7 +116,7 @@
 #	dh_installinit
 #	dh_installcron
 #	dh_installinfo
-	dh_installman
+	dh_installman ktoon.1
 	dh_link
 	dh_strip
 	dh_compress




More information about the Demudi-commits mailing list