[DRE-commits] [ruby-actionpack-page-caching] 01/01: Fix long description
Balasankar C
balasankarc-guest at moszumanska.debian.org
Tue Apr 7 05:22:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-actionpack-page-caching.
commit fa01905049fd204f7a8ef32e030522b32fd05f59
Author: Balasankar C <balasankarc at autistici.org>
Date: Tue Apr 7 10:52:18 2015 +0530
Fix long description
---
debian/changelog | 10 ++++++++--
debian/control | 9 +++++----
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eea4ac0..81720ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
+ruby-actionpack-page-caching (1.0.2-3) unstable; urgency=medium
+
+ * Fix long description (Closes: #781801)
+
+ -- Balasankar C <balasankarc at autistici.org> Sun, 05 Apr 2015 22:19:53 +0530
+
ruby-actionpack-page-caching (1.0.2-2) unstable; urgency=medium
- * Added Breaks+Replaces relation for ruby-actionpack-2.3 (Closes: #779660)
+ * Added Breaks+Replaces relation for ruby-actionpack-2.3 (Closes: #779660)
- -- Balasankar C <balasankarc at autistici.org> Fri, 27 Mar 2015 12:18:21 +0530
+ -- Balasankar C <balasankarc at autistici.org> Fri, 27 Mar 2015 16:45:08 +0530
ruby-actionpack-page-caching (1.0.2-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 75b42c8..c943309 100644
--- a/debian/control
+++ b/debian/control
@@ -18,10 +18,11 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-actio
Breaks: ruby-actionpack-2.3
Replaces: ruby-actionpack-2.3
Description: static page caching for Action Pack (removed from core in Rails 4.0)
- Static page caching for Action Pack (removed from core in Rails 4.0). Page
- caching is an approach to caching where the entire action output of is stored
- as a HTML file that the web server can serve without going through Action Pack.
- This is the fastest way to cache your content as opposed to going dynamically
+ Page caching is an approach to caching where the entire action output of is
+ stored as a HTML file that the web server can serve without going through
+ Action Pack.
+ .
+ This is the fastest way to cache your content as opposed to going dynamically
through the process of generating the content. Unfortunately, this incredible
speed-up is only available to stateless pages where all visitors are treated
the same. Content management systems -- including weblogs and wikis -- have
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-actionpack-page-caching.git
More information about the Pkg-ruby-extras-commits
mailing list