[Pkg-tcltk-commits] r1750 - tcltk-defaults/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Fri Nov 20 10:16:36 UTC 2015


Author: sgolovan
Date: 2015-11-20 10:16:36 +0000 (Fri, 20 Nov 2015)
New Revision: 1750

Modified:
   tcltk-defaults/trunk/debian/changelog
   tcltk-defaults/trunk/debian/control
   tcltk-defaults/trunk/debian/control.in
Log:
[tcltk-defaults]
  * Added ${libtclXY:Depends}, ${libtkXY:Depends}, ${libtcl:Depends} and
    ${libtk:Depends} substitution variables to the tcltk-depends script.
  * Added support for the stage1 build profile which makes the source package
    no longer build depend on TeXLive and doesn't build tcl-doc and tk-doc
    packages (closes: #738130).
  * Removed subversion from the build dependencies list.
  * Removed long gone tetex from the build dependencies list.
  * Added ghostscript to the build dependencies.
  * Bumped standards version to 3.9.6.


Modified: tcltk-defaults/trunk/debian/changelog
===================================================================
--- tcltk-defaults/trunk/debian/changelog	2015-10-23 08:38:13 UTC (rev 1749)
+++ tcltk-defaults/trunk/debian/changelog	2015-11-20 10:16:36 UTC (rev 1750)
@@ -1,11 +1,5 @@
-tcltk-defaults (8.6.0+10) UNRELEASED; urgency=medium
+tcltk-defaults (8.6.0+9) unstable; urgency=medium
 
-  * NOT RELEASED YET
-
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 15 May 2014 08:20:19 +0000
-
-tcltk-defaults (8.6.0+9) unstable; urgency=low
-
   * Added ${libtclXY:Depends}, ${libtkXY:Depends}, ${libtcl:Depends} and
     ${libtk:Depends} substitution variables to the tcltk-depends script.
   * Added support for the stage1 build profile which makes the source package
@@ -14,8 +8,9 @@
   * Removed subversion from the build dependencies list.
   * Removed long gone tetex from the build dependencies list.
   * Added ghostscript to the build dependencies.
+  * Bumped standards version to 3.9.6.
 
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 15 May 2014 08:11:08 +0000
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 20 Nov 2015 11:54:51 +0300
 
 tcltk-defaults (8.6.0+8) unstable; urgency=low
 

Modified: tcltk-defaults/trunk/debian/control
===================================================================
--- tcltk-defaults/trunk/debian/control	2015-10-23 08:38:13 UTC (rev 1749)
+++ tcltk-defaults/trunk/debian/control	2015-11-20 10:16:36 UTC (rev 1750)
@@ -4,12 +4,9 @@
 Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~)
-Build-Depends-Indep: debiandoc-sgml <!profile.stage1>,
- texlive-fonts-recommended <!profile.stage1>,
- texlive-latex-extra <!profile.stage1>,
- texlive-latex-recommended <!profile.stage1>,
- ghostscript <!profile.stage1>
-Standards-Version: 3.9.5
+Build-Depends-Indep: debiandoc-sgml <!stage1>, texlive-fonts-recommended <!stage1>,
+ texlive-latex-extra <!stage1>, texlive-latex-recommended <!stage1>, ghostscript <!stage1>
+Standards-Version: 3.9.6
 
 Package: tcl
 Section: interpreters
@@ -46,7 +43,7 @@
 Section: doc
 Priority: optional
 Architecture: all
-Build-Profiles: !stage1
+Build-Profiles: <!stage1>
 Depends: ${misc:Depends}
 Recommends: tcl8.6-doc (>= 8.6.0-2)
 Suggests: tcl
@@ -90,7 +87,7 @@
 Section: doc
 Priority: optional
 Architecture: all
-Build-Profiles: !stage1
+Build-Profiles: <!stage1>
 Depends: tcl-doc (= ${binary:Version}), ${misc:Depends}
 Recommends: tk8.6-doc (>= 8.6.0-2)
 Suggests: tk

Modified: tcltk-defaults/trunk/debian/control.in
===================================================================
--- tcltk-defaults/trunk/debian/control.in	2015-10-23 08:38:13 UTC (rev 1749)
+++ tcltk-defaults/trunk/debian/control.in	2015-11-20 10:16:36 UTC (rev 1750)
@@ -3,13 +3,10 @@
 Priority: optional
 Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>, Sergei Golovan <sgolovan at debian.org>
-Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1~)
-Build-Depends-Indep: debiandoc-sgml <!profile.stage1>,
- texlive-fonts-recommended <!profile.stage1>,
- texlive-latex-extra <!profile.stage1>,
- texlive-latex-recommended <!profile.stage1>,
- ghostscript <!profile.stage1>
-Standards-Version: 3.9.5
+Build-Depends: debhelper (>= 9.20141010), dpkg-dev (>= 1.17.14)
+Build-Depends-Indep: debiandoc-sgml <!stage1>, texlive-fonts-recommended <!stage1>,
+ texlive-latex-extra <!stage1>, texlive-latex-recommended <!stage1>, ghostscript <!stage1>
+Standards-Version: 3.9.6
 
 Package: tcl
 Section: interpreters
@@ -46,7 +43,7 @@
 Section: doc
 Priority: optional
 Architecture: all
-Build-Profiles: !stage1
+Build-Profiles: <!stage1>
 Depends: ${misc:Depends}
 Recommends: tcl at VER@-doc (>= @TCLVER@)
 Suggests: tcl
@@ -90,7 +87,7 @@
 Section: doc
 Priority: optional
 Architecture: all
-Build-Profiles: !stage1
+Build-Profiles: <!stage1>
 Depends: tcl-doc (= ${binary:Version}), ${misc:Depends}
 Recommends: tk at VER@-doc (>= @TKVER@)
 Suggests: tk




More information about the Pkg-tcltk-commits mailing list