[Pkg-tcltk-commits] r413 - in tile/trunk: . debian

frankie at alioth.debian.org frankie at alioth.debian.org
Mon Dec 17 13:55:01 UTC 2007


Author: frankie
Date: 2007-12-17 13:55:01 +0000 (Mon, 17 Dec 2007)
New Revision: 413

Added:
   tile/trunk/debian/
   tile/trunk/debian/README.Debian
   tile/trunk/debian/changelog
   tile/trunk/debian/compat
   tile/trunk/debian/control
   tile/trunk/debian/copyright
   tile/trunk/debian/dirs.in
   tile/trunk/debian/docs
   tile/trunk/debian/examples
   tile/trunk/debian/install.in
   tile/trunk/debian/rules
   tile/trunk/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: tile/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: tile/trunk/debian/README.Debian
===================================================================
--- tile/trunk/debian/README.Debian	                        (rev 0)
+++ tile/trunk/debian/README.Debian	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1,6 @@
+tile for Debian
+---------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 14 Dec 2007 13:59:58 +0100

Added: tile/trunk/debian/changelog
===================================================================
--- tile/trunk/debian/changelog	                        (rev 0)
+++ tile/trunk/debian/changelog	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1,6 @@
+tile (0.8.2-1) unstable; urgency=low
+
+  * Initial release. (closes: #456659)  
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 17 Dec 2007 13:44:03 +0100
+

Added: tile/trunk/debian/compat
===================================================================
--- tile/trunk/debian/compat	                        (rev 0)
+++ tile/trunk/debian/compat	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1 @@
+5

Added: tile/trunk/debian/control
===================================================================
--- tile/trunk/debian/control	                        (rev 0)
+++ tile/trunk/debian/control	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1,21 @@
+Source: tile
+Section: devel
+Priority: optional
+Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
+Build-Depends: debhelper (>= 5), autotools-dev, tcl-dev (>= 8.4), tk-dev (>= 8.4)
+Standards-Version: 3.7.3
+Homepage: http://tktable.sourceforge.net/
+
+Package: tk-tile
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, tk (>= 8.4) | wish
+Description: A themed widget set provider library for Tk
+ The Tile widget set is an experimental reimplementation
+ of some of the standard Tk widgets.  The main features are:
+ .
+    * "Revitalized" look and feel under X11
+    * Appearance controlled by a theme engine, providing
+      greater flexibility for custom widgets
+    * New widgets, including notebook, progressbar, combobox,
+      separator, and sizegrip.

Added: tile/trunk/debian/copyright
===================================================================
--- tile/trunk/debian/copyright	                        (rev 0)
+++ tile/trunk/debian/copyright	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1,40 @@
+This package was debianized by Francesco Paolo Lovergine <frankie at debian.org> on
+Fri, 14 Dec 2007 13:59:58 +0100.
+
+It was downloaded from http://tktable.sourceforge.net/tile/
+
+Upstream Authors: Joe English <jenglish at users.sourceforge.net> et al. 
+
+Copyright: 
+
+	Copyright 2003-2006 (c) Joe English, Pat Thoyts, Michael Kirkham et al.
+	
+License:
+
+This software is Copyright (C) 2003 Joe English and other parties.
+
+The following terms apply to all files associated with this software
+unless explicitly disclaimed in individual files.  
+
+The author(s) 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 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.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS for a PARTICULAR PURPOSE.  IN NO EVENT
+shall the AUTHORS of THIS SOFTWARE be LIABLE to ANY PARTY for
+DIRECT, INDIRECT, SPECIAL, INCIDENTAL, or CONSEQUENTIAL DAMAGES
+arising out of the USE of THIS SOFTWARE and its DOCUMENTATION.
+
+
+
+
+The Debian packaging is (C) 2007, Francesco Paolo Lovergine <frankie at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: tile/trunk/debian/dirs.in
===================================================================
--- tile/trunk/debian/dirs.in	                        (rev 0)
+++ tile/trunk/debian/dirs.in	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1,3 @@
+usr/lib/tcltk/tile at VERSION@
+usr/share/tcltk/tile at VERSION@
+usr/include

Added: tile/trunk/debian/docs
===================================================================
--- tile/trunk/debian/docs	                        (rev 0)
+++ tile/trunk/debian/docs	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1,3 @@
+ANNOUNCE.txt
+README.txt
+doc/html

Added: tile/trunk/debian/examples
===================================================================
--- tile/trunk/debian/examples	                        (rev 0)
+++ tile/trunk/debian/examples	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1 @@
+demos/*

Added: tile/trunk/debian/install.in
===================================================================
--- tile/trunk/debian/install.in	                        (rev 0)
+++ tile/trunk/debian/install.in	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1,4 @@
+usr/lib/tile at VERSION@	/usr/lib/tcltk
+usr/share/tcltk/tile at VERSION@	/usr/share/tcltk
+usr/include/*.h		/usr/include/tcl
+usr/lib/*.a		/usr/lib

Added: tile/trunk/debian/rules
===================================================================
--- tile/trunk/debian/rules	                        (rev 0)
+++ tile/trunk/debian/rules	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1,109 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+# 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)
+
+VERSION=$(shell grep AC_INIT configure.in|cut -d[ -f3|cut -d] -f1)
+TARGET=$(CURDIR)/debian/tmp
+
+config.status: configure
+	
+	# Pre-builds debian/ versioned files
+	for file in dirs install; \
+	do \
+		sed -e 's/@VERSION@/$(VERSION)/' $(CURDIR)/debian/$${file}.in > $(CURDIR)/debian/$${file}; \
+	done
+	
+	dh_testdir
+	# Add here commands to configure the package.
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \
+		    --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
+		    CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" \
+		    --enable-threads
+	
+build: build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+	
+	# Add here commands to compile the package.
+	$(MAKE)
+	
+	touch $@
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp 
+	
+	# Add here commands to clean up after the build process.
+	[ ! -f $(CURDIR)/Makefile ] || $(MAKE) distclean
+	rm -f config.sub config.guess
+	
+	dh_clean 
+	
+	rm -f $(CURDIR)/debian/{dirs,install} 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/tk-tile.
+	$(MAKE) DESTDIR=$(TARGET) install
+	rm -f   $(TARGET)/usr/lib/tile$(VERSION)/winTheme.tcl \
+		$(TARGET)/usr/lib/tile$(VERSION)/xpTheme.tcl
+	install -d -m 755 -o root -g root $(TARGET)/usr/share/tcltk/tile$(VERSION)
+	install -d -m 755 -o root -g root $(TARGET)/usr/share/man/man3
+	mv $(TARGET)/usr/lib/tile$(VERSION)/*.tcl \
+	   $(TARGET)/usr/share/tcltk/tile$(VERSION)/.
+	mv $(TARGET)/usr/share/tcltk/tile$(VERSION)/pkgIndex.tcl \
+	   $(TARGET)/usr/lib/tile$(VERSION)/.
+	
+	# Adjust man sections and copies man pages.
+	for man in $(CURDIR)/doc/*.n $(CURDIR)/doc/*.3; \
+	do \
+		dest=$$(basename `basename $${man} .n` .3).3tcl; \
+		sed -e 's/^\.TH \([^ ]\+\|"[^"]\+"\) n\|3/.TH \1 3tcl/' $${man} >$(TARGET)/usr/share/man/man3/$${dest}; \
+	done
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_install --sourcedir=$(TARGET)
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installexamples
+	dh_installman $(TARGET)/usr/share/man/man3/*
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_makeshlibs
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: tile/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: tile/trunk/debian/watch
===================================================================
--- tile/trunk/debian/watch	                        (rev 0)
+++ tile/trunk/debian/watch	2007-12-17 13:55:01 UTC (rev 413)
@@ -0,0 +1,5 @@
+# Compulsory line, this is a version 3 file
+version=3
+http://sf.net/tktable/tile-(.+)\.tar\.gz
+
+




More information about the Pkg-tcltk-commits mailing list