regenerate build files v0.0.8
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 2 Jul 2012 07:08:35 +0000 (07:08 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 2 Jul 2012 07:08:35 +0000 (07:08 +0000)
prepares release

configure
configure.ac
po/Makefile
po/Makefile.in
po/fr.po
po/ppastats.pot
src/ppastats.1
www/footer.tpl

index 15effbb..25afd62 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for ppastats 0.0.x.
+# Generated by GNU Autoconf 2.68 for ppastats 0.0.8.
 #
 # Report bugs to <jeanfi@gmail.com>.
 #
@@ -560,8 +560,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ppastats'
 PACKAGE_TARNAME='ppastats'
-PACKAGE_VERSION='0.0.x'
-PACKAGE_STRING='ppastats 0.0.x'
+PACKAGE_VERSION='0.0.8'
+PACKAGE_STRING='ppastats 0.0.8'
 PACKAGE_BUGREPORT='jeanfi@gmail.com'
 PACKAGE_URL='http://wpitchoune.net/ppastats'
 
@@ -1293,7 +1293,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ppastats 0.0.x to adapt to many kinds of systems.
+\`configure' configures ppastats 0.0.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1367,7 +1367,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ppastats 0.0.x:";;
+     short | recursive ) echo "Configuration of ppastats 0.0.8:";;
    esac
   cat <<\_ACEOF
 
@@ -1477,7 +1477,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ppastats configure 0.0.x
+ppastats configure 0.0.8
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1779,7 +1779,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ppastats $as_me 0.0.x, which was
+It was created by ppastats $as_me 0.0.8, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2596,7 +2596,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='ppastats'
- VERSION='0.0.x'
+ VERSION='0.0.8'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -7433,7 +7433,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ppastats $as_me 0.0.x, which was
+This file was extended by ppastats $as_me 0.0.8, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -7500,7 +7500,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ppastats config.status 0.0.x
+ppastats config.status 0.0.8
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
index 1e6be59..4ff863c 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.64])
-AC_INIT([ppastats], [0.0.x],[jeanfi@gmail.com],[ppastats],[http://wpitchoune.net/ppastats])
+AC_INIT([ppastats], [0.0.8],[jeanfi@gmail.com],[ppastats],[http://wpitchoune.net/ppastats])
 
 AM_INIT_AUTOMAKE([-Wall -Werror gnu])
 
index 69bf449..21c4bc0 100644 (file)
@@ -12,7 +12,7 @@
 GETTEXT_MACRO_VERSION = 0.18
 
 PACKAGE = ppastats
-VERSION = 0.0.x
+VERSION = 0.0.8
 PACKAGE_BUGREPORT = jeanfi@gmail.com
 
 SHELL = /bin/sh
@@ -22,7 +22,7 @@ srcdir = .
 top_srcdir = ..
 
 
-prefix = /usr
+prefix = /usr/local
 exec_prefix = ${prefix}
 datarootdir = ${prefix}/share
 datadir = ${datarootdir}
@@ -35,12 +35,12 @@ INSTALL_DATA = ${INSTALL} -m 644
 # We use $(mkdir_p).
 # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
 # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/trunk/install-sh does not start with $(SHELL), so we add it.
+# ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/branches/v0.0.8/install-sh does not start with $(SHELL), so we add it.
 # In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
 # versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/trunk/install-sh -d
-install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/trunk/install-sh
+mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/branches/v0.0.8/install-sh -d
+install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/branches/v0.0.8/install-sh
 MKDIR_P = /bin/mkdir -p
 mkdir_p = /bin/mkdir -p
 
@@ -209,7 +209,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
              --files-from=$(srcdir)/POTFILES.in \
              --copyright-holder='$(COPYRIGHT_HOLDER)' \
              --package-name="$${package_gnu}ppastats" \
-             --package-version='0.0.x' \
+             --package-version='0.0.8' \
              --msgid-bugs-address="$$msgid_bugs_address" \
            ;; \
        esac
index cbbdd55..e403dee 100644 (file)
@@ -12,7 +12,7 @@
 GETTEXT_MACRO_VERSION = 0.18
 
 PACKAGE = ppastats
-VERSION = 0.0.x
+VERSION = 0.0.8
 PACKAGE_BUGREPORT = jeanfi@gmail.com
 
 SHELL = /bin/sh
@@ -22,7 +22,7 @@ srcdir = .
 top_srcdir = ..
 
 
-prefix = /usr
+prefix = /usr/local
 exec_prefix = ${prefix}
 datarootdir = ${prefix}/share
 datadir = ${datarootdir}
@@ -35,12 +35,12 @@ INSTALL_DATA = ${INSTALL} -m 644
 # We use $(mkdir_p).
 # In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as
 # "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions,
-# ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/trunk/install-sh does not start with $(SHELL), so we add it.
+# ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/branches/v0.0.8/install-sh does not start with $(SHELL), so we add it.
 # In automake >= 1.10, /bin/mkdir -p is derived from ${MKDIR_P}, which is defined
 # either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake
 # versions, $(mkinstalldirs) and $(install_sh) are unused.
-mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/trunk/install-sh -d
-install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/trunk/install-sh
+mkinstalldirs = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/branches/v0.0.8/install-sh -d
+install_sh = $(SHELL) ${SHELL} /home/jporsini/work/wpitchoune.net/svnpub/ppastats/branches/v0.0.8/install-sh
 MKDIR_P = /bin/mkdir -p
 mkdir_p = /bin/mkdir -p
 
@@ -162,7 +162,7 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed
              --files-from=$(srcdir)/POTFILES.in \
              --copyright-holder='$(COPYRIGHT_HOLDER)' \
              --package-name="$${package_gnu}ppastats" \
-             --package-version='0.0.x' \
+             --package-version='0.0.8' \
              --msgid-bugs-address="$$msgid_bugs_address" \
            ;; \
        esac
index 4234b8c..582ce99 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: ppastats 0.0.x\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2012-05-12 19:54+0200\n"
+"POT-Creation-Date: 2012-07-01 20:12+0200\n"
 "PO-Revision-Date: 2012-05-05 23:45+0200\n"
 "Last-Translator:  <jeanfi@gmail.com>\n"
 "Language-Team: French\n"
@@ -50,7 +50,7 @@ msgstr ""
 msgid "Generating %s"
 msgstr ""
 
-#: src/html.c:580
+#: src/html.c:581
 #, c-format
 msgid "Copying %s %s"
 msgstr ""
@@ -60,7 +60,7 @@ msgstr ""
 msgid "Cannot open log file: %s"
 msgstr ""
 
-#: src/main.c:103
+#: src/main.c:105
 #, fuzzy, c-format
 msgid ""
 "Copyright (C) %s jeanfi@gmail.com\n"
@@ -77,77 +77,84 @@ msgstr ""
 "Ce logiciel n'est accompagné d’ABSOLUMENT AUCUNE GARANTIE, dans les limites\n"
 "autorisées par la loi applicable.\n"
 
-#: src/main.c:113
+#: src/main.c:115
 #, c-format
 msgid "Usage: %s [OPTION]... PPA_OWNER PPA_NAME\n"
 msgstr "Utilisation: %s [OPTION]... PPA_OWNER PPA_NAME\n"
 
-#: src/main.c:116
+#: src/main.c:118
 msgid "ppastats is a command application for generating PPA statistics.\n"
 msgstr ""
 
-#: src/main.c:118
+#: src/main.c:120
 msgid ""
 "Prints number of downloads for each published packages of a PPA or "
 "generates\n"
 "an HTML page containing a graph representation."
 msgstr ""
 
-#: src/main.c:122
+#: src/main.c:124
 msgid "Options:"
 msgstr "Options:"
 
-#: src/main.c:123
+#: src/main.c:125
 #, fuzzy
 msgid "  -h, --help          display this help and exit"
 msgstr ""
 "  -h, --help          afficher cette aide et quitter\n"
 "  -v, --version       afficher les informations de version et quitter"
 
-#: src/main.c:124
+#: src/main.c:126
 msgid "  -v, --version       display version information and exit"
 msgstr "  -v, --version       afficher les informations de version et quitter"
 
-#: src/main.c:128
+#: src/main.c:130
 msgid "  -o, --output-dir=[PATH]  generates HTML pages into 'PATH'"
 msgstr ""
 
-#: src/main.c:131
+#: src/main.c:133
 msgid ""
 "  -s, --status=[STATUS]    retrieves only package of the given status\n"
 "                           (possible values are: Pending, Published,\n"
 "                           Superseded, Deleted or Obsolete)"
 msgstr ""
 
-#: src/main.c:136
+#: src/main.c:138
 msgid " -S, --skip-js-css         skip installation of js and css files"
 msgstr ""
 
-#: src/main.c:139
+#: src/main.c:140
+msgid ""
+" --get-bpph-size=[s]       size of the replies of webservice requests to "
+"get\n"
+"                           the list of binary packages. Between 1 and 300."
+msgstr ""
+
+#: src/main.c:144
 #, c-format
 msgid "Report bugs to: %s\n"
 msgstr ""
 
-#: src/main.c:141
+#: src/main.c:146
 #, c-format
 msgid "%s home page: <%s>\n"
 msgstr ""
 
-#: src/main.c:191
+#: src/main.c:201
 #, c-format
 msgid "Try `%s --help' for more information.\n"
 msgstr ""
 
-#: src/ppastats.c:253
+#: src/ppastats.c:254
 msgid "Failed to retrieve PPA information"
 msgstr ""
 
-#: src/ppastats.c:268
+#: src/ppastats.c:269
 #, c-format
 msgid "Failed to retrieve download totals for %s"
 msgstr ""
 
-#: src/ppastats.c:274
+#: src/ppastats.c:275
 #, c-format
 msgid "Failed to retrieve download count for %s"
 msgstr ""
index e583bb2..f5c425d 100644 (file)
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: ppastats 0.0.x\n"
+"Project-Id-Version: ppastats 0.0.8\n"
 "Report-Msgid-Bugs-To: jeanfi@gmail.com\n"
-"POT-Creation-Date: 2012-05-12 19:54+0200\n"
+"POT-Creation-Date: 2012-07-01 20:12+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -50,7 +50,7 @@ msgstr ""
 msgid "Generating %s"
 msgstr ""
 
-#: src/html.c:580
+#: src/html.c:581
 #, c-format
 msgid "Copying %s %s"
 msgstr ""
@@ -60,7 +60,7 @@ msgstr ""
 msgid "Cannot open log file: %s"
 msgstr ""
 
-#: src/main.c:103
+#: src/main.c:105
 #, c-format
 msgid ""
 "Copyright (C) %s jeanfi@gmail.com\n"
@@ -70,74 +70,81 @@ msgid ""
 "There is NO WARRANTY, to the extent permitted by law.\n"
 msgstr ""
 
-#: src/main.c:113
+#: src/main.c:115
 #, c-format
 msgid "Usage: %s [OPTION]... PPA_OWNER PPA_NAME\n"
 msgstr ""
 
-#: src/main.c:116
+#: src/main.c:118
 msgid "ppastats is a command application for generating PPA statistics.\n"
 msgstr ""
 
-#: src/main.c:118
+#: src/main.c:120
 msgid ""
 "Prints number of downloads for each published packages of a PPA or "
 "generates\n"
 "an HTML page containing a graph representation."
 msgstr ""
 
-#: src/main.c:122
+#: src/main.c:124
 msgid "Options:"
 msgstr ""
 
-#: src/main.c:123
+#: src/main.c:125
 msgid "  -h, --help          display this help and exit"
 msgstr ""
 
-#: src/main.c:124
+#: src/main.c:126
 msgid "  -v, --version       display version information and exit"
 msgstr ""
 
-#: src/main.c:128
+#: src/main.c:130
 msgid "  -o, --output-dir=[PATH]  generates HTML pages into 'PATH'"
 msgstr ""
 
-#: src/main.c:131
+#: src/main.c:133
 msgid ""
 "  -s, --status=[STATUS]    retrieves only package of the given status\n"
 "                           (possible values are: Pending, Published,\n"
 "                           Superseded, Deleted or Obsolete)"
 msgstr ""
 
-#: src/main.c:136
+#: src/main.c:138
 msgid " -S, --skip-js-css         skip installation of js and css files"
 msgstr ""
 
-#: src/main.c:139
+#: src/main.c:140
+msgid ""
+" --get-bpph-size=[s]       size of the replies of webservice requests to "
+"get\n"
+"                           the list of binary packages. Between 1 and 300."
+msgstr ""
+
+#: src/main.c:144
 #, c-format
 msgid "Report bugs to: %s\n"
 msgstr ""
 
-#: src/main.c:141
+#: src/main.c:146
 #, c-format
 msgid "%s home page: <%s>\n"
 msgstr ""
 
-#: src/main.c:191
+#: src/main.c:201
 #, c-format
 msgid "Try `%s --help' for more information.\n"
 msgstr ""
 
-#: src/ppastats.c:253
+#: src/ppastats.c:254
 msgid "Failed to retrieve PPA information"
 msgstr ""
 
-#: src/ppastats.c:268
+#: src/ppastats.c:269
 #, c-format
 msgid "Failed to retrieve download totals for %s"
 msgstr ""
 
-#: src/ppastats.c:274
+#: src/ppastats.c:275
 #, c-format
 msgid "Failed to retrieve download count for %s"
 msgstr ""
index 0773ce6..3e4eef8 100644 (file)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
-.TH PPASTATS "1" "July 2012" "ppastats 0.0.x" "User Commands"
+.TH PPASTATS "1" "July 2012" "ppastats 0.0.8" "User Commands"
 .SH NAME
 ppastats \- PPA Statistics command line tool
 .SH SYNOPSIS
index b0feb3a..0f47629 100644 (file)
@@ -1,5 +1,5 @@
     <div id="footer">
-      Generated by <a href='http://wpitchoune.net/ppastats'>ppastats</a> v0.0.x
+      Generated by <a href='http://wpitchoune.net/ppastats'>ppastats</a> v0.0.8
     </div>
   </body>
 </html>