[Parted-commits] GNU Parted Official Repository: Changes to 'debian/master'

Otavio Salvador otavio at alioth.debian.org
Tue Jul 31 19:32:24 UTC 2007


 bootstrap        |    8 ++++----
 debian/changelog |    4 ++--
 debian/rules     |    2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 5241e0764efd5c942216411a55e6aa6674d7ea81
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Mon Jul 30 20:49:39 2007 -0300

    Release 1.8.7.git.2007.07.30-1

diff --git a/debian/changelog b/debian/changelog
index 997239c..ea7d00e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-parted (1.8.7-1) UNRELEASED; urgency=low
+parted (1.8.7.git.2007.07.30-1) experimental; urgency=low
 
   * New upstream release.
   
@@ -35,7 +35,7 @@ parted (1.8.7-1) UNRELEASED; urgency=low
   * debian/copyright: updated since parted is now licensed on GPL3;
   * debian/rules: change package names to follow soname;
 
- -- Otavio Salvador <otavio at ossystems.com.br>  Mon, 21 May 2007 20:25:47 -0300
+ -- Otavio Salvador <otavio at ossystems.com.br>  Mon, 30 Jul 2007 20:49:10 -0300
 
 parted (1.8.1~git1-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index e153697..16d6a48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ LIBPKGVER = -1.8
 
 # The first version of the package to build with the current LIBPKGVER
 # This should be changed to the current version when LIBPKGVER is changed ...
-DEPVER = 1.8.7-1
+DEPVER = 1.8.7.git.2007.07.30-1
 
 # This is the library's soname. The build will fail if this is wrong, since
 # if the soname has changed we need to update stuff ...

commit 8cd50fe80c5929dd26945f5b3121bb3cea162dd6
Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Jul 26 22:46:31 2007 -0300

    Fix bootstrap script to support the new translationproject html files

diff --git a/bootstrap b/bootstrap
index 782bc49..459e3a6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -67,8 +67,8 @@ gnulib_files=
 
 # Translation Project URL, for the registry of all projects
 # and for the translation-team master directory.
-TP_URL='http://www.iro.umontreal.ca/translation/registry.cgi?domain='
-TP_PO_URL='http://www.iro.umontreal.ca/translation/teams/PO/'
+TP_URL='http://translationproject.org/domain/'
+TP_PO_URL='http://translationproject.org/PO-files'
 
 extract_package_name='
   /^AC_INIT(/{
@@ -211,12 +211,12 @@ get_translations() {
     echo "$0: getting translations into $subdir for $domain..." &&
 
     (cd $subdir && rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'`) &&
-    $DL_COMMAND -o "$subdir/$domain.html" "$TP_URL$domain"
+    $DL_COMMAND -o "$subdir/$domain.html" "$TP_URL$domain.html"
     if [ $? -eq 1 ]; then
       exit 1
     fi
 
-    sed -n 's|.*"http://[^"]*/translation/teams/PO/\([^/"]*\)/'"$domain"'-\([^/"]*\)\.[^."]*\.po".*|\1.\2|p' <"$subdir/$domain.html" |
+    sed -n 's|.*"../PO-files/\([^/"]*\)/'"$domain"'-\([^/"]*\)\.[^."]*\.po".*|\1.\2|p' <"$subdir/$domain.html" |
     sort -k 1,1 -k 2,2n -k2,2 -k3,3n -k3,3 -k4,4n -k4,4 -k5,5n -k5.5 |
     awk -F. '
       { if (lang && $1 != lang) print lang, ver }



More information about the Parted-commits mailing list