[med-svn] r1230 - trunk/packages/treeviewx/trunk/debian
charles-guest at alioth.debian.org
charles-guest at alioth.debian.org
Thu Jan 31 01:55:48 UTC 2008
Author: charles-guest
Date: 2008-01-31 01:55:48 +0000 (Thu, 31 Jan 2008)
New Revision: 1230
Added:
trunk/packages/treeviewx/trunk/debian/examples
trunk/packages/treeviewx/trunk/debian/manpages
Removed:
trunk/packages/treeviewx/trunk/debian/compat
Modified:
trunk/packages/treeviewx/trunk/debian/changelog
trunk/packages/treeviewx/trunk/debian/rules
Log:
swiched to CDBS
Modified: trunk/packages/treeviewx/trunk/debian/changelog
===================================================================
--- trunk/packages/treeviewx/trunk/debian/changelog 2008-01-31 01:51:08 UTC (rev 1229)
+++ trunk/packages/treeviewx/trunk/debian/changelog 2008-01-31 01:55:48 UTC (rev 1230)
@@ -1,4 +1,4 @@
-treeviewx (0.5.1-5) UNRELEASED; urgency=low
+treeviewx (0.5.1-5) unstable; urgency=low
[ Charles Plessy ]
* Debian Menu transition: Apps/Science becomes Applications/Science/Biology.
@@ -14,6 +14,7 @@
- debian/rules calls dh_installmime.
* debian/copyright: made machine-parsable.
* Relicensed the manpage under "same as TreeView X" terms.
+ * Switched to CDBS and quilt.
[ David Paleino ]
* Added support for MIME types (.phb is now associated to treeviewx)
@@ -22,7 +23,7 @@
* Other minor fixes
* Added Italian to the .desktop file
- -- Charles Plessy <charles-debian-nospam at plessy.org> Sat, 12 Jan 2008 13:02:09 +0900
+ -- Charles Plessy <charles-debian-nospam at plessy.org> Sat, 26 Jan 2008 22:32:36 +0900
treeviewx (0.5.1-4) unstable; urgency=low
Deleted: trunk/packages/treeviewx/trunk/debian/compat
===================================================================
--- trunk/packages/treeviewx/trunk/debian/compat 2008-01-31 01:51:08 UTC (rev 1229)
+++ trunk/packages/treeviewx/trunk/debian/compat 2008-01-31 01:55:48 UTC (rev 1230)
@@ -1 +0,0 @@
-5
Added: trunk/packages/treeviewx/trunk/debian/examples
===================================================================
--- trunk/packages/treeviewx/trunk/debian/examples (rev 0)
+++ trunk/packages/treeviewx/trunk/debian/examples 2008-01-31 01:55:48 UTC (rev 1230)
@@ -0,0 +1 @@
+debian/tree.phb
Added: trunk/packages/treeviewx/trunk/debian/manpages
===================================================================
--- trunk/packages/treeviewx/trunk/debian/manpages (rev 0)
+++ trunk/packages/treeviewx/trunk/debian/manpages 2008-01-31 01:55:48 UTC (rev 1230)
@@ -0,0 +1 @@
+debian/tv.1
Modified: trunk/packages/treeviewx/trunk/debian/rules
===================================================================
--- trunk/packages/treeviewx/trunk/debian/rules 2008-01-31 01:51:08 UTC (rev 1229)
+++ trunk/packages/treeviewx/trunk/debian/rules 2008-01-31 01:55:48 UTC (rev 1230)
@@ -1,85 +1,8 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Build rules for the Debian package treeviewx.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-# Modifications are a work of Charles Plessy during the year 2006, and
-# are hereby released as "public domain". They are mostly inspired from
-# the build rules from the sextractor package, maintained by Justin Pryzby.
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
-XP=xsltproc -o debian/ -''-nonet
-DB2MAN=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
-include /usr/share/dpatch/dpatch.make
-
-tv.1: debian/tv.1.xml
- $(XP) $(DB2MAN) $<
-
-manpages: tv.1
-
-config.status: patch
- dh_testdir
- CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
- touch configure-stamp
-
-build: config.status
-build-stamp:
- dh_testdir
- $(MAKE)
- touch $@
-
-clean: clean-patched unpatch
-clean-patched:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
- [ ! -f Makefile ] || $(MAKE) -i distclean
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- $(MAKE) install DESTDIR=$(CURDIR)/debian/treeviewx
- dh_installdirs
+install/treeviewx::
install -m 644 bitmaps/treeview.xpm $(CURDIR)/debian/treeviewx/usr/share/pixmaps/treeviewx.xpm
-
-
-binary-indep: build install
-binary-arch: build install
- dh_testdir
- dh_testroot
- dh_installchangelogs # ChangeLog (empty for the moment)
- dh_installdocs
- dh_install
- dh_installmenu
- dh_installmime
- dh_installman debian/tv.1
- dh_installexamples debian/tree.phb
- dh_desktop
- dh_strip
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
More information about the debian-med-commit
mailing list