[Pkg-erlang-commits] r1793 - in yaws/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sun Jul 3 12:40:39 UTC 2016


Author: sgolovan
Date: 2016-07-03 12:40:39 +0000 (Sun, 03 Jul 2016)
New Revision: 1793

Removed:
   yaws/trunk/debian/patches/doc.diff
Modified:
   yaws/trunk/debian/changelog
   yaws/trunk/debian/control
   yaws/trunk/debian/patches/series
   yaws/trunk/debian/rules
Log:
[yaws]
  * New upstream release.
  * Dropped the patch for the documentation fix since it's applied upstream.
  * Bumped standards version to 3.9.8.


Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog	2016-06-30 14:04:49 UTC (rev 1792)
+++ yaws/trunk/debian/changelog	2016-07-03 12:40:39 UTC (rev 1793)
@@ -1,8 +1,10 @@
-yaws (2.0.2-3) UNRELEASED; urgency=medium
+yaws (2.0.3-1) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Dropped the patch for the documentation fix since it's applied upstream.
+  * Bumped standards version to 3.9.8.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 26 Mar 2016 12:28:56 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Sun, 03 Jul 2016 15:29:54 +0300
 
 yaws (2.0.2-2) unstable; urgency=medium
 

Modified: yaws/trunk/debian/control
===================================================================
--- yaws/trunk/debian/control	2016-06-30 14:04:49 UTC (rev 1792)
+++ yaws/trunk/debian/control	2016-07-03 12:40:39 UTC (rev 1793)
@@ -7,7 +7,7 @@
  erlang-dev (>= 1:13.b.1-3), erlang-edoc, erlang-mnesia
 Build-Depends-Indep: texlive-latex-base, texlive-latex-recommended,
  texlive-fonts-recommended, texlive-font-utils, texlive-extra-utils, ghostscript
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://yaws.hyber.org/
 Vcs-Svn: svn://svn.debian.org//svn/pkg-erlang/yaws/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-erlang/yaws/trunk/

Deleted: yaws/trunk/debian/patches/doc.diff
===================================================================
--- yaws/trunk/debian/patches/doc.diff	2016-06-30 14:04:49 UTC (rev 1792)
+++ yaws/trunk/debian/patches/doc.diff	2016-07-03 12:40:39 UTC (rev 1793)
@@ -1,29 +0,0 @@
-Author: Sergei Golovan
-Description: Patch fixes the compression_level option name in a documentation.
-Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815207
-Bug: https://github.com/klacke/yaws/issues/257
-Forwarded: yes
-Last-Modified: Sat, 26 Mar 2016 11:03:08 +0300
-
---- a/doc/yaws.tex
-+++ b/doc/yaws.tex
-@@ -2728,7 +2728,7 @@
-                used, the specified value must be strictly positive. The default
-                value is nolimit.
- 
--             \item \verb+compress_level = none | default | best_compression | best_speed | 0..9+ ---\\
-+             \item \verb+compression_level = none | default | best_compression | best_speed | 0..9+ ---\\
-                Defines the compression level to be used. 0 (none), gives no
-                compression at all, 1 (best\_speed) gives best speed and 9
-                (best\_compression) gives best compression. The default value is
---- a/man/yaws.conf.5
-+++ b/man/yaws.conf.5
-@@ -567,7 +567,7 @@
- .RE
- 
- .IP
--\fBcompress_level = none | default | best_compression | best_speed | 0..9\fR
-+\fBcompression_level = none | default | best_compression | best_speed | 0..9\fR
- .RS 12
- Defines the compression level to be used. 0 (none), gives no compression at all,
- 1 (best_speed) gives best speed and 9 (best_compression) gives best

Modified: yaws/trunk/debian/patches/series
===================================================================
--- yaws/trunk/debian/patches/series	2016-06-30 14:04:49 UTC (rev 1792)
+++ yaws/trunk/debian/patches/series	2016-07-03 12:40:39 UTC (rev 1793)
@@ -1,2 +1 @@
 r18.diff
-doc.diff

Modified: yaws/trunk/debian/rules
===================================================================
--- yaws/trunk/debian/rules	2016-06-30 14:04:49 UTC (rev 1792)
+++ yaws/trunk/debian/rules	2016-07-03 12:40:39 UTC (rev 1793)
@@ -157,7 +157,7 @@
 	erlang-depends
 	dh_gencontrol
 
-v=2.0.2
+v=2.0.3
 
 get-orig-source:
 	wget -O yaws_$(v).orig.tar.gz http://yaws.hyber.org/download/yaws-$(v).tar.gz




More information about the Pkg-erlang-commits mailing list