1.1 --- a/debian/changelog Mon Jun 23 11:49:20 2008 +0000
1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
1.3 @@ -1,6 +0,0 @@
1.4 -vym (1.7.0-1) unstable; urgency=low
1.5 -
1.6 - * Initial release
1.7 -
1.8 - -- Steffen Joeris <steffen.joeris@skolelinux.de> Thu, 4 Aug 2005 17:58:32 +0200
1.9 -
2.1 --- a/debian/compat Mon Jun 23 11:49:20 2008 +0000
2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
2.3 @@ -1,1 +0,0 @@
2.4 -4
3.1 --- a/debian/control Mon Jun 23 11:49:20 2008 +0000
3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
3.3 @@ -1,13 +0,0 @@
3.4 -Source: vym
3.5 -Section: kde
3.6 -Priority: optional
3.7 -Maintainer: Steffen Joeris <steffen.joeris@skolelinux.de>
3.8 -Build-Depends: debhelper (>= 4.0.0), dpatch, libqt3-mt-dev
3.9 -Standards-Version: 3.6.2.1
3.10 -
3.11 -Package: vym
3.12 -Architecture: any
3.13 -Depends: ${shlibs:Depends}, ${misc:Depends}
3.14 -Description: view your mind
3.15 - Vym is a mind mapping program. It is
3.16 - useful to organize thoughts and do structure work.
4.1 --- a/debian/copyright Mon Jun 23 11:49:20 2008 +0000
4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
4.3 @@ -1,25 +0,0 @@
4.4 -This package was debianized by Steffen Joeris <steffen.joeris@skolelinux.de> on
4.5 -Thu, 4 Aug 2005 17:58:32 +0200.
4.6 -
4.7 -It was downloaded from
4.8 -http://sourceforge.net/projects/vym
4.9 -
4.10 -Copyright Holder: Uwe Drechsel <vym@insilmaril.de>
4.11 -
4.12 -License:
4.13 -
4.14 -This program is free software; you can redistribute it and/or
4.15 -modify it under the terms of the GNU General Public License, version 2
4.16 -as published by the Free Software Foundation.
4.17 -
4.18 -This program is distributed in the hope that it will be useful,
4.19 -but WITHOUT ANY WARRANTY; without even the implied warranty of
4.20 -MERCHANDABILITY of FITNESS FOR A PARTICULAR PURPOSE.
4.21 -See the GNU General Public License for details.
4.22 -
4.23 -You should have received a copy of the GNU General Public License
4.24 -along with this program; if not, write to the Free Software Foundation,
4.25 -Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4.26 -
4.27 -On Debian GNU/Linux systems, the complete text of the GNU General
4.28 -Public License can be found in `/usr/share/common-licenses/GPL'.
5.1 --- a/debian/dirs Mon Jun 23 11:49:20 2008 +0000
5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
5.3 @@ -1,4 +0,0 @@
5.4 -usr/bin
5.5 -usr/share
5.6 -usr/share/vym
5.7 -usr/share/applications
6.1 --- a/debian/docs Mon Jun 23 11:49:20 2008 +0000
6.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
6.3 @@ -1,1 +0,0 @@
6.4 -doc/vym.pdf
7.1 --- a/debian/menu Mon Jun 23 11:49:20 2008 +0000
7.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
7.3 @@ -1,8 +0,0 @@
7.4 -?package(vym):needs="X11" \
7.5 - section="Apps/Education" \
7.6 - hints="Kde" \
7.7 - title="Vym" \
7.8 - longtitle="View your mind" \
7.9 - command="/usr/bin/vym" \
7.10 - icon="/usr/share/vym/icons/vym.xpm"
7.11 -
8.1 --- a/debian/patches/00list Mon Jun 23 11:49:20 2008 +0000
8.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
8.3 @@ -1,2 +0,0 @@
8.4 -# Make the package debianlike
8.5 -10-debianlike
9.1 --- a/debian/patches/10-debianlike.dpatch Mon Jun 23 11:49:20 2008 +0000
9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
9.3 @@ -1,55 +0,0 @@
9.4 -#!/bin/sh -e
9.5 -## 10-debianlike.dpatch by Steffen Joeris <steffen.joeris@skolelinux.de>
9.6 -##
9.7 -## All lines beginning with `## DP:' are a description of the patch.
9.8 -## DP: Here we make vym debianlike :=)
9.9 -
9.10 -if [ $# -lt 1 ]; then
9.11 -echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
9.12 -exit 1
9.13 -fi
9.14 -
9.15 -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
9.16 -patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
9.17 -
9.18 -case "$1" in
9.19 - -patch) patch $patch_opts -p1 < $0;;
9.20 - -unpatch) patch $patch_opts -p1 -R < $0;;
9.21 - *)
9.22 - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
9.23 - exit 1;;
9.24 -esac
9.25 -
9.26 -exit 0
9.27 -
9.28 -@DPATCH@
9.29 ---- Makefile.org 2005-08-05 17:37:51.546689964 +0200
9.30 -+++ vym-1.7.0/Makefile 2005-08-05 17:34:24.950701764 +0200
9.31 -@@ -172,7 +172,8 @@
9.32 - moc_editxlinkdialog.o
9.33 - DIST = vym.pro
9.34 - QMAKE_TARGET = vym
9.35 --DESTDIR =
9.36 -+DESTDIR = debian/vym
9.37 -+INSTALL_ROOT= $(DESTDIR)
9.38 - TARGET = vym
9.39 -
9.40 - first: all
9.41 -@@ -822,13 +823,13 @@
9.42 -
9.43 -
9.44 - install_doc: all
9.45 -- @$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/share/doc/packages/vym/" || $(MKDIR) "$(INSTALL_ROOT)/usr/share/doc/packages/vym/"
9.46 -- -$(INSTALL_FILE) "doc/vym.pdf" "$(INSTALL_ROOT)/usr/share/doc/packages/vym/"
9.47 -+ @$(CHK_DIR_EXISTS) "$(INSTALL_ROOT)/usr/share/doc/vym/" || $(MKDIR) "$(INSTALL_ROOT)/usr/share/doc/vym/"
9.48 -+ -$(INSTALL_FILE) "doc/vym.pdf" "$(INSTALL_ROOT)/usr/share/doc/vym/"
9.49 -
9.50 -
9.51 - uninstall_doc:
9.52 -- -$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/doc/packages/vym/vym.pdf"
9.53 -- -$(DEL_DIR) "$(INSTALL_ROOT)/usr/share/doc/packages/vym/"
9.54 -+ -$(DEL_FILE) -r "$(INSTALL_ROOT)/usr/share/doc/vym/vym.pdf"
9.55 -+ -$(DEL_DIR) "$(INSTALL_ROOT)/usr/share/doc/vym/"
9.56 -
9.57 -
9.58 - install_demo: all
10.1 --- a/debian/rules Mon Jun 23 11:49:20 2008 +0000
10.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
10.3 @@ -1,89 +0,0 @@
10.4 -#!/usr/bin/make -f
10.5 -# -*- makefile -*-
10.6 -# Sample debian/rules that uses debhelper.
10.7 -# This file was originally written by Joey Hess and Craig Small.
10.8 -# As a special exception, when this file is copied by dh-make into a
10.9 -# dh-make output file, you may use that output file without restriction.
10.10 -# This special exception was added by Craig Small in version 0.37 of dh-make.
10.11 -
10.12 -# Uncomment this to turn on verbose mode.
10.13 -#export DH_VERBOSE=1
10.14 -
10.15 -
10.16 -
10.17 -
10.18 -CFLAGS = -Wall -g
10.19 -
10.20 -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
10.21 - CFLAGS += -O0
10.22 -else
10.23 - CFLAGS += -O2
10.24 -endif
10.25 -
10.26 -configure: configure-stamp
10.27 -configure-stamp:
10.28 - dh_testdir
10.29 - # Add here commands to configure the package.
10.30 - qmake
10.31 - dpatch apply-all
10.32 - make
10.33 - touch configure-stamp
10.34 -
10.35 -
10.36 -build: build-stamp
10.37 -
10.38 -build-stamp: configure-stamp
10.39 - dh_testdir
10.40 -
10.41 - # Add here commands to compile the package.
10.42 - $(MAKE)
10.43 - #docbook-to-man debian/vym.sgml > vym.1
10.44 -
10.45 - touch build-stamp
10.46 -
10.47 -clean:
10.48 - dh_testdir
10.49 - dh_testroot
10.50 - rm -f build-stamp configure-stamp
10.51 - rm -rf debian/patched
10.52 - rm -rf vym
10.53 - dpatch deapply-all
10.54 - # Add here commands to clean up after the build process.
10.55 - -$(MAKE) clean
10.56 -
10.57 - dh_clean
10.58 -
10.59 -install: build
10.60 - dh_testdir
10.61 - dh_testroot
10.62 - dh_clean -k
10.63 - dh_installdirs
10.64 - install -m 644 vym.desktop debian/vym/usr/share/applications/vym.desktop
10.65 - # Add here commands to install the package into debian/vym.
10.66 - $(MAKE) install DESTDIR=$(CURDIR)/debian/vym
10.67 -
10.68 -
10.69 -# Build architecture-independent files here.
10.70 -binary-indep: build install
10.71 -# We have nothing to do by default.
10.72 -
10.73 -# Build architecture-dependent files here.
10.74 -binary-arch: build install
10.75 - dh_testdir
10.76 - dh_testroot
10.77 - dh_installchangelogs
10.78 - dh_installdocs
10.79 - dh_installman
10.80 - dh_installmenu
10.81 - dh_link
10.82 - dh_strip
10.83 - dh_compress
10.84 - dh_fixperms
10.85 - dh_installdeb
10.86 - dh_shlibdeps
10.87 - dh_gencontrol
10.88 - dh_md5sums
10.89 - dh_builddeb
10.90 -
10.91 -binary: binary-indep binary-arch
10.92 -.PHONY: build clean binary-indep binary-arch binary install configure
11.1 --- a/debian/vym.1 Mon Jun 23 11:49:20 2008 +0000
11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
11.3 @@ -1,28 +0,0 @@
11.4 -.TH vym 8 "August 5, 2005" vym 8
11.5 -.SH NAME
11.6 -vym \- View your mind
11.7 -.SH SYNOPSIS
11.8 -.B vym
11.9 -.SH DESCRIPTION
11.10 -This manual page documents briefly the
11.11 -.B vym
11.12 -program
11.13 -.PP
11.14 -.\" TeX users may be more comfortable with the \fB<whatever>\fP and
11.15 -.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
11.16 -.\" respectively.
11.17 -\fBvym\fP is a program that makes mindmapping possible. It is based on qt
11.18 -and it can be used by everyone for structure work.
11.19 -.SH OPTIONS
11.20 -For more information, see /usr/share/vym/doc/vym.pdf .
11.21 -.TP
11.22 -.B \-h, \-\-help
11.23 -Show a small help.
11.24 -.TP
11.25 -.B \-v, \-\-version
11.26 -Show version of vym.
11.27 -.SH AUTHOR
11.28 -vym was written by <Uwe Drechsel>.
11.29 -.PP
11.30 -This manual page was written by Steffen Joeris <steffen.joeris@skolelinux.de>,
11.31 -for the Debian project (but may be used by others).
12.1 --- a/debian/vym.manpages Mon Jun 23 11:49:20 2008 +0000
12.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
12.3 @@ -1,1 +0,0 @@
12.4 -debian/vym.1