~britco/nginx/nginx

« back to all changes in this revision

Viewing changes to debian/modules/chunkin-nginx-module/util/update-readme.sh

  • Committer: Package Import Robot
  • Author(s): Dmitry E. Oboukhov
  • Date: 2011-11-24 14:16:50 UTC
  • mfrom: (4.2.40 sid)
  • Revision ID: package-import@ubuntu.com-20111124141650-4n06eynzekxycf6c
Tags: 1.1.8-2
* debian/modules/chunkin-nginx-module:
  + Reinclude HttpChunkin Module with new upstream version (closes: #638814)
* debian/control:
  + Add myself to uploaders list.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
perl util/wiki2pod.pl doc/readme.wiki > /tmp/a.pod && pod2text /tmp/a.pod > README
 
4