[Pkg-erlang-commits] r1741 - in yaws/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Fri Nov 20 10:42:36 UTC 2015
Author: sgolovan
Date: 2015-11-20 10:42:36 +0000 (Fri, 20 Nov 2015)
New Revision: 1741
Removed:
yaws/trunk/debian/patches/installapps.diff
Modified:
yaws/trunk/debian/changelog
yaws/trunk/debian/rules
Log:
[yaws]
* New upstream release.
Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog 2015-11-17 10:30:32 UTC (rev 1740)
+++ yaws/trunk/debian/changelog 2015-11-20 10:42:36 UTC (rev 1741)
@@ -1,8 +1,8 @@
-yaws (1.99-3) UNRELEASED; urgency=medium
+yaws (2.0.2-1) unstable; urgency=medium
- * NOT RELEASED YET
+ * New upstream release.
- -- Sergei Golovan <sgolovan at debian.org> Fri, 13 Nov 2015 11:44:25 +0300
+ -- Sergei Golovan <sgolovan at debian.org> Fri, 20 Nov 2015 13:41:45 +0300
yaws (1.99-2) unstable; urgency=medium
Deleted: yaws/trunk/debian/patches/installapps.diff
===================================================================
--- yaws/trunk/debian/patches/installapps.diff 2015-11-17 10:30:32 UTC (rev 1740)
+++ yaws/trunk/debian/patches/installapps.diff 2015-11-20 10:42:36 UTC (rev 1741)
@@ -1,20 +0,0 @@
-Patch makes yaws applications installing under /usr/lib/yaws directory
-and docs installing to /usr/share/doc/yaws directory.
-
---- a/applications/yapp/Makefile
-+++ b/applications/yapp/Makefile
-@@ -24,8 +24,10 @@
- rm -rf doc/*.html doc/edoc-info doc/stylesheet.css doc/*.png
-
- install: all docs
-- $(INSTALL) -d $(DESTDIR)$(LIBDIR)/$(APPNAME)/ebin
-- $(INSTALL) -d $(DESTDIR)$(LIBDIR)/$(APPNAME)/priv/docroot
-- $(INSTALL) -d $(DESTDIR)$(LIBDIR)/$(APPNAME)/doc
-- (tar cf - ebin priv doc) | (cd $(DESTDIR)$(LIBDIR)/yapp; tar xf - )
-+ $(INSTALL) -d $(DESTDIR)/usr/lib/yaws/$(APPNAME)/ebin
-+ $(INSTALL) -d $(DESTDIR)/usr/share/yaws-$(APPNAME)
-+ $(INSTALL) -d $(DESTDIR)/usr/share/doc/yaws-$(APPNAME)/doc
-+ (tar cf - ebin) | (cd $(DESTDIR)/usr/lib/yaws/$(APPNAME); tar xf - )
-+ (cd priv/docroot; tar cf - .) | (cd $(DESTDIR)/usr/share/yaws-$(APPNAME); tar xf - )
-+ (tar cf - doc) | (cd $(DESTDIR)/usr/share/doc/yaws-$(APPNAME); tar xf - )
-
Modified: yaws/trunk/debian/rules
===================================================================
--- yaws/trunk/debian/rules 2015-11-17 10:30:32 UTC (rev 1740)
+++ yaws/trunk/debian/rules 2015-11-20 10:42:36 UTC (rev 1741)
@@ -149,7 +149,7 @@
erlang-depends
dh_gencontrol
-v=1.99
+v=2.0.2
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