r37251 - in /packages/kwwidgets/tags/1.0.0~cvs20100630-1: ./ debian/ debian/patches/ debian/source/
domibel-guest at users.alioth.debian.org
domibel-guest at users.alioth.debian.org
Sun Jan 30 15:05:43 UTC 2011
Author: domibel-guest
Date: Sun Jan 30 15:05:37 2011
New Revision: 37251
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37251
Log:
tagging 1.0.0~cvs20100630-1
Added:
packages/kwwidgets/tags/1.0.0~cvs20100630-1/
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/CMakeCache.txt.debian
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/Doxyfile.in
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/Notes
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/README.Debian
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/README.source
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/changelog
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/compat
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/control
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/copyright
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/dot (with props)
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/get-orig-source
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/kwwidgets-doc.doc-base
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/patches/
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/patches/50_all_patches.diff
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/patches/series
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/python-kwwidgets.lintian-overrides
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/rules (with props)
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/source/
packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/source/format
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/CMakeCache.txt.debian
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/CMakeCache.txt.debian?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/CMakeCache.txt.debian (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/CMakeCache.txt.debian Sun Jan 30 15:05:37 2011
@@ -1,0 +1,1 @@
+CMAKE_SKIP_RPATH:BOOL=ON
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/Doxyfile.in
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/Doxyfile.in?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/Doxyfile.in (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/Doxyfile.in Sun Jan 30 15:05:37 2011
@@ -1,0 +1,276 @@
+# Doxyfile 1.5.6
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+DOXYFILE_ENCODING = UTF-8
+PROJECT_NAME = KWWidgets
+PROJECT_NUMBER =
+OUTPUT_DIRECTORY = "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/doc"
+CREATE_SUBDIRS = NO
+OUTPUT_LANGUAGE = English
+BRIEF_MEMBER_DESC = NO
+REPEAT_BRIEF = YES
+ABBREVIATE_BRIEF =
+ALWAYS_DETAILED_SEC = NO
+INLINE_INHERITED_MEMB = NO
+FULL_PATH_NAMES = NO
+STRIP_FROM_PATH = dox \
+ "@KWWidgets_SOURCE_DIR@"
+STRIP_FROM_INC_PATH =
+SHORT_NAMES = NO
+JAVADOC_AUTOBRIEF = YES
+QT_AUTOBRIEF = NO
+MULTILINE_CPP_IS_BRIEF = NO
+DETAILS_AT_TOP = YES
+INHERIT_DOCS = YES
+SEPARATE_MEMBER_PAGES = NO
+TAB_SIZE = 3
+ALIASES =
+OPTIMIZE_OUTPUT_FOR_C = NO
+OPTIMIZE_OUTPUT_JAVA = NO
+OPTIMIZE_FOR_FORTRAN = NO
+OPTIMIZE_OUTPUT_VHDL = NO
+BUILTIN_STL_SUPPORT = NO
+CPP_CLI_SUPPORT = NO
+SIP_SUPPORT = NO
+IDL_PROPERTY_SUPPORT = YES
+DISTRIBUTE_GROUP_DOC = YES
+SUBGROUPING = YES
+TYPEDEF_HIDES_STRUCT = NO
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+EXTRACT_ALL = YES
+EXTRACT_PRIVATE = NO
+EXTRACT_STATIC = YES
+EXTRACT_LOCAL_CLASSES = NO
+EXTRACT_LOCAL_METHODS = NO
+EXTRACT_ANON_NSPACES = NO
+HIDE_UNDOC_MEMBERS = NO
+HIDE_UNDOC_CLASSES = YES
+HIDE_FRIEND_COMPOUNDS = NO
+HIDE_IN_BODY_DOCS = NO
+INTERNAL_DOCS = NO
+CASE_SENSE_NAMES = YES
+HIDE_SCOPE_NAMES = NO
+SHOW_INCLUDE_FILES = YES
+INLINE_INFO = YES
+SORT_MEMBER_DOCS = NO
+SORT_BRIEF_DOCS = NO
+SORT_GROUP_NAMES = NO
+SORT_BY_SCOPE_NAME = NO
+GENERATE_TODOLIST = YES
+GENERATE_TESTLIST = YES
+GENERATE_BUGLIST = YES
+GENERATE_DEPRECATEDLIST= YES
+ENABLED_SECTIONS = section_public \
+ section_protected \
+ section_private
+MAX_INITIALIZER_LINES = 30
+SHOW_USED_FILES = YES
+SHOW_DIRECTORIES = YES
+SHOW_FILES = YES
+SHOW_NAMESPACES = YES
+FILE_VERSION_FILTER =
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+QUIET = NO
+WARNINGS = YES
+WARN_IF_UNDOCUMENTED = NO
+WARN_IF_DOC_ERROR = YES
+WARN_NO_PARAMDOC = NO
+WARN_FORMAT = "$file:$line: $text"
+WARN_LOGFILE =
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT = "@KWWidgets_SOURCE_DIR@" \
+ "@KWWidgets_BINARY_DIR@/AutoGeneratedClasses/"
+INPUT_ENCODING = UTF-8
+FILE_PATTERNS = *.h
+RECURSIVE = YES
+EXCLUDE = Common/vtkSetGet.h
+EXCLUDE_SYMLINKS = NO
+EXCLUDE_PATTERNS =
+EXCLUDE_SYMBOLS =
+EXAMPLE_PATH =
+EXAMPLE_PATTERNS =
+EXAMPLE_RECURSIVE = NO
+IMAGE_PATH = "@KWWidgets_SOURCE_DIR@/Utilities/Doxygen" \
+ "@KWWidgets_SOURCE_DIR@/Examples/Resources"
+INPUT_FILTER =
+FILTER_PATTERNS =
+FILTER_SOURCE_FILES = NO
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+SOURCE_BROWSER = YES
+INLINE_SOURCES = NO
+STRIP_CODE_COMMENTS = YES
+REFERENCED_BY_RELATION = NO
+REFERENCES_RELATION = NO
+REFERENCES_LINK_SOURCE = YES
+USE_HTAGS = NO
+VERBATIM_HEADERS = NO
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+ALPHABETICAL_INDEX = YES
+COLS_IN_ALPHA_INDEX = 3
+IGNORE_PREFIX = vtkKW \
+ vtkPV \
+ vtkSM \
+ vtk
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+GENERATE_HTML = YES
+HTML_OUTPUT = html
+HTML_FILE_EXTENSION = .html
+HTML_HEADER =
+HTML_FOOTER =
+HTML_STYLESHEET =
+HTML_ALIGN_MEMBERS = YES
+GENERATE_HTMLHELP = YES
+GENERATE_DOCSET = NO
+DOCSET_FEEDNAME = "Doxygen generated docs"
+DOCSET_BUNDLE_ID = org.doxygen.Project
+HTML_DYNAMIC_SECTIONS = NO
+CHM_FILE =
+HHC_LOCATION =
+GENERATE_CHI = NO
+CHM_INDEX_ENCODING =
+BINARY_TOC = NO
+TOC_EXPAND = NO
+DISABLE_INDEX = NO
+ENUM_VALUES_PER_LINE = 4
+GENERATE_TREEVIEW = NO
+TREEVIEW_WIDTH = 250
+FORMULA_FONTSIZE = 10
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+GENERATE_LATEX = NO
+LATEX_OUTPUT = latex
+LATEX_CMD_NAME = latex
+MAKEINDEX_CMD_NAME = makeindex
+COMPACT_LATEX = NO
+PAPER_TYPE = a4wide
+EXTRA_PACKAGES =
+LATEX_HEADER =
+PDF_HYPERLINKS = YES
+USE_PDFLATEX = YES
+LATEX_BATCHMODE = NO
+LATEX_HIDE_INDICES = NO
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+GENERATE_RTF = NO
+RTF_OUTPUT = rtf
+COMPACT_RTF = NO
+RTF_HYPERLINKS = NO
+RTF_STYLESHEET_FILE =
+RTF_EXTENSIONS_FILE =
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+GENERATE_MAN = NO
+MAN_OUTPUT = man
+MAN_EXTENSION = .3
+MAN_LINKS = NO
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+GENERATE_XML = NO
+XML_OUTPUT = xml
+XML_SCHEMA =
+XML_DTD =
+XML_PROGRAMLISTING = YES
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+GENERATE_AUTOGEN_DEF = NO
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+GENERATE_PERLMOD = NO
+PERLMOD_LATEX = NO
+PERLMOD_PRETTY = YES
+PERLMOD_MAKEVAR_PREFIX =
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor
+#---------------------------------------------------------------------------
+ENABLE_PREPROCESSING = YES
+MACRO_EXPANSION = YES
+EXPAND_ONLY_PREDEF = YES
+SEARCH_INCLUDES = YES
+INCLUDE_PATH =
+INCLUDE_FILE_PATTERNS =
+PREDEFINED = "vtkSetMacro(name,type)= virtual void Set##name (type);" \
+ "vtkGetMacro(name,type)= virtual type Get##name ();" \
+ "vtkSetStringMacro(name)= virtual void Set##name (const char*);" \
+ "vtkGetStringMacro(name)= virtual char* Get##name ();" \
+ "vtkSetClampMacro(name,type,min,max)= virtual void Set##name (type);" \
+ "vtkSetObjectMacro(name,type)= virtual void Set##name (type*);" \
+ "vtkGetObjectMacro(name,type)= virtual type *Get##name ();" \
+ "vtkBooleanMacro(name,type)= virtual void name##On (); virtual void name##Off ();" \
+ "vtkSetVector2Macro(name,type)= virtual void Set##name (type, type); void Set##name (type [2]);" \
+ "vtkGetVector2Macro(name,type)= virtual type *Get##name (); virtual void Get##name (type &, type &); virtual void Get##name (type [2]);" \
+ "vtkSetVector3Macro(name,type)= virtual void Set##name (type, type, type); virtual void Set##name (type [3]);" \
+ "vtkGetVector3Macro(name,type)= virtual type *Get##name (); virtual void Get##name (type &, type &, type &); virtual void Get##name (type [3]);" \
+ "vtkSetVector4Macro(name,type)= virtual void Set##name (type, type, type, type); virtual void Set##name (type [4]);" \
+ "vtkGetVector4Macro(name,type)= virtual type *Get##name (); virtual void Get##name (type &, type &, type &, type &); virtual void Get##name (type [4]);" \
+ "vtkSetVector6Macro(name,type)= virtual void Set##name (type, type, type, type, type, type); virtual void Set##name (type [6]);" \
+ "vtkGetVector6Macro(name,type)= virtual type *Get##name (); virtual void Get##name (type &, type &, type &, type &, type &, type &); virtual void Get##name (type [6]);" \
+ "vtkSetVectorMacro(name,type,count)= virtual void Set##name(type data[]);" \
+ "vtkGetVectorMacro(name,type,count)= virtual type *Get##name (); virtual void Get##name(type data[##count]);" \
+ "vtkWorldCoordinateMacro(name)= virtual vtkCoordinate *Get##name##Coordinate (); virtual void Set##name(float x[3]); virtual void Set##name(float x, float y, float z); virtual float *Get##name();" \
+ "vtkViewportCoordinateMacro(name)= virtual vtkCoordinate *Get##name##Coordinate (); virtual void Set##name(float x[2]); virtual void Set##name(float x, float y); virtual float *Get##name();" \
+ "vtkTypeMacro(thisClass,superclass)= typedef superclass Superclass; virtual const char *GetClassName(); static int IsTypeOf(const char *type); virtual int IsA(const char *type); static thisClass* SafeDownCast(vtkObject *o);" \
+ "vtkTypeRevisionMacro(thisClass,superclass)= typedef superclass Superclass; virtual const char *GetClassName(); static int IsTypeOf(const char *type); virtual int IsA(const char *type); static thisClass* SafeDownCast(vtkObject *o);" \
+ "VTK_LEGACY(x)= x"
+EXPAND_AS_DEFINED =
+SKIP_FUNCTION_MACROS = YES
+#---------------------------------------------------------------------------
+# Configuration::additions related to external references
+#---------------------------------------------------------------------------
+TAGFILES =
+GENERATE_TAGFILE = "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/KWWidgets.tag"
+ALLEXTERNALS = NO
+EXTERNAL_GROUPS = YES
+PERL_PATH = /usr/bin/perl
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool
+#---------------------------------------------------------------------------
+CLASS_DIAGRAMS = YES
+MSCGEN_PATH =
+HIDE_UNDOC_RELATIONS = YES
+HAVE_DOT = YES
+DOT_FONTNAME = FreeSans
+DOT_FONTPATH =
+CLASS_GRAPH = YES
+COLLABORATION_GRAPH = YES
+GROUP_GRAPHS = YES
+UML_LOOK = NO
+TEMPLATE_RELATIONS = YES
+INCLUDE_GRAPH = YES
+INCLUDED_BY_GRAPH = YES
+CALL_GRAPH = NO
+CALLER_GRAPH = NO
+GRAPHICAL_HIERARCHY = YES
+DIRECTORY_GRAPH = YES
+DOT_IMAGE_FORMAT = png
+DOT_PATH = "@DOT_PATH@"
+DOTFILE_DIRS =
+DOT_GRAPH_MAX_NODES = 50
+MAX_DOT_GRAPH_DEPTH = 0
+DOT_TRANSPARENT = YES
+DOT_MULTI_TARGETS = NO
+GENERATE_LEGEND = YES
+DOT_CLEANUP = YES
+#---------------------------------------------------------------------------
+# Configuration::additions related to the search engine
+#---------------------------------------------------------------------------
+SEARCHENGINE = NO
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/Notes
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/Notes?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/Notes (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/Notes Sun Jan 30 15:05:37 2011
@@ -1,0 +1,40 @@
+0) SONAME
+
+1.0.0 release
+1.0.20090522 SONAME
+1.0.20090522.0 SONAME + some version number
+libkwwidgets1 1 represents SONAME here
+libkwwidgets1-dev 1 represents SONAME here
+-------------------------------------------
+this doesn't fit 100% the Debian Library Packaging guide
+http://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html
+
+
+1) create a symbol file
+dpkg-gensymbols -v1.0.0~cvs20080526 -plibkwwidgets1 -Pdebian/libkwwidgets1 -Odebian/libkwwidgets1.symbols
+
+
+
+-------------------------------------------------------------------------------------------------------------
+The vtk-5.0 package in Debian depends on python-dev
+And python-dev depends on python2.5-dev
+
+But the variable VTK_INCLUDE_DIR contains a wrong path. It contains
+/usr/include/python2.4; instead of /usr/include/python2.5;
+
+$ less /usr/lib/vtk-5.0/VTKConfig.cmake
+...
+# The VTK include file directories.
+SET(VTK_INCLUDE_DIRS
+"${VTK_INSTALL_PREFIX}/include/vtk-5.0;/usr/include/tcl8.4;/usr/include/python2.4;/usr/include/freetype2")
+...
+
+
+In my case, this leads to a compiler error
+because /usr/include/python2.4 is not present on my computer and the
+compiler doesnt know where to find python2.5 which is required for kwwidgets.
+
+As a workaround i am using a compiler flag
+ -DCMAKE_CXX_FLAGS="-I/usr/inlude/python2.5"
+
+-------------------------------------------------------------------------------------------------------------
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/README.Debian?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/README.Debian (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/README.Debian Sun Jan 30 15:05:37 2011
@@ -1,0 +1,33 @@
+KWWidgets for Debian
+--------------------
+
+# Online API Documentation
+#
+http://www.kwwidgets.org/doc/nightly/html/index.html
+
+
+
+# Local API Documentation
+#
+file:///usr/share/doc/kwwidgets-doc/html/index.html
+
+
+
+# You can test your KWWidgets installation:
+#
+# Examples from the kwwidgets-examples package can be easily compiled:
+#
+sudo find /usr/share/doc/kwwidgets-examples/examples -name "*.gz" | sudo xargs gunzip
+mkdir my_test_dir_for_kwwidgets
+cd my_test_dir_for_kwwidgets
+ccmake /usr/share/doc/kwwidgets-examples/examples
+make
+
+
+## Interpretertest
+tclsh /usr/share/doc/kwwidgets-examples/examples/Tcl/PolygonalObjectViewer/KWPolygonalObjectViewerExample.tcl
+python /usr/share/doc/kwwidgets-examples/examples/Python/WidgetsTour/KWWidgetsTourExample.py
+
+
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Fri, 21 Mar 2008 16:21:52 +0000
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/README.source
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/README.source?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/README.source (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/README.source Sun Jan 30 15:05:37 2011
@@ -1,0 +1,3 @@
+Please read
+/usr/share/doc/quilt/README.source
+for more information.
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/changelog?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/changelog (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/changelog Sun Jan 30 15:05:37 2011
@@ -1,0 +1,102 @@
+kwwidgets (1.0.0~cvs20100630-2) experimental; urgency=low
+
+ * debian/control: Bump Standards-Version: 3.9.1
+ * Added patches to support different configuration directories
+ * Added patches to avoid linking against unused libraries
+ * debian/control: Removed unnecessary build dependencies
+
+ -- Dominique Belhachemi <domibel at debian.org> Sat, 30 Oct 2010 19:00:37 -0400
+
+kwwidgets (1.0.0~cvs20100630-1) experimental; urgency=low
+
+ * new upstream snapshot: CVSDATE="2010-06-30 23:59:59"
+ * bump soname to 1.0.1006, package name changed: libkwwidgets1.0.1006
+ * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Dominique Belhachemi <domibel at debian.org> Tue, 13 Jul 2010 16:56:57 -0400
+
+kwwidgets (1.0.0~cvs20090825-5) unstable; urgency=low
+
+ * kwwidgets-doc depends on vtk-doc (Closes: #552347)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Tue, 29 Dec 2009 17:41:33 -0500
+
+kwwidgets (1.0.0~cvs20090825-4) unstable; urgency=low
+
+ * changed dependency to default-jdk
+ * added dot wrapper taken from gdcmtk to reduce the size of kwwidgets-doc
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Sat, 12 Dec 2009 10:59:03 -0500
+
+kwwidgets (1.0.0~cvs20090825-3) unstable; urgency=low
+
+ * kwwidgets-doc: .png files downsized (Closes: #557818)
+ * kwwidgets-doc: .md5 files removed (Closes: #552345)
+ * Content from debian/kwwidgets-doc.install
+ debian/libkwwidgets1.0.0908.install
+ debian/tcl8.5-kwwidgets.install
+ debian/python-kwwidgets.install
+ debian/libkwwidgets1-dev.install
+ moved to debian/rules
+ * using default python version
+ * added ./CMake/FindMySQL.cmake
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Mon, 07 Dec 2009 08:46:48 -0500
+
+kwwidgets (1.0.0~cvs20090825-2) unstable; urgency=low
+
+ * Use bzip2 compression for binary packages
+ * Rebuild (Closes: #546441)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Tue, 15 Sep 2009 22:46:56 -0400
+
+kwwidgets (1.0.0~cvs20090825-1) unstable; urgency=low
+
+ * new upstream snapshot
+ * upload to unstable instead of experimental
+ * bump soname to 1.0.0908, package name changed: libkwwidgets1.0.0908
+ * switch to Tcl/Tk 8.5, package name changed: tcl8.5-kwwidgets
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Wed, 26 Aug 2009 15:21:45 -0400
+
+kwwidgets (1.0.0~cvs20090522-1) experimental; urgency=low
+
+ * new upstream snapshot
+ * new package python-kwwidgets added
+ * new package tcl8.4-kwwidgets added
+ * vtk-doc dependency for kwwidgets-doc removed
+ * bump soname to 1.0.20090522
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Sat, 23 May 2009 16:53:50 -0400
+
+kwwidgets (1.0.0~cvs20080526-3) experimental; urgency=low
+
+ * removed debian/libkwwidgets1.symbols
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Sun, 08 Feb 2009 20:51:44 -0500
+
+kwwidgets (1.0.0~cvs20080526-2) experimental; urgency=low
+
+ [ Mathieu Malaterre ]
+ * debian/get-orig-source: cvs login is not required
+ * debian/rules: support DEB_BUILD_OPTIONS=parallel=4, DEB_BUILD_OPTIONS=noopt
+ * debian/rules: remove testing (neither installed, not run)
+ * debian/rules: remove duplicate configuration
+ * debian/rules: use doxygen target
+ * kwwidgets doxygen need toplevel vtk class (for doxygen hierarchy).
+ vtk-doc is now required
+
+ [ Dominique Belhachemi]
+ * added debian/libkwwidgets1.symbols
+ * debhelper version increased to 7
+ * debian/control: doxygen & graphviz moved to Build-Depends-Indep
+ * debian/copyright: removed ambiguity
+ * debian/rules: uses "dh_prep" now instead of "dh_clean -k"
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Wed, 12 Nov 2008 21:59:28 +0100
+
+kwwidgets (1.0.0~cvs20080526-1) experimental; urgency=low
+
+ * Initial release (Closes: #473045)
+
+ -- Dominique Belhachemi <domibel at cs.tu-berlin.de> Mon, 23 Aug 2008 16:21:52 +0000
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/compat?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/compat (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/compat Sun Jan 30 15:05:37 2011
@@ -1,0 +1,1 @@
+7
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/control?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/control (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/control Sun Jan 30 15:05:37 2011
@@ -1,0 +1,146 @@
+Source: kwwidgets
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Dominique Belhachemi <domibel at debian.org>
+Build-Depends: debhelper (>= 7), cdbs, cmake, quilt (>= 0.40), tcl-vtk,
+ libvtk5-dev (>= 5.6), tcl8.5-dev, tk8.5-dev,
+ python-support, python-dev, python-vtk, libqt4-dev,
+ mpi-default-dev, libmysqlclient-dev, libpq-dev
+Build-Depends-Indep: doxygen, graphviz, vtk-doc
+Standards-Version: 3.9.1
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/kwwidgets/trunk/
+Section: libs
+XS-Python-Version: current
+Homepage: http://www.kwwidgets.org/
+
+Package: libkwwidgets1-dev
+Section: libdevel
+Architecture: any
+Provides: libkwwidgets-dev
+Conflicts: libkwwidgets-dev
+Depends: libkwwidgets1.0.1006 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Cross-Platform GUI Toolkit - development
+ Like many other GUI toolkits, it provides low-level core widgets
+ like buttons, entries, scales, menus, combo-boxes, thumbwheels,
+ spin-boxes, trees, notebooks and multi-column lists to name a few.
+ Unlike many of those toolkits though, it also provides advanced
+ composite widgets like toolbars, tooltips, progress gauges,
+ split-frames, splash-screens, 2D/3D extents, color pickers,
+ histograms, windows and dialogs.
+ .
+ This package contains developer files for KWWidgets
+
+Package: libkwwidgets1.0.1006
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Cross-Platform GUI Toolkit - runtime
+ Like many other GUI toolkits, it provides low-level core widgets
+ like buttons, entries, scales, menus, combo-boxes, thumbwheels,
+ spin-boxes, trees, notebooks and multi-column lists to name a few.
+ Unlike many of those toolkits though, it also provides advanced
+ composite widgets like toolbars, tooltips, progress gauges,
+ split-frames, splash-screens, 2D/3D extents, color pickers,
+ histograms, windows and dialogs.
+ .
+ More importantly, KWWidgets builds upon this set of widgets to
+ interface to visualization libraries like VTK and offer high-level
+ visualization-oriented widgets like surface material editors,
+ simple animation generators, transfer function editors, annotation
+ editors, window/level and volume property preset editors, text
+ property editors, 2D and 3D rendering widgets, etc.
+ .
+ This package contains library files for KWWidgets
+
+Package: kwwidgets-examples
+Section: graphics
+Suggests: libkwwidgets1-dev
+Architecture: all
+Depends: ${misc:Depends}
+Description: Cross-Platform GUI Toolkit - examples
+ Like many other GUI toolkits, it provides low-level core widgets
+ like buttons, entries, scales, menus, combo-boxes, thumbwheels,
+ spin-boxes, trees, notebooks and multi-column lists to name a few.
+ Unlike many of those toolkits though, it also provides advanced
+ composite widgets like toolbars, tooltips, progress gauges,
+ split-frames, splash-screens, 2D/3D extents, color pickers,
+ histograms, windows and dialogs.
+ .
+ More importantly, KWWidgets builds upon this set of widgets to
+ interface to visualization libraries like VTK and offer high-level
+ visualization-oriented widgets like surface material editors,
+ simple animation generators, transfer function editors, annotation
+ editors, window/level and volume property preset editors, text
+ property editors, 2D and 3D rendering widgets, etc.
+ .
+ This package contains examples from the KWWidgets source.
+
+Package: kwwidgets-doc
+Section: doc
+Suggests: libkwwidgets1-dev
+Architecture: all
+Depends: ${misc:Depends}, vtk-doc
+Description: Cross-Platform GUI Toolkit - documentation
+ Like many other GUI toolkits, it provides low-level core widgets
+ like buttons, entries, scales, menus, combo-boxes, thumbwheels,
+ spin-boxes, trees, notebooks and multi-column lists to name a few.
+ Unlike many of those toolkits though, it also provides advanced
+ composite widgets like toolbars, tooltips, progress gauges,
+ split-frames, splash-screens, 2D/3D extents, color pickers,
+ histograms, windows and dialogs.
+ .
+ More importantly, KWWidgets builds upon this set of widgets to
+ interface to visualization libraries like VTK and offer high-level
+ visualization-oriented widgets like surface material editors,
+ simple animation generators, transfer function editors, annotation
+ editors, window/level and volume property preset editors, text
+ property editors, 2D and 3D rendering widgets, etc.
+ .
+ This package contains documentation files for KWWidgets.
+
+Package: python-kwwidgets
+Section: python
+Architecture: any
+Depends: ${python:Depends}, libkwwidgets1.0.1006 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Cross-Platform GUI Toolkit - Python
+ Like many other GUI toolkits, it provides low-level core widgets
+ like buttons, entries, scales, menus, combo-boxes, thumbwheels,
+ spin-boxes, trees, notebooks and multi-column lists to name a few.
+ Unlike many of those toolkits though, it also provides advanced
+ composite widgets like toolbars, tooltips, progress gauges,
+ split-frames, splash-screens, 2D/3D extents, color pickers,
+ histograms, windows and dialogs.
+ .
+ More importantly, KWWidgets builds upon this set of widgets to
+ interface to visualization libraries like VTK and offer high-level
+ visualization-oriented widgets like surface material editors,
+ simple animation generators, transfer function editors, annotation
+ editors, window/level and volume property preset editors, text
+ property editors, 2D and 3D rendering widgets, etc.
+ .
+ This package contains Python support for KWWidgets.
+
+Package: tcl8.5-kwwidgets
+Section: interpreters
+Architecture: any
+Conflicts: tcl8.4-kwwidgets
+Replaces: tcl8.4-kwwidgets
+Depends: ${shlibs:Depends}, ${misc:Depends}, tcl8.5, tk8.5
+Description: Cross-Platform GUI Toolkit - TCL/TK
+ Like many other GUI toolkits, it provides low-level core widgets
+ like buttons, entries, scales, menus, combo-boxes, thumbwheels,
+ spin-boxes, trees, notebooks and multi-column lists to name a few.
+ Unlike many of those toolkits though, it also provides advanced
+ composite widgets like toolbars, tooltips, progress gauges,
+ split-frames, splash-screens, 2D/3D extents, color pickers,
+ histograms, windows and dialogs.
+ .
+ More importantly, KWWidgets builds upon this set of widgets to
+ interface to visualization libraries like VTK and offer high-level
+ visualization-oriented widgets like surface material editors,
+ simple animation generators, transfer function editors, annotation
+ editors, window/level and volume property preset editors, text
+ property editors, 2D and 3D rendering widgets, etc.
+ .
+ This package contains Tcl/Tk support for KWWidgets.
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/copyright?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/copyright (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/copyright Sun Jan 30 15:05:37 2011
@@ -1,0 +1,183 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Debianized-By: Dominique Belhachemi <domibel at cs.tu-berlin.de>
+Debianized-Date: Fri, 21 Mar 2008 16:21:52 +0000
+Original-Source: http://www.kwwidgets.org
+
+
+Files: *
+Copyright:
+ Copyright (c) 1993-2008 Ken Martin, Will Schroeder, Bill Lorensen
+License: BSD-like
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright notice,
+ this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ * Neither name of Ken Martin, Will Schroeder, or Bill Lorensen nor the names
+ of any contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ * Modified source versions must be plainly marked as such, and must not be
+ misrepresented as being the original software.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+
+Files: Utilities/TkTreeCtrl/*
+Copyright:
+ Copyright (c) Tim Baker and other parties
+License: BSD-like
+ This software is copyrighted by Tim Baker and other parties. The
+ following terms apply to all files associated with the software unless
+ explicitly disclaimed in individual files.
+ .
+ The authors hereby grant permission to use, copy, modify, distribute,
+ and license this software and its documentation for any purpose, provided
+ that existing copyright notices are retained in all copies and that this
+ notice is included verbatim in any distributions. No written agreement,
+ license, or royalty fee is required for any of the authorized uses.
+ Modifications to this software may be copyrighted by their authors
+ and need not follow the licensing terms described here, provided that
+ the new terms are clearly indicated on the first page of each file where
+ they apply.
+ .
+ IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+ DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
+ IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+ NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+ MODIFICATIONS.
+ .
+ GOVERNMENT USE: If you are acquiring this software on behalf of the
+ U.S. government, the Government shall have only "Restricted Rights"
+ in the software and related documentation as defined in the Federal
+ Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
+ are acquiring the software on behalf of the Department of Defense, the
+ software shall be classified as "Commercial Computer Software" and the
+ Government shall have only "Restricted Rights" as defined in Clause
+ 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
+ authors grant the U.S. Government and others acting in its behalf
+ permission to use and distribute the software in accordance with the
+ terms specified in this license.
+
+
+Files: Utilities/Tablelist/*
+Copyright:
+ Copyright (c) 2000-2006 Csaba Nemethi
+License: BSD-like
+ This library is free software; you can use, modify, and redistribute it
+ for any purpose, provided that existing copyright notices are retained
+ in all copies and that this notice is included verbatim in any
+ distributions.
+ .
+ This software is distributed WITHOUT ANY WARRANTY; without even the
+ implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+
+Files: Utilities/BWidgets/*
+Copyright:
+ Copyright (c) 1998-1999 UNIFIX.
+ Copyright (c) 2001-2002 ActiveState Corp.
+License: BSD-like
+ The following terms apply to all files associated with the software
+ unless explicitly disclaimed in individual files.
+ .
+ The authors hereby grant permission to use, copy, modify, distribute,
+ and license this software and its documentation for any purpose, provided
+ that existing copyright notices are retained in all copies and that this
+ notice is included verbatim in any distributions. No written agreement,
+ license, or royalty fee is required for any of the authorized uses.
+ Modifications to this software may be copyrighted by their authors
+ and need not follow the licensing terms described here, provided that
+ the new terms are clearly indicated on the first page of each file where
+ they apply.
+ .
+ IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+ DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
+ IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+ NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+ MODIFICATIONS.
+ .
+ GOVERNMENT USE: If you are acquiring this software on behalf of the
+ U.S. government, the Government shall have only "Restricted Rights"
+ in the software and related documentation as defined in the Federal
+ Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2). If you
+ are acquiring the software on behalf of the Department of Defense, the
+ software shall be classified as "Commercial Computer Software" and the
+ Government shall have only "Restricted Rights" as defined in Clause
+ 252.227-7013 (c) (1) of DFARs. Notwithstanding the foregoing, the
+ authors grant the U.S. Government and others acting in its behalf
+ permission to use and distribute the software in accordance with the
+ terms specified in this license.
+
+
+Files: Utilities/tkdnd/*
+Copyright:
+ Copyright (c)
+ George Petasis, National Centre for Scientific Research "Demokritos",
+ Aghia Paraskevi, Athens, Greece.
+ e-mail: petasis at iit.demokritos.gr
+ and
+ Laurent Riesterer, Rennes, France.
+ e-mail: (laurent.riesterer at free.fr)
+License: BSD-like
+ The following terms apply to all files associated
+ with the software unless explicitly disclaimed in individual files.
+ .
+ The authors hereby grant permission to use, copy, modify, distribute,
+ and license this software and its documentation for any purpose, provided
+ that existing copyright notices are retained in all copies and that this
+ notice is included verbatim in any distributions. No written agreement,
+ license, or royalty fee is required for any of the authorized uses.
+ Modifications to this software may be copyrighted by their authors
+ and need not follow the licensing terms described here, provided that
+ the new terms are clearly indicated on the first page of each file where
+ they apply.
+ .
+ IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
+ FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
+ ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
+ DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+ .
+ THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
+ INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
+ IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
+ NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
+ MODIFICATIONS.
+
+
+Files: debian/*
+Copyright:
+ Copyright 2008, Dominique Belhachemi <domibel at cs.tu-berlin.de>
+License: GPL-2+
+ The Debian packaging is licensed under the GPL-2 or any later version,
+ see `/usr/share/common-licenses/GPL-2'
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/dot
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/dot?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/dot (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/dot Sun Jan 30 15:05:37 2011
@@ -1,0 +1,4 @@
+#! /bin/sh
+
+# reduces the size of kwwidgets-doc dramatically
+/usr/bin/dot $(echo " $@ " | sed -e 's/ -Tpng / -Tpng:gd /g')
Propchange: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/dot
------------------------------------------------------------------------------
svn:executable = *
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/get-orig-source
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/get-orig-source?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/get-orig-source (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/get-orig-source Sun Jan 30 15:05:37 2011
@@ -1,0 +1,22 @@
+#!/bin/sh
+
+PACKAGE=kwwidgets
+
+VERSION=1.0.0~cvs20100630
+CVSDATE="2010-06-30 23:59:59"
+
+FOLDER=$PACKAGE-$VERSION
+TARFILE=kwwidgets_$VERSION.orig.tar.gz
+CVSHOME=:pserver:anoncvs at www.kwwidgets.org:/cvsroot/KWWidgets
+
+cvs -d:pserver:anoncvs at www.kwwidgets.org:/cvsroot/KWWidgets export -D "$CVSDATE" KWWidgets
+#cvs -d:pserver:anoncvs at www.kwwidgets.org:/cvsroot/KWWidgets export -r Slicer-3-6 KWWidgets
+
+for REMOVE_CVS in `find KWWidgets -name .cvsignore`; do
+ rm "$REMOVE_CVS"
+done
+
+mv KWWidgets $FOLDER
+
+GZIP=-9 tar cvzf $TARFILE $FOLDER
+rm -rf $FOLDER
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/kwwidgets-doc.doc-base
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/kwwidgets-doc.doc-base?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/kwwidgets-doc.doc-base (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/kwwidgets-doc.doc-base Sun Jan 30 15:05:37 2011
@@ -1,0 +1,16 @@
+Document: kwwidgets-doc
+Title: KWWidgets class documentation
+Author: Various
+Abstract: KWWidgets is a free, cross-platform and open-license GUI Toolkit.
+ Like many other GUI toolkits, it provides low-level core widgets
+ like buttons, entries, scales, menus, combo-boxes, thumbwheels,
+ spin-boxes, trees, notebooks and multi-column lists to name a few.
+ Unlike many of those toolkits though, it also provides advanced
+ composite widgets like toolbars, tooltips, progress gauges,
+ split-frames, splash-screens, 2D/3D extents, color pickers,
+ histograms, windows and dialogs.
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/kwwidgets-doc/html/index.html
+Files: /usr/share/doc/kwwidgets-doc/html/*.html
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/patches/50_all_patches.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/patches/50_all_patches.diff?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/patches/50_all_patches.diff (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/patches/50_all_patches.diff Sun Jan 30 15:05:37 2011
@@ -1,0 +1,853 @@
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Install libraries to /usr/lib/
+## DP: Change tcl path
+## DP: Sets the SONAME
+## DP: KWWidgetsDoxygenDoc requires some .pl scripts at some particular places
+
+Index: kwwidgets-1.0.0~cvs20100630/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/CMakeLists.txt 2010-10-30 19:15:00.295618723 -0400
++++ kwwidgets-1.0.0~cvs20100630/CMakeLists.txt 2010-10-30 19:17:54.547296379 -0400
+@@ -104,7 +104,7 @@
+ endif(NOT KWWidgets_INSTALL_BIN_DIR)
+
+ if(NOT KWWidgets_INSTALL_LIB_DIR)
+- set(KWWidgets_INSTALL_LIB_DIR "/lib/${PROJECT_NAME}")
++ set(KWWidgets_INSTALL_LIB_DIR "/lib")
+ endif(NOT KWWidgets_INSTALL_LIB_DIR)
+
+ if(NOT KWWidgets_INSTALL_DATA_DIR)
+@@ -117,7 +117,7 @@
+ endif(NOT KWWidgets_INSTALL_INCLUDE_DIR)
+
+ if(NOT KWWidgets_INSTALL_PACKAGE_DIR)
+- set(KWWidgets_INSTALL_PACKAGE_DIR ${KWWidgets_INSTALL_LIB_DIR}
++ set(KWWidgets_INSTALL_PACKAGE_DIR "${KWWidgets_INSTALL_LIB_DIR}/${PROJECT_NAME}"
+ CACHE INTERNAL "")
+ endif(NOT KWWidgets_INSTALL_PACKAGE_DIR)
+
+@@ -669,6 +669,13 @@
+ target_link_libraries(KWWidgetsPythonD ${VTK_PYTHON_LIBRARIES})
+ endif(WIN32 OR APPLE)
+
++
++ set_target_properties(KWWidgetsPythonD
++ PROPERTIES
++ LINK_INTERFACE_LIBRARIES ""
++ )
++
++
+ if(NOT KWWidgets_INSTALL_NO_LIBRARIES)
+ install_targets(
+ ${KWWidgets_INSTALL_LIB_DIR}
+@@ -781,6 +788,11 @@
+ endif(HTML_HELP_INCLUDE_PATH AND HTML_HELP_LIBRARY)
+ endif(WIN32)
+
++set_target_properties(KWWidgets
++ PROPERTIES
++ LINK_INTERFACE_LIBRARIES ""
++)
++
+ # link ApplicationServices.framework on OSX for vtkKWClipboardHelper
+ if(APPLE)
+ target_link_libraries (KWWidgets "-framework ApplicationServices")
+@@ -806,6 +818,13 @@
+ target_link_libraries(KWWidgets ${TKTREECTRL_LIBS})
+ endif(TKTREECTRL_LIBS)
+
++
++set_target_properties(KWWidgets
++ PROPERTIES
++ LINK_INTERFACE_LIBRARIES ""
++)
++
++
+ if(NOT KWWidgets_INSTALL_NO_LIBRARIES)
+ install_targets(
+ ${KWWidgets_INSTALL_LIB_DIR}
+@@ -899,3 +918,25 @@
+ endif(NOT SQUISH_FOUND)
+ endif(KWWidgets_USE_Squish)
+ endif(BUILD_TESTING AND KWWidgets_BUILD_TESTING)
++
++
++IF (NOT DEFINED KWWidgets_SHAREDLIB_VERSION)
++ SET ( KWWidgets_SHAREDLIB_SOVERSION 1.0.1006 )
++ SET ( KWWidgets_SHAREDLIB_VERSION 1.0.1006.0 )
++ENDIF (NOT DEFINED KWWidgets_SHAREDLIB_VERSION)
++
++
++#IF (NOT DEFINED KWWidgets_SHAREDLIB_VERSION)
++# SET ( KWWidgets_SHAREDLIB_VERSION ${KWWidgets_VERSION} )
++# STRING ( REGEX MATCH "^[0-9]+" KWWidgets_SHAREDLIB_SOVERSION ${KWWidgets_SHAREDLIB_VERSION})
++#ENDIF (NOT DEFINED KWWidgets_SHAREDLIB_VERSION)
++
++
++
++IF(KWWidgets_BUILD_SHARED_LIBS)
++ SET_TARGET_PROPERTIES(KWWidgetsPythonD KWWidgets PROPERTIES
++ SOVERSION ${KWWidgets_SHAREDLIB_SOVERSION}
++ VERSION ${KWWidgets_SHAREDLIB_VERSION}
++ )
++ENDIF (KWWidgets_BUILD_SHARED_LIBS)
++
+Index: kwwidgets-1.0.0~cvs20100630/Utilities/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/Utilities/CMakeLists.txt 2010-10-30 19:15:00.319640108 -0400
++++ kwwidgets-1.0.0~cvs20100630/Utilities/CMakeLists.txt 2010-10-30 19:15:00.000000000 -0400
+@@ -1,5 +1,5 @@
+-add_executable(KWConvertImageToHeader KWConvertImageToHeader.cxx)
+-target_link_libraries(KWConvertImageToHeader ${KWWidgets_LIBRARIES})
++#add_executable(KWConvertImageToHeader KWConvertImageToHeader.cxx)
++#target_link_libraries(KWConvertImageToHeader ${KWWidgets_LIBRARIES})
+
+ subdirs(
+ Doxygen
+Index: kwwidgets-1.0.0~cvs20100630/Utilities/Doxygen/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/Utilities/Doxygen/CMakeLists.txt 2010-10-30 19:15:00.331582510 -0400
++++ kwwidgets-1.0.0~cvs20100630/Utilities/Doxygen/CMakeLists.txt 2010-10-30 19:15:00.000000000 -0400
+@@ -7,7 +7,7 @@
+ if (BUILD_DOCUMENTATION)
+
+ option (DOCUMENTATION_DOWNLOAD_VTK_TAGFILE
+- "Download the VTK tag file." ON)
++ "Download the VTK tag file." OFF)
+ mark_as_advanced (
+ DOCUMENTATION_DOWNLOAD_VTK_TAGFILE
+ )
+@@ -34,9 +34,10 @@
+ endif(DOT)
+
+ configure_file(
+- ${CMAKE_CURRENT_SOURCE_DIR}/doxyfile.in
+- ${CMAKE_CURRENT_BINARY_DIR}/doxyfile)
++ ../../debian/Doxyfile.in
++ ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile)
+
++ set(VTK_DOXYGEN_HOME /usr/share/doc/vtk-doc/html)
+ configure_file(
+ ${CMAKE_CURRENT_SOURCE_DIR}/doc_makeall.sh.in
+ ${CMAKE_CURRENT_BINARY_DIR}/doc_makeall.sh)
+Index: kwwidgets-1.0.0~cvs20100630/Wrapping/Tcl/CMakeLists.txt
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/Wrapping/Tcl/CMakeLists.txt 2010-10-30 19:15:00.283420316 -0400
++++ kwwidgets-1.0.0~cvs20100630/Wrapping/Tcl/CMakeLists.txt 2010-10-30 19:15:00.000000000 -0400
+@@ -47,8 +47,8 @@
+ ${KWWidgets_BINARY_DIR}/Wrapping/Tcl/Install/Hide/pkgIndex.tcl
+ @ONLY IMMEDIATE)
+ if(NOT KWWidgets_INSTALL_NO_RUNTIME)
+- install_files(${KWWidgets_INSTALL_LIB_DIR}/tcl FILES
+- ${KWWidgets_BINARY_DIR}/Wrapping/Tcl/Install/Hide/pkgIndex.tcl)
++ install_files(${KWWidgets_INSTALL_LIB_DIR}/KWWidgets/tcl FILES
++${KWWidgets_BINARY_DIR}/Wrapping/Tcl/Install/Hide/pkgIndex.tcl)
+ endif(NOT KWWidgets_INSTALL_NO_RUNTIME)
+
+ # Install kits
+Index: kwwidgets-1.0.0~cvs20100630/Utilities/Doxygen/doxyfile.in
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/Utilities/Doxygen/doxyfile.in 2010-10-30 19:15:00.343495753 -0400
++++ kwwidgets-1.0.0~cvs20100630/Utilities/Doxygen/doxyfile.in 2010-10-30 19:15:00.000000000 -0400
+@@ -1,166 +1,307 @@
+-# -------------------------------------------------------------------------
+-# doxyfile for KWWidgets
+-# modified by S. Barre (Time-stamp: <2006-04-21 10:37:44 barre>
+-# -------------------------------------------------------------------------
++# Doxyfile 1.6.2
+
+-PROJECT_NAME = KWWidgets
+-
+-BRIEF_MEMBER_DESC = NO
+-DETAILS_AT_TOP = YES
+-
+-FULL_PATH_NAMES = YES
+-STRIP_FROM_PATH = dox "@KWWidgets_SOURCE_DIR@"
+-
+-WARN_IF_UNDOCUMENTED = NO
+-
+-GENERATE_TREEVIEW = NO
+-GENERATE_TODOLIST = YES
+-GENERATE_BUGLIST = YES
+-GENERATE_HTML = YES
+-GENERATE_HTMLHELP = YES
+-GENERATE_LATEX = NO
+-GENERATE_MAN = NO
+-GENERATE_RTF = NO
+-GENERATE_TAGFILE = "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/KWWidgets.tag"
+-
+-HAVE_DOT = @HAVE_DOT_YESNO@
+-DOT_PATH = "@DOT_PATH@"
+-CLASS_GRAPH = YES
+-COLLABORATION_GRAPH = YES
+-TEMPLATE_RELATIONS = YES
+-INCLUDE_GRAPH = YES
+-INCLUDED_BY_GRAPH = YES
+-CLASS_DIAGRAMS = YES
+-GENERATE_LEGEND = YES
+-GRAPHICAL_HIERARCHY = YES
+-
+-ALLEXTERNALS = NO
+-
+-IMAGE_PATH = "@KWWidgets_SOURCE_DIR@/Utilities/Doxygen" "@KWWidgets_SOURCE_DIR@/Examples/Resources"
+-
+-OUTPUT_DIRECTORY = "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/doc"
+-
+-INPUT = \
+- "@KWWidgets_SOURCE_DIR@/Utilities/Doxygen/doc_autogenerated.dox" \
+- "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/doc_mainpage.dox" \
+- "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox" \
+- "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox/AutoGeneratedClasses" \
+- "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox/doc_KWWidgets_index.dox" \
+- "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox/doc_KWWidgets_events2.dox" \
+- "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox/doc_KWWidgets_events.dox"
+-
+-
+-TAGFILES = "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/vtkNightlyDoc.tag=http://www.vtk.org/doc/nightly/html"
+-
+-ENABLED_SECTIONS = section_public section_protected section_private
+-EXTRACT_ALL = YES
+-EXTRACT_PRIVATE = NO
+-EXTRACT_STATIC = YES
+-EXTRACT_LOCAL_CLASSES = NO
+-
+-HIDE_UNDOC_MEMBERS = NO
+-HIDE_UNDOC_CLASSES = YES
+-
+-ALWAYS_DETAILED_SEC = NO
+-SOURCE_BROWSER = YES
+-INLINE_SOURCES = NO
+-CASE_SENSE_NAMES = YES
+-VERBATIM_HEADERS = NO
+-SHOW_INCLUDE_FILES = YES
+-JAVADOC_AUTOBRIEF = YES
+-SORT_MEMBER_DOCS = NO
+-DISTRIBUTE_GROUP_DOC = YES
+-TAB_SIZE = 3
+-
+-SHOW_DIRECTORIES = YES
+-
+-FILE_PATTERNS = *.h
+-RECURSIVE = NO
+-EXCLUDE = Common/vtkSetGet.h
+-EXCLUDE_PATTERNS =
+-
+-HTML_ALIGN_MEMBERS = YES
+-ALPHABETICAL_INDEX = YES
+-COLS_IN_ALPHA_INDEX = 3
+-IGNORE_PREFIX = vtkKW vtkPV vtkSM vtk
+-
+-ENABLE_PREPROCESSING = YES
+-MACRO_EXPANSION = YES
+-SEARCH_INCLUDES = YES
+-INCLUDE_PATH =
+-EXPAND_ONLY_PREDEF = YES
+-PREDEFINED = "vtkSetMacro(name,type)= \
+- virtual void Set##name (type);" \
+- "vtkGetMacro(name,type)= \
+- virtual type Get##name ();" \
+- "vtkSetStringMacro(name)= \
+- virtual void Set##name (const char*);" \
+- "vtkGetStringMacro(name)= \
+- virtual char* Get##name ();" \
+- "vtkSetClampMacro(name,type,min,max)= \
+- virtual void Set##name (type);" \
+- "vtkSetObjectMacro(name,type)= \
+- virtual void Set##name (type*);" \
+- "vtkGetObjectMacro(name,type)= \
+- virtual type *Get##name ();" \
+- "vtkBooleanMacro(name,type)= \
+- virtual void name##On (); \
+- virtual void name##Off ();" \
+- "vtkSetVector2Macro(name,type)= \
+- virtual void Set##name (type, type); \
+- void Set##name (type [2]);" \
+- "vtkGetVector2Macro(name,type)= \
+- virtual type *Get##name (); \
+- virtual void Get##name (type &, type &); \
+- virtual void Get##name (type [2]);" \
+- "vtkSetVector3Macro(name,type)= \
+- virtual void Set##name (type, type, type); \
+- virtual void Set##name (type [3]);" \
+- "vtkGetVector3Macro(name,type)= \
+- virtual type *Get##name (); \
+- virtual void Get##name (type &, type &, type &); \
+- virtual void Get##name (type [3]);" \
+- "vtkSetVector4Macro(name,type)= \
+- virtual void Set##name (type, type, type, type); \
+- virtual void Set##name (type [4]);" \
+- "vtkGetVector4Macro(name,type)= \
+- virtual type *Get##name (); \
+- virtual void Get##name (type &, type &, type &, type &); \
+- virtual void Get##name (type [4]);" \
+- "vtkSetVector6Macro(name,type)= \
+- virtual void Set##name (type, type, type, type, \
+- type, type); \
+- virtual void Set##name (type [6]);" \
+- "vtkGetVector6Macro(name,type)= \
+- virtual type *Get##name (); \
+- virtual void Get##name (type &, type &, type &, \
+- type &, type &, type &); \
+- virtual void Get##name (type [6]);" \
+- "vtkSetVectorMacro(name,type,count)= \
+- virtual void Set##name(type data[]);" \
+- "vtkGetVectorMacro(name,type,count)= \
+- virtual type *Get##name (); \
+- virtual void Get##name(type data[##count]);" \
+- "vtkWorldCoordinateMacro(name)= \
+- virtual vtkCoordinate *Get##name##Coordinate (); \
+- virtual void Set##name(float x[3]); \
+- virtual void Set##name(float x, float y, float z); \
+- virtual float *Get##name();" \
+- "vtkViewportCoordinateMacro(name)= \
+- virtual vtkCoordinate *Get##name##Coordinate (); \
+- virtual void Set##name(float x[2]); \
+- virtual void Set##name(float x, float y); \
+- virtual float *Get##name();" \
+- "vtkTypeMacro(thisClass,superclass)= \
+- typedef superclass Superclass; \
+- virtual const char *GetClassName(); \
+- static int IsTypeOf(const char *type); \
+- virtual int IsA(const char *type); \
+- static thisClass* SafeDownCast(vtkObject *o);" \
+- "vtkTypeRevisionMacro(thisClass,superclass)= \
+- typedef superclass Superclass; \
+- virtual const char *GetClassName(); \
+- static int IsTypeOf(const char *type); \
+- virtual int IsA(const char *type); \
+- static thisClass* SafeDownCast(vtkObject *o);" \
+- "VTK_LEGACY(x)= x"
++#---------------------------------------------------------------------------
++# Project related configuration options
++#---------------------------------------------------------------------------
++DOXYFILE_ENCODING = UTF-8
++PROJECT_NAME = KWWidgets
++PROJECT_NUMBER =
++OUTPUT_DIRECTORY = @KWWidgets_BINARY_DIR@/Utilities/Doxygen/doc
++CREATE_SUBDIRS = NO
++OUTPUT_LANGUAGE = English
++BRIEF_MEMBER_DESC = NO
++REPEAT_BRIEF = YES
++ABBREVIATE_BRIEF = "The $name class" \
++ "The $name widget" \
++ "The $name file" \
++ is \
++ provides \
++ specifies \
++ contains \
++ represents \
++ a \
++ an \
++ the
++ALWAYS_DETAILED_SEC = NO
++INLINE_INHERITED_MEMB = NO
++FULL_PATH_NAMES = YES
++STRIP_FROM_PATH = dox \
++ "@KWWidgets_SOURCE_DIR@"
++STRIP_FROM_INC_PATH =
++SHORT_NAMES = NO
++JAVADOC_AUTOBRIEF = YES
++QT_AUTOBRIEF = NO
++MULTILINE_CPP_IS_BRIEF = NO
++INHERIT_DOCS = YES
++SEPARATE_MEMBER_PAGES = NO
++TAB_SIZE = 3
++ALIASES =
++OPTIMIZE_OUTPUT_FOR_C = NO
++OPTIMIZE_OUTPUT_JAVA = NO
++OPTIMIZE_FOR_FORTRAN = NO
++OPTIMIZE_OUTPUT_VHDL = NO
++EXTENSION_MAPPING =
++BUILTIN_STL_SUPPORT = NO
++CPP_CLI_SUPPORT = NO
++SIP_SUPPORT = NO
++IDL_PROPERTY_SUPPORT = YES
++DISTRIBUTE_GROUP_DOC = YES
++SUBGROUPING = YES
++TYPEDEF_HIDES_STRUCT = NO
++SYMBOL_CACHE_SIZE = 0
++#---------------------------------------------------------------------------
++# Build related configuration options
++#---------------------------------------------------------------------------
++EXTRACT_ALL = YES
++EXTRACT_PRIVATE = NO
++EXTRACT_STATIC = YES
++EXTRACT_LOCAL_CLASSES = NO
++EXTRACT_LOCAL_METHODS = NO
++EXTRACT_ANON_NSPACES = NO
++HIDE_UNDOC_MEMBERS = NO
++HIDE_UNDOC_CLASSES = YES
++HIDE_FRIEND_COMPOUNDS = NO
++HIDE_IN_BODY_DOCS = NO
++INTERNAL_DOCS = NO
++CASE_SENSE_NAMES = YES
++HIDE_SCOPE_NAMES = NO
++SHOW_INCLUDE_FILES = YES
++FORCE_LOCAL_INCLUDES = NO
++INLINE_INFO = YES
++SORT_MEMBER_DOCS = NO
++SORT_BRIEF_DOCS = NO
++SORT_MEMBERS_CTORS_1ST = NO
++SORT_GROUP_NAMES = NO
++SORT_BY_SCOPE_NAME = NO
++GENERATE_TODOLIST = YES
++GENERATE_TESTLIST = YES
++GENERATE_BUGLIST = YES
++GENERATE_DEPRECATEDLIST= YES
++ENABLED_SECTIONS = section_public \
++ section_protected \
++ section_private
++MAX_INITIALIZER_LINES = 30
++SHOW_USED_FILES = YES
++SHOW_DIRECTORIES = YES
++SHOW_FILES = YES
++SHOW_NAMESPACES = YES
++FILE_VERSION_FILTER =
++LAYOUT_FILE =
++#---------------------------------------------------------------------------
++# configuration options related to warning and progress messages
++#---------------------------------------------------------------------------
++QUIET = NO
++WARNINGS = YES
++WARN_IF_UNDOCUMENTED = NO
++WARN_IF_DOC_ERROR = YES
++WARN_NO_PARAMDOC = NO
++WARN_FORMAT = "$file:$line: $text"
++WARN_LOGFILE =
++#---------------------------------------------------------------------------
++# configuration options related to the input files
++#---------------------------------------------------------------------------
++INPUT = "@KWWidgets_SOURCE_DIR@/Utilities/Doxygen/doc_autogenerated.dox" \
++ "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/doc_mainpage.dox" \
++ "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox" \
++ "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox/AutoGeneratedClasses" \
++ "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox/doc_KWWidgets_index.dox" \
++ "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox/doc_KWWidgets_events2.dox" \
++ "@KWWidgets_BINARY_DIR@/Utilities/Doxygen/dox/doc_KWWidgets_events.dox"
++INPUT_ENCODING = UTF-8
++FILE_PATTERNS = *.h
++RECURSIVE = NO
++EXCLUDE = Common/vtkSetGet.h
++EXCLUDE_SYMLINKS = NO
++EXCLUDE_PATTERNS =
++EXCLUDE_SYMBOLS =
++EXAMPLE_PATH =
++EXAMPLE_PATTERNS = *
++EXAMPLE_RECURSIVE = NO
++IMAGE_PATH = "@KWWidgets_SOURCE_DIR@/Utilities/Doxygen" \
++ "@KWWidgets_SOURCE_DIR@/Examples/Resources"
++INPUT_FILTER =
++FILTER_PATTERNS =
++FILTER_SOURCE_FILES = NO
++#---------------------------------------------------------------------------
++# configuration options related to source browsing
++#---------------------------------------------------------------------------
++SOURCE_BROWSER = YES
++INLINE_SOURCES = NO
++STRIP_CODE_COMMENTS = YES
++REFERENCED_BY_RELATION = NO
++REFERENCES_RELATION = NO
++REFERENCES_LINK_SOURCE = YES
++USE_HTAGS = NO
++VERBATIM_HEADERS = NO
++#---------------------------------------------------------------------------
++# configuration options related to the alphabetical class index
++#---------------------------------------------------------------------------
++ALPHABETICAL_INDEX = YES
++COLS_IN_ALPHA_INDEX = 3
++IGNORE_PREFIX = vtkKW \
++ vtkPV \
++ vtkSM \
++ vtk
++#---------------------------------------------------------------------------
++# configuration options related to the HTML output
++#---------------------------------------------------------------------------
++GENERATE_HTML = YES
++HTML_OUTPUT = html
++HTML_FILE_EXTENSION = .html
++HTML_HEADER =
++HTML_FOOTER =
++HTML_STYLESHEET =
++HTML_TIMESTAMP = NO
++HTML_ALIGN_MEMBERS = YES
++HTML_DYNAMIC_SECTIONS = NO
++GENERATE_DOCSET = NO
++DOCSET_FEEDNAME = "Doxygen generated docs"
++DOCSET_BUNDLE_ID = org.doxygen.Project
++GENERATE_HTMLHELP = NO
++CHM_FILE =
++HHC_LOCATION =
++GENERATE_CHI = NO
++CHM_INDEX_ENCODING =
++BINARY_TOC = NO
++TOC_EXPAND = NO
++GENERATE_QHP = NO
++QCH_FILE =
++QHP_NAMESPACE =
++QHP_VIRTUAL_FOLDER = doc
++QHP_CUST_FILTER_NAME =
++QHP_CUST_FILTER_ATTRS =
++QHP_SECT_FILTER_ATTRS =
++QHG_LOCATION =
++GENERATE_ECLIPSEHELP = NO
++ECLIPSE_DOC_ID = org.doxygen.Project
++DISABLE_INDEX = NO
++ENUM_VALUES_PER_LINE = 4
++GENERATE_TREEVIEW = ALL
++USE_INLINE_TREES = NO
++TREEVIEW_WIDTH = 250
++FORMULA_FONTSIZE = 10
++SEARCHENGINE = NO
++SERVER_BASED_SEARCH = NO
++#---------------------------------------------------------------------------
++# configuration options related to the LaTeX output
++#---------------------------------------------------------------------------
++GENERATE_LATEX = NO
++LATEX_OUTPUT = latex
++LATEX_CMD_NAME = latex
++MAKEINDEX_CMD_NAME = makeindex
++COMPACT_LATEX = NO
++PAPER_TYPE = a4wide
++EXTRA_PACKAGES =
++LATEX_HEADER =
++PDF_HYPERLINKS = YES
++USE_PDFLATEX = YES
++LATEX_BATCHMODE = NO
++LATEX_HIDE_INDICES = NO
++LATEX_SOURCE_CODE = NO
++#---------------------------------------------------------------------------
++# configuration options related to the RTF output
++#---------------------------------------------------------------------------
++GENERATE_RTF = NO
++RTF_OUTPUT = rtf
++COMPACT_RTF = NO
++RTF_HYPERLINKS = NO
++RTF_STYLESHEET_FILE =
++RTF_EXTENSIONS_FILE =
++#---------------------------------------------------------------------------
++# configuration options related to the man page output
++#---------------------------------------------------------------------------
++GENERATE_MAN = NO
++MAN_OUTPUT = man
++MAN_EXTENSION = .3
++MAN_LINKS = NO
++#---------------------------------------------------------------------------
++# configuration options related to the XML output
++#---------------------------------------------------------------------------
++GENERATE_XML = NO
++XML_OUTPUT = xml
++XML_SCHEMA =
++XML_DTD =
++XML_PROGRAMLISTING = YES
++#---------------------------------------------------------------------------
++# configuration options for the AutoGen Definitions output
++#---------------------------------------------------------------------------
++GENERATE_AUTOGEN_DEF = NO
++#---------------------------------------------------------------------------
++# configuration options related to the Perl module output
++#---------------------------------------------------------------------------
++GENERATE_PERLMOD = NO
++PERLMOD_LATEX = NO
++PERLMOD_PRETTY = YES
++PERLMOD_MAKEVAR_PREFIX =
++#---------------------------------------------------------------------------
++# Configuration options related to the preprocessor
++#---------------------------------------------------------------------------
++ENABLE_PREPROCESSING = YES
++MACRO_EXPANSION = YES
++EXPAND_ONLY_PREDEF = YES
++SEARCH_INCLUDES = YES
++INCLUDE_PATH =
++INCLUDE_FILE_PATTERNS =
++PREDEFINED = "vtkSetMacro(name,type)= virtual void Set##name (type);" \
++ "vtkGetMacro(name,type)= virtual type Get##name ();" \
++ "vtkSetStringMacro(name)= virtual void Set##name (const char*);" \
++ "vtkGetStringMacro(name)= virtual char* Get##name ();" \
++ "vtkSetClampMacro(name,type,min,max)= virtual void Set##name (type);" \
++ "vtkSetObjectMacro(name,type)= virtual void Set##name (type*);" \
++ "vtkGetObjectMacro(name,type)= virtual type *Get##name ();" \
++ "vtkBooleanMacro(name,type)= virtual void name##On (); virtual void name##Off ();" \
++ "vtkSetVector2Macro(name,type)= virtual void Set##name (type, type); void Set##name (type [2]);" \
++ "vtkGetVector2Macro(name,type)= virtual type *Get##name (); virtual void Get##name (type &, type &); virtual void Get##name (type [2]);" \
++ "vtkSetVector3Macro(name,type)= virtual void Set##name (type, type, type); virtual void Set##name (type [3]);" \
++ "vtkGetVector3Macro(name,type)= virtual type *Get##name (); virtual void Get##name (type &, type &, type &); virtual void Get##name (type [3]);" \
++ "vtkSetVector4Macro(name,type)= virtual void Set##name (type, type, type, type); virtual void Set##name (type [4]);" \
++ "vtkGetVector4Macro(name,type)= virtual type *Get##name (); virtual void Get##name (type &, type &, type &, type &); virtual void Get##name (type [4]);" \
++ "vtkSetVector6Macro(name,type)= virtual void Set##name (type, type, type, type, type, type); virtual void Set##name (type [6]);" \
++ "vtkGetVector6Macro(name,type)= virtual type *Get##name (); virtual void Get##name (type &, type &, type &, type &, type &, type &); virtual void Get##name (type [6]);" \
++ "vtkSetVectorMacro(name,type,count)= virtual void Set##name(type data[]);" \
++ "vtkGetVectorMacro(name,type,count)= virtual type *Get##name (); virtual void Get##name(type data[##count]);" \
++ "vtkWorldCoordinateMacro(name)= virtual vtkCoordinate *Get##name##Coordinate (); virtual void Set##name(float x[3]); virtual void Set##name(float x, float y, float z); virtual float *Get##name();" \
++ "vtkViewportCoordinateMacro(name)= virtual vtkCoordinate *Get##name##Coordinate (); virtual void Set##name(float x[2]); virtual void Set##name(float x, float y); virtual float *Get##name();" \
++ "vtkTypeMacro(thisClass,superclass)= typedef superclass Superclass; virtual const char *GetClassName(); static int IsTypeOf(const char *type); virtual int IsA(const char *type); static thisClass* SafeDownCast(vtkObject *o);" \
++ "vtkTypeRevisionMacro(thisClass,superclass)= typedef superclass Superclass; virtual const char *GetClassName(); static int IsTypeOf(const char *type); virtual int IsA(const char *type); static thisClass* SafeDownCast(vtkObject *o);" \
++ "VTK_LEGACY(x)= x"
++EXPAND_AS_DEFINED =
++SKIP_FUNCTION_MACROS = YES
++#---------------------------------------------------------------------------
++# Configuration::additions related to external references
++#---------------------------------------------------------------------------
++TAGFILES = /usr/share/doc/vtk-doc/vtk.tag
++GENERATE_TAGFILE = @KWWidgets_BINARY_DIR@/Utilities/Doxygen/KWWidgets.tag
++ALLEXTERNALS = NO
++EXTERNAL_GROUPS = YES
++PERL_PATH = /usr/bin/perl
++#---------------------------------------------------------------------------
++# Configuration options related to the dot tool
++#---------------------------------------------------------------------------
++CLASS_DIAGRAMS = NO
++MSCGEN_PATH =
++HIDE_UNDOC_RELATIONS = YES
++HAVE_DOT = YES
++DOT_FONTNAME = FreeSans
++DOT_FONTSIZE = 10
++DOT_FONTPATH =
++CLASS_GRAPH = YES
++COLLABORATION_GRAPH = YES
++GROUP_GRAPHS = YES
++UML_LOOK = NO
++TEMPLATE_RELATIONS = YES
++INCLUDE_GRAPH = YES
++INCLUDED_BY_GRAPH = YES
++CALL_GRAPH = NO
++CALLER_GRAPH = NO
++GRAPHICAL_HIERARCHY = YES
++DIRECTORY_GRAPH = YES
++DOT_IMAGE_FORMAT = png
++DOT_PATH = @DOT_PATH@
++DOTFILE_DIRS =
++DOT_GRAPH_MAX_NODES = 50
++MAX_DOT_GRAPH_DEPTH = 0
++DOT_TRANSPARENT = NO
++DOT_MULTI_TARGETS = NO
++GENERATE_LEGEND = YES
++DOT_CLEANUP = YES
+Index: kwwidgets-1.0.0~cvs20100630/CMake/FindMySQL.cmake
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ kwwidgets-1.0.0~cvs20100630/CMake/FindMySQL.cmake 2010-10-30 19:15:00.000000000 -0400
+@@ -0,0 +1,68 @@
++#
++# Find the MySQL client includes and library
++#
++
++# This module defines
++# MYSQL_INCLUDE_DIRECTORIES, where to find mysql.h
++# MYSQL_LIBRARIES, the libraries to link against to connect to MySQL
++# MYSQL_FOUND, If false, you cannot build anything that requires MySQL.
++
++# also defined, but not for general use are
++# MYSQL_LIBRARY, where to find the MySQL library.
++
++#
++# XXX NOTE: This is not yet for general use. I'm pretty sure there
++# are other libraries I have to link against at the same time.
++#
++
++SET( MYSQL_FOUND 0 )
++
++FIND_PATH(MYSQL_INCLUDE_DIRECTORIES mysql.h
++ /usr/include
++ /usr/include/mysql
++ /usr/local/include
++ /usr/local/include/mysql
++ /usr/local/mysql/include
++ "C:/Program Files/MySQL/include"
++ "C:/MySQL/include"
++ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MySQL AB\\MySQL Server 5.0;Location]/include"
++ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\MySQL AB\\MySQL Server 5.0;Location]/include"
++ DOC "Specify the directory containing mysql.h."
++)
++
++FIND_LIBRARY( MYSQL_LIBRARY
++ NAMES mysql libmysql mysqlclient
++ PATHS
++ /usr/lib
++ /usr/lib/mysql
++ /usr/local/lib
++ /usr/local/lib/mysql
++ /usr/local/mysql/lib
++ "C:/Program Files/MySQL/lib"
++ "C:/MySQL/lib/debug"
++ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MySQL AB\\MySQL Server 5.0;Location]/lib/opt"
++ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\MySQL AB\\MySQL Server 5.0;Location]/lib/opt"
++ DOC "Specify the mysql library here."
++)
++
++# On Windows you typically don't need to include any extra libraries
++# to build MYSQL stuff.
++
++IF (NOT WIN32)
++ FIND_LIBRARY( MYSQL_EXTRA_LIBRARIES
++ NAMES z zlib
++ PATHS /usr/lib /usr/local/lib
++ DOC "If more libraries are necessary to link in a MySQL client (typically zlib), specify them here.")
++ELSE (NOT WIN32)
++ SET( MYSQL_EXTRA_LIBRARIES "" )
++ENDIF (NOT WIN32)
++
++
++IF (MYSQL_LIBRARY)
++ IF (MYSQL_INCLUDE_DIRECTORIES)
++ SET( MYSQL_FOUND 1 )
++ ENDIF (MYSQL_INCLUDE_DIRECTORIES)
++ENDIF (MYSQL_LIBRARY)
++
++MARK_AS_ADVANCED( MYSQL_FOUND MYSQL_LIBRARY MYSQL_EXTRA_LIBRARIES MYSQL_INCLUDE_DIRECTORIES )
++
+Index: kwwidgets-1.0.0~cvs20100630/CMake/KWWidgetsPathsMacros.cmake
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/CMake/KWWidgetsPathsMacros.cmake 2010-10-30 19:15:00.367315655 -0400
++++ kwwidgets-1.0.0~cvs20100630/CMake/KWWidgetsPathsMacros.cmake 2010-10-30 19:15:00.000000000 -0400
+@@ -489,7 +489,7 @@
+
+ if(VTK_USE_MYSQL)
+ if(NOT MYSQL_INCLUDE_DIRECTORIES AND NOT MYSQL_LIBRARY)
+- include("${VTK_CMAKE_DIR}/FindMySQL.cmake")
++ include("${KWWidgets_CMAKE_DIR}/FindIncrTCL.cmake")
+ endif(NOT MYSQL_INCLUDE_DIRECTORIES AND NOT MYSQL_LIBRARY)
+ if(MYSQL_LIBRARY)
+ get_filename_component(path "${MYSQL_LIBRARY}" PATH)
+Index: kwwidgets-1.0.0~cvs20100630/vtkKWRegistryHelper.cxx
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/vtkKWRegistryHelper.cxx 2010-10-30 19:15:00.307279221 -0400
++++ kwwidgets-1.0.0~cvs20100630/vtkKWRegistryHelper.cxx 2010-10-30 19:15:00.000000000 -0400
+@@ -24,7 +24,7 @@
+
+ #include <ctype.h>
+
+-vtkCxxRevisionMacro(vtkKWRegistryHelper, "$Revision: 1.4 $");
++vtkCxxRevisionMacro(vtkKWRegistryHelper, "$Revision: 1.5 $");
+
+ //----------------------------------------------------------------------------
+ vtkKWRegistryHelper *vtkKWRegistryHelper::New()
+@@ -51,6 +51,7 @@
+ this->Changed = 0;
+ this->Empty = 1;
+ this->GlobalScope = 0;
++ this->ConfigurationDirectory = NULL;
+ }
+
+ //----------------------------------------------------------------------------
+Index: kwwidgets-1.0.0~cvs20100630/vtkKWRegistryHelper.h
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/vtkKWRegistryHelper.h 2010-10-30 19:15:00.391396946 -0400
++++ kwwidgets-1.0.0~cvs20100630/vtkKWRegistryHelper.h 2010-10-30 19:15:00.000000000 -0400
+@@ -81,6 +81,11 @@
+ // Should the registry be locked?
+ vtkGetMacro(Locked, int);
+
++ // Description:
++ // Set or get the configuration directory - valid on UNIX only
++ vtkSetStringMacro(ConfigurationDirectory);
++ vtkGetStringMacro(ConfigurationDirectory);
++
+ //BTX
+ enum {
+ ReadOnly,
+@@ -146,6 +151,7 @@
+ char *TopLevel;
+ int Locked;
+ int GlobalScope;
++ char* ConfigurationDirectory;
+
+ vtkKWRegistryHelper(const vtkKWRegistryHelper&); // Not implemented
+ void operator=(const vtkKWRegistryHelper&); // Not implemented
+Index: kwwidgets-1.0.0~cvs20100630/vtkKWTopLevel.cxx
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/vtkKWTopLevel.cxx 2010-10-30 19:15:00.267432315 -0400
++++ kwwidgets-1.0.0~cvs20100630/vtkKWTopLevel.cxx 2010-10-30 19:15:00.000000000 -0400
+@@ -23,7 +23,7 @@
+
+ //----------------------------------------------------------------------------
+ vtkStandardNewMacro( vtkKWTopLevel );
+-vtkCxxRevisionMacro(vtkKWTopLevel, "$Revision: 1.38 $");
++vtkCxxRevisionMacro(vtkKWTopLevel, "$Revision: 1.39 $");
+
+ //----------------------------------------------------------------------------
+ vtkKWTopLevel::vtkKWTopLevel()
+@@ -119,7 +119,7 @@
+ }
+ if (title)
+ {
+- this->Script("wm title %s \"%s\"", this->GetWidgetName(), title);
++ this->Script("wm title %s {%s}", this->GetWidgetName(), title);
+ }
+
+ if (this->GetMasterWindow())
+@@ -407,7 +407,7 @@
+
+ if (this->Title && this->IsCreated())
+ {
+- this->Script("wm title %s \"%s\"", this->GetWidgetName(), this->Title);
++ this->Script("wm title %s {%s}", this->GetWidgetName(), this->Title);
+ }
+ }
+
+Index: kwwidgets-1.0.0~cvs20100630/vtkKWUNIXRegistryHelper.cxx
+===================================================================
+--- kwwidgets-1.0.0~cvs20100630.orig/vtkKWUNIXRegistryHelper.cxx 2010-10-30 19:15:00.375312422 -0400
++++ kwwidgets-1.0.0~cvs20100630/vtkKWUNIXRegistryHelper.cxx 2010-10-30 19:15:00.000000000 -0400
+@@ -28,7 +28,7 @@
+ #define BUFFER_SIZE 8192
+
+ vtkStandardNewMacro( vtkKWUNIXRegistryHelper );
+-vtkCxxRevisionMacro(vtkKWUNIXRegistryHelper, "$Revision: 1.7 $");
++vtkCxxRevisionMacro(vtkKWUNIXRegistryHelper, "$Revision: 1.8 $");
+
+ //----------------------------------------------------------------------------
+ //****************************************************************************
+@@ -42,10 +42,16 @@
+ //----------------------------------------------------------------------------
+
+ //----------------------------------------------------------------------------
+-vtkKWUNIXRegistryHelper::vtkKWUNIXRegistryHelper()
++vtkKWUNIXRegistryHelper::vtkKWUNIXRegistryHelper() : vtkKWRegistryHelper()
+ {
+ this->Internals = new vtkKWUNIXRegistryHelperInternals;
+ this->SubKey = 0;
++
++ const char* home = getenv("HOME");
++ if ( NULL != home )
++ {
++ this->SetConfigurationDirectory(home);
++ }
+ }
+
+ //----------------------------------------------------------------------------
+@@ -59,15 +65,15 @@
+ int vtkKWUNIXRegistryHelper::OpenInternal(const char *toplevel,
+ const char *subkey,
+ int readonly)
+-{
++{
+ int res = 0;
+ int cc;
+- vtksys_ios::ostringstream str;
+- if ( !getenv("HOME") )
++ if ( NULL == this->GetConfigurationDirectory() )
+ {
+ return 0;
+ }
+- str << getenv("HOME") << "/." << toplevel << "rc";
++ vtksys_ios::ostringstream str;
++ str << this->GetConfigurationDirectory() << "/." << toplevel << "rc";
+ if ( readonly == vtkKWRegistryHelper::ReadWrite )
+ {
+ ofstream ofs( str.str().c_str(), ios::out|ios::app );
+@@ -144,12 +150,12 @@
+ return 1;
+ }
+
+- vtksys_ios::ostringstream str;
+- if ( !getenv("HOME") )
++ if ( NULL == this->GetConfigurationDirectory() )
+ {
+ return 0;
+ }
+- str << getenv("HOME") << "/." << this->GetTopLevel() << "rc";
++ vtksys_ios::ostringstream str;
++ str << this->GetConfigurationDirectory() << "/." << this->GetTopLevel() << "rc";
+ ofstream *ofs = new ofstream(str.str().c_str(), ios::out);
+ if ( !ofs )
+ {
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/patches/series?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/patches/series (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/patches/series Sun Jan 30 15:05:37 2011
@@ -1,0 +1,1 @@
+50_all_patches.diff
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/python-kwwidgets.lintian-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/python-kwwidgets.lintian-overrides?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/python-kwwidgets.lintian-overrides (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/python-kwwidgets.lintian-overrides Sun Jan 30 15:05:37 2011
@@ -1,0 +1,2 @@
+python-kwwidgets: non-dev-pkg-with-shlib-symlink
+python-kwwidgets: package-name-doesnt-match-sonames
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/rules?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/rules (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/rules Sun Jan 30 15:05:37 2011
@@ -1,0 +1,101 @@
+#!/usr/bin/make -f
+
+export DH_VERBOSE=0
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+CFLAGS = -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+export CFLAGS
+
+# set the number of build jobs
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+ JOBS := -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+
+DEB_DH_BUILDDEB_ARGS := -- -Z bzip2
+DEB_BUILDDIR = $(CURDIR)/DEB_build_shared
+DEB_DESTDIR = $(CURDIR)/debian/tmp
+DEB_MAKE_BUILD_TARGET := $(JOBS)
+DEB_MAKE_INSTALL_TARGET := $(JOBS) install
+
+
+PYVERS = $(shell pyversions -r debian/control)
+PYMODDIR = usr/lib/$(PYVERS)/site-packages
+PYEXTDIR = $(PYMODDIR)
+
+
+$(DEB_BUILDDIR)/CMakeCache.txt: debian/CMakeCache.txt.debian
+ cp $< $@
+ echo CMAKE_INSTALL_PREFIX:PATH=$(CURDIR)/debian/tmp/usr >> $@
+ echo CMAKE_VERBOSE_MAKEFILE:BOOL=$(DH_VERBOSE) >> $@
+ echo CMAKE_CXX_FLAGS:STRING=-Wno-deprecated -I/usr/include/$(PYVERS) >> $@
+ echo CMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,--as-needed >> $@
+ echo CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,--as-needed >> $@
+ echo BUILD_DOCUMENTATION:BOOL=ON >> $@
+ echo KWWidgets_BUILD_EXAMPLES:BOOL=OFF >> $@
+ echo KWWidgets_BUILD_TESTING:BOOL=OFF >> $@
+ echo BUILD_SHARED_LIBS:BOOL=ON >> $@
+ echo DOT_PATH:PATH=$(CURDIR)/debian >> $@
+
+ chmod +x debian/dot
+
+
+get-orig-source:
+ /bin/sh $(CURDIR)/debian/get-orig-source
+
+
+common-configure-arch:: $(DEB_BUILDDIR)/CMakeCache.txt
+ cd $(DEB_BUILDDIR) && cmake ..
+
+
+common-build-arch::
+ echo "python-kwwidgets: non-dev-pkg-with-shlib-symlink" > debian/python-kwwidgets.lintian-overrides
+ echo "python-kwwidgets: package-name-doesnt-match-sonames" >> debian/python-kwwidgets.lintian-overrides
+ dh_lintian
+
+
+install/kwwidgets-doc::
+ doxygen -u -s $(DEB_BUILDDIR)/Utilities/Doxygen/Doxyfile
+ doxygen $(DEB_BUILDDIR)/Utilities/Doxygen/Doxyfile
+ # remove zero byte files
+ find $(DEB_BUILDDIR)/Utilities/Doxygen/doc/ -depth -empty | xargs rm -rf
+ find $(DEB_BUILDDIR)/Utilities/Doxygen/doc/ -name "*.md5" | xargs rm -rf
+ dh_install -pkwwidgets-doc ../../DEB_build_shared/Utilities/Doxygen/doc/html usr/share/doc/kwwidgets-doc
+
+install/python-kwwidgets::
+ dh_install -ppython-kwwidgets $(PYMODDIR)/KWWidgets-1.0*.egg-info $(PYMODDIR)
+ dh_install -ppython-kwwidgets $(PYMODDIR)/libKWWidgetsPython.so $(PYMODDIR)
+ dh_install -ppython-kwwidgets $(PYMODDIR)/kwwidgets.py $(PYMODDIR)
+ dh_install -ppython-kwwidgets usr/lib/libKWWidgetsPythonD.so* usr/lib
+ dh_pysupport -v
+
+
+install/kwwidgets-examples::
+ dh_installexamples -pkwwidgets-examples Examples/*
+
+
+install/tcl8.5-kwwidgets::
+ dh_install -ptcl8.5-kwwidgets usr/lib/KWWidgets/tcl/pkgIndex.tcl usr/lib/KWWidgets
+ dh_install -ptcl8.5-kwwidgets usr/lib/tcl/kwwidgets/kwwidgets.tcl usr/lib/KWWidgets/kwwidgets
+
+
+install/libkwwidgets1.0.1006::
+ dh_install -plibkwwidgets1.0.1006 usr/lib/libKWWidgets.so.* usr/lib
+
+
+install/libkwwidgets1-dev::
+ dh_install -plibkwwidgets1-dev usr/lib/libKWWidgets.so usr/lib
+ dh_install -plibkwwidgets1-dev usr/lib/KWWidgets/CMake/* usr/lib/KWWidgets/CMake
+ dh_install -plibkwwidgets1-dev usr/lib/KWWidgets/*.cmake usr/lib/KWWidgets
+ dh_install -plibkwwidgets1-dev usr/include/KWWidgets/* usr/include/KWWidgets
+
+
+clean::
+ rm -rf $(DEB_BUILDDIR)
Propchange: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/kwwidgets/tags/1.0.0%7Ecvs20100630-1/debian/source/format?rev=37251&op=file
==============================================================================
--- packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/source/format (added)
+++ packages/kwwidgets/tags/1.0.0~cvs20100630-1/debian/source/format Sun Jan 30 15:05:37 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
More information about the debian-science-commits
mailing list