[Pkg-tcltk-commits] r1268 - in iwidgets4/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed May 30 05:05:26 UTC 2012


Author: sgolovan
Date: 2012-05-30 05:05:25 +0000 (Wed, 30 May 2012)
New Revision: 1268

Modified:
   iwidgets4/trunk/debian/changelog
   iwidgets4/trunk/debian/patches/man.patch
   iwidgets4/trunk/debian/rules
Log:
[iwidgets4]
  * Fixed errors in notebook, tabnotebook and tabset manpages.


Modified: iwidgets4/trunk/debian/changelog
===================================================================
--- iwidgets4/trunk/debian/changelog	2012-05-30 04:44:19 UTC (rev 1267)
+++ iwidgets4/trunk/debian/changelog	2012-05-30 05:05:25 UTC (rev 1268)
@@ -4,11 +4,12 @@
   * Added get-orig-source target to debian/rules.
   * Added ${misc:Depends} substitution variable to debian/control because
     the package uses debhelper.
+  * Fixed errors in notebook, tabnotebook and tabset manpages.
   * Switched to 3.0 (quilt) source package format.
   * Bumped debhelper compatibility version to 8.
   * Bumped standards version to 3.9.3.
 
- -- Sergei Golovan <sgolovan at debian.org>  Wed, 30 May 2012 08:03:12 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 30 May 2012 08:54:29 +0400
 
 iwidgets4 (4.0.1-5) unstable; urgency=low
 

Modified: iwidgets4/trunk/debian/patches/man.patch
===================================================================
--- iwidgets4/trunk/debian/patches/man.patch	2012-05-30 04:44:19 UTC (rev 1267)
+++ iwidgets4/trunk/debian/patches/man.patch	2012-05-30 05:05:25 UTC (rev 1268)
@@ -1,3 +1,15 @@
+--- iwidgets4-4.0.1.orig/doc/notebook.n
++++ iwidgets4-4.0.1/doc/notebook.n
+@@ -126,7 +126,8 @@
+ notebook, in order from the first to the last page, until a matching entry 
+ is found. The rules of \fBTcl_StringMatch\fR are used.
+ .PP
+-'.............................................................................
++\&............................................................
++.PP
+ The following commands are possible for notebook widgets:
+ .TP
+ \fIpathName\fR \fBadd\fR ?\fIoption value\fR?
 --- iwidgets4-4.0.1.orig/doc/scopedobject.n
 +++ iwidgets4-4.0.1/doc/scopedobject.n
 @@ -11,7 +11,7 @@
@@ -9,3 +21,36 @@
  .SH SYNOPSIS
  \fBscopedobject\fI \fIobjName \fR?\fIoptions\fR?
  .SH "INHERITANCE"
+--- iwidgets4-4.0.1.orig/doc/tabnotebook.n
++++ iwidgets4-4.0.1/doc/tabnotebook.n
+@@ -374,7 +374,9 @@
+ used. Pattern is pattern-matched against the label of each page in the 
+ notebook, in order from the first to the last page, until a matching entry 
+ is found. The rules of Tcl_StringMatch are used.
++.PP
+-'.............................................................................
++\&............................................................
++.PP
+ The following commands are possible for tabnotebook widgets:
+ .TP
+ \fIpathName\fR \fBadd\fR ?\fIoption\fR \fIvalue\fR \fIoption\fR \fIvalue\fR ...?
+@@ -484,7 +484,6 @@
+ the tabnotebook.
+ .RE
+ .TP
+-'>>>>>>>>>>
+ \fIpathName\fR \fBchildSite\fR ?\fIindex\fR?
+ If passed no arguments, returns a list of pathNames for all the pages 
+ in the tabnotebook. If the tab notebook is empty, an empty list is returned
+--- iwidgets4-4.0.1.orig/doc/tabset.n
++++ iwidgets4-4.0.1/doc/tabset.n
+@@ -268,7 +268,8 @@
+ tabset, in order from the first to the last tab, until a matching entry is 
+ found. The rules of Tcl_StringMatch are used.
+ .PP
+-'.............................................................................
++\&............................................................
++.PP
+ The following commands are possible for tabset widgets:
+ .RS
+ .TP

Modified: iwidgets4/trunk/debian/rules
===================================================================
--- iwidgets4/trunk/debian/rules	2012-05-30 04:44:19 UTC (rev 1267)
+++ iwidgets4/trunk/debian/rules	2012-05-30 05:05:25 UTC (rev 1268)
@@ -30,6 +30,9 @@
 	    mv $$i $$(basename $$i .n).3iwidget; \
 	  done
 
+override_dh_auto_test:
+	# Tests require X, so disable them
+
 override_dh_compress:
 	dh_compress -Xdemos
 




More information about the Pkg-tcltk-commits mailing list