[Pkg-tcltk-commits] r1483 - bwidget/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Mon Sep 23 06:21:53 UTC 2013


Author: sgolovan
Date: 2013-09-23 06:21:53 +0000 (Mon, 23 Sep 2013)
New Revision: 1483

Added:
   bwidget/trunk/debian/install
Modified:
   bwidget/trunk/debian/changelog
   bwidget/trunk/debian/control
   bwidget/trunk/debian/examples
   bwidget/trunk/debian/rules
Log:
[bwidget]
  * New upstream release.
  * Removed unnecessary build dependency on quilt.
  * Use debian/install files list instead of copying files in debian/rules.


Modified: bwidget/trunk/debian/changelog
===================================================================
--- bwidget/trunk/debian/changelog	2013-09-18 07:48:49 UTC (rev 1482)
+++ bwidget/trunk/debian/changelog	2013-09-23 06:21:53 UTC (rev 1483)
@@ -1,8 +1,10 @@
-bwidget (1.9.6-3) UNRELEASED; urgency=low
+bwidget (1.9.7-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Removed unnecessary build dependency on quilt.
+  * Use debian/install files list instead of copying files in debian/rules.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun, 05 May 2013 11:42:52 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Mon, 23 Sep 2013 10:20:06 +0400
 
 bwidget (1.9.6-2) unstable; urgency=low
 

Modified: bwidget/trunk/debian/control
===================================================================
--- bwidget/trunk/debian/control	2013-09-18 07:48:49 UTC (rev 1482)
+++ bwidget/trunk/debian/control	2013-09-23 06:21:53 UTC (rev 1483)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Sergei Golovan <sgolovan at debian.org>
-Build-Depends: debhelper (>= 8.0.0), quilt
+Build-Depends: debhelper (>= 8.0.0)
 Build-Depends-Indep: tcl-dev
 Standards-Version: 3.9.4
 Homepage: http://sourceforge.net/projects/tcllib/

Modified: bwidget/trunk/debian/examples
===================================================================
--- bwidget/trunk/debian/examples	2013-09-18 07:48:49 UTC (rev 1482)
+++ bwidget/trunk/debian/examples	2013-09-23 06:21:53 UTC (rev 1483)
@@ -1,2 +1 @@
-demo/*.tcl
-demo/*.xbm
+demo/*

Added: bwidget/trunk/debian/install
===================================================================
--- bwidget/trunk/debian/install	                        (rev 0)
+++ bwidget/trunk/debian/install	2013-09-23 06:21:53 UTC (rev 1483)
@@ -0,0 +1,4 @@
+*.tcl	/usr/share/tcltk/bwidget1.9.7
+images	/usr/share/tcltk/bwidget1.9.7
+lang	/usr/share/tcltk/bwidget1.9.7
+BWman/*	/usr/share/doc/bwidget/html

Modified: bwidget/trunk/debian/rules
===================================================================
--- bwidget/trunk/debian/rules	2013-09-18 07:48:49 UTC (rev 1482)
+++ bwidget/trunk/debian/rules	2013-09-23 06:21:53 UTC (rev 1483)
@@ -1,18 +1,10 @@
 #!/usr/bin/make -f
 
-v = 1.9.6
+v = 1.9.7
 
 %:
 	dh $@
 
-override_dh_auto_install:
-	# $(MAKE) install prefix=`pwd`/debian/bwidget/usr \
-	#	 HTMLDIR=`pwd`/debian/bwidget/usr/share/doc/bwidget/html
-	mkdir debian/bwidget/usr/share/tcltk/bwidget$(v)
-	cp -R *.tcl lang images debian/bwidget/usr/share/tcltk/bwidget$(v)
-	rm -rf debian/bwidget/usr/share/tcltk/bwidget$(v)/images/CVS
-	cp BWman/* debian/bwidget/usr/share/doc/bwidget/html
-
 override_dh_compress:
 	dh_compress -X.tcl -X.xbm
 
@@ -20,8 +12,12 @@
 	tcltk-depends
 	dh_installdeb
 
+override_dh_fixperms:
+	chmod a-x debian/bwidget/usr/share/tcltk/bwidget$(v)/lang/*
+	dh_fixperms
+
 get-orig-source:
 	wget -O bwidget_$(v).orig.tar.gz \
 		http://prdownloads.sourceforge.net/tcllib/bwidget-$(v).tar.gz
 
-.PHONY: override_dh_auto_install override_dh_compress override_dh_installdeb get-orig-source
+.PHONY: override_dh_compress override_dh_installdeb override_dh_fixperms get-orig-source




More information about the Pkg-tcltk-commits mailing list