[Pkg-javascript-devel] Bug#705393: [BTS#705393] templates://sipml5/{sipml5-web-phone.templates} : Final update for English review
Christian PERRIER
bubulle at debian.org
Thu May 2 06:56:00 UTC 2013
Dear Debian maintainer,
On Thursday, April 18, 2013, I notified you of the beginning of a review process
concerning debconf templates for sipml5.
The debian-l10n-english contributors have now reviewed these templates,
and the final proposed changes are attached to this update to the
original bug report.
Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.
However, please try to avoid uploading sipml5 with these changes
right now.
The second phase of this process will begin on Sunday, May 05, 2013, when I will
coordinate updates to translations of debconf templates.
The existing translators will be notified of the changes: they will
receive an updated PO file for their language.
Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.
Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.
The call for translation updates and new translations will run until
about Sunday, May 26, 2013. Please avoid uploading a package with fixed or changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.
Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.
Around Monday, May 27, 2013, I will contact you again and will send a final patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).
Again, thanks for your attention and cooperation.
--
-------------- next part --------------
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english at lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.
Template: sipml5-web-phone/webserver
Type: boolean
Default: true
_Description: Automatically configure Apache for SipML5?
The package will be unavailable until a web server is configured.
Automatic configuration can be performed for the Apache web server.
Template: sipml5-web-phone/reload
Type: boolean
Default: true
_Description: Reload Apache configuration?
In order to activate the new configuration, the web server needs
to reload its configuration. If you choose not to do this automatically,
you should do so manually at the first opportunity.
-------------- next part --------------
Source: sipml5
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Daniel Pocock <daniel at pocock.com.au>
Build-Depends: debhelper (>= 9), yui-compressor, jsdoc-toolkit, po-debconf
Standards-Version: 3.9.3
Homepage: http://sipml5.org
Vcs-Browser: http://git.debian.org/?p=pkg-javascript/sipml5.git
Vcs-Git: git://git.debian.org/git/pkg-javascript/sipml5.git
Package: libjs-sipml5
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common
Description: WebRTC SIP video-phone - JavaScript library
SipML5 is an HTML5 SIP client entirely written in JavaScript for integration
into any web site, such as a blog, CMS, or web application. It requires a
WebRTC-capable web browser and a SIP server/proxy supporting the SIP over
WebSockets transport.
.
This package provides the JavaScript library for use in web sites
or for other packages that require it.
Package: libjs-sipml5-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: libjs-sipml5
Description: WebRTC SIP video-phone - API documentation
SipML5 is an HTML5 SIP client entirely written in JavaScript for integration
into any web site, such as a blog, CMS, or web application. It requires a
WebRTC-capable web browser and a SIP server/proxy supporting the SIP over
WebSockets transport.
.
This package provides the API documentation for the JavaScript library.
Package: sipml5-web-phone
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-sipml5, libjs-jquery, apache2 | lighttpd | httpd
Recommends: repro, resiprocate-turn-server
Description: WebRTC SIP video-phone - demonstration web page
SipML5 is an HTML5 SIP client entirely written in JavaScript for integration
into any web site, such as a blog, CMS, or web application. It requires a
WebRTC-capable web browser and a SIP server/proxy supporting the SIP over
WebSockets transport.
.
This package provides a basic HTML implementation of a phone that
can be published through a web server such as Apache.
-------------- next part --------------
--- sipml5.old/debian/sipml5-web-phone.templates 2013-04-14 11:27:07.222913359 +0200
+++ sipml5/debian/sipml5-web-phone.templates 2013-05-02 08:55:21.605542639 +0200
@@ -1,14 +1,23 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-english at lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
Template: sipml5-web-phone/webserver
Type: boolean
Default: true
-_Description: Automatically configure apache2?
+_Description: Automatically configure Apache for SipML5?
The package will be unavailable until a web server is configured.
- Automatic configuration can be performed for the Apache 2 web server.
+ Automatic configuration can be performed for the Apache web server.
Template: sipml5-web-phone/reload
Type: boolean
Default: true
-_Description: Reload apache2 configuration?
+_Description: Reload Apache configuration?
In order to activate the new configuration, the web server needs
to reload its configuration. If you choose not to do this automatically,
you should do so manually at the first opportunity.
--- sipml5.old/debian/control 2013-04-14 11:27:07.222913359 +0200
+++ sipml5/debian/control 2013-04-22 18:26:03.656417046 +0200
@@ -14,11 +14,11 @@
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: javascript-common
-Description: JavaScript implementation of a WebRTC SIP video phone
- HTML5 SIP client entirely written in JavaScript for integration in
- any web site, incude a blog, CMS or web application. Requires
- a modern WebRTC capable web browser and a SIP server/proxy supporting
- the SIP over WebSockets transport.
+Description: WebRTC SIP video-phone - JavaScript library
+ SipML5 is an HTML5 SIP client entirely written in JavaScript for integration
+ into any web site, such as a blog, CMS, or web application. It requires a
+ WebRTC-capable web browser and a SIP server/proxy supporting the SIP over
+ WebSockets transport.
.
This package provides the JavaScript library for use in web sites
or for other packages that require it.
@@ -28,11 +28,11 @@
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: libjs-sipml5
-Description: JavaScript implementation of a WebRTC SIP video phone - API docs
- HTML5 SIP client entirely written in JavaScript for integration in
- any web site, incude a blog, CMS or web application. Requires
- a modern WebRTC capable web browser and a SIP server/proxy supporting
- the SIP over WebSockets transport.
+Description: WebRTC SIP video-phone - API documentation
+ SipML5 is an HTML5 SIP client entirely written in JavaScript for integration
+ into any web site, such as a blog, CMS, or web application. It requires a
+ WebRTC-capable web browser and a SIP server/proxy supporting the SIP over
+ WebSockets transport.
.
This package provides the API documentation for the JavaScript library.
@@ -41,11 +41,11 @@
Multi-Arch: foreign
Depends: ${misc:Depends}, libjs-sipml5, libjs-jquery, apache2 | lighttpd | httpd
Recommends: repro, resiprocate-turn-server
-Description: Basic SIP video-phone web page based on WebRTC
- HTML5 SIP client entirely written in JavaScript for integration in
- any web site, incude a blog, CMS or web application. Requires
- a modern WebRTC capable web browser and a SIP server/proxy supporting
- the SIP over WebSockets transport.
+Description: WebRTC SIP video-phone - demonstration web page
+ SipML5 is an HTML5 SIP client entirely written in JavaScript for integration
+ into any web site, such as a blog, CMS, or web application. It requires a
+ WebRTC-capable web browser and a SIP server/proxy supporting the SIP over
+ WebSockets transport.
.
This package provides a basic HTML implementation of a phone that
can be published through a web server such as Apache.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-javascript-devel/attachments/20130502/5e21b7a2/attachment.pgp>
More information about the Pkg-javascript-devel
mailing list