monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] org.debian.monotone: b0498387aa9570fb7bd97845de


From: code
Subject: [Monotone-commits-diffs] org.debian.monotone: b0498387aa9570fb7bd97845de14f63a88d8658a
Date: Mon, 11 Mar 2013 21:54:28 +0100 (CET)

revision:            b0498387aa9570fb7bd97845de14f63a88d8658a
tag:                 debian-monotone-0.44-2
date:                2009-07-17T05:52:46
author:              address@hidden
branch:              org.debian.monotone
changelog:
Version 0.44-2.  Mainly for rebuild against properly fixed botan packages
(only two months later!); fixing a minor bug en passant.

manifest:
format_version "1"

new_manifest [e100f7c1881e24eba23968145e2e7e1e72cfa73a]

old_revision [e872bc8327a17d536a4eb90215138d0b553b0312]

add_file "patches/00-upstream-fix-shebang-for-bash-script.diff"
 content [beb5e4743dd1a35c313474e670da80358929f561]

patch "changelog"
 from [91a6a657ac37b2930ae9e03995201eb90527909b]
   to [6722956516588bebc7a4e5fac930f52faaf772ce]

patch "control"
 from [3f529ad41e6a8eb788ae1bfdf763f0528b762119]
   to [3d5af43d55539e993280ad7f07c0b5f396a1d4d7]

patch "patches/series"
 from [a9cedff979e581682473c4fbc9cc727893cfaa9a]
   to [89d37915a335a8d9c4ec869bda12967577738cbd]
============================================================
--- changelog	91a6a657ac37b2930ae9e03995201eb90527909b
+++ changelog	6722956516588bebc7a4e5fac930f52faaf772ce
@@ -1,7 +1,14 @@
-monotone (0.44-1) unstable; urgency=low
+monotone (0.44-2) unstable; urgency=low
 
+  * Rebuilt against properly versioned botan packages (closes: #527314).
+  * Use #!/bin/bash for script that uses bash arrays (closes: #530143).
+  * Policy 3.8.2; no changes required.
+
+ -- Zack Weinberg <address@hidden>  Thu, 16 Jul 2009 22:10:33 -0700
+
+monotone (0.44-1) UNRELEASED; urgency=low
+
   * New upstream release.
-  * Rebuilt against libbotan 1.8.2 (closes: #527314).
   * Revert to unversioned boost build-dependencies now that we have
     boost-defaults.
 
============================================================
--- control	3f529ad41e6a8eb788ae1bfdf763f0528b762119
+++ control	3d5af43d55539e993280ad7f07c0b5f396a1d4d7
@@ -11,7 +11,7 @@ Build-Depends-Indep: texinfo, xpdf-utils
  libsqlite3-dev, libz-dev
 Build-Depends-Indep: texinfo, xpdf-utils, ps2eps, texlive-generic-recommended,
  texlive-latex-base
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 
 Package: monotone
 Architecture: any
============================================================
--- /dev/null	
+++ patches/00-upstream-fix-shebang-for-bash-script.diff	beb5e4743dd1a35c313474e670da80358929f561
@@ -0,0 +1,15 @@
+Fix for Debian bug 530143 (upstream bug 26647) backported from
+upstream revision a2e3901cf187fc830b5a08f67e3bcbf24abbafda:
+|   Use #!/bin/bash for contrib script that makes extensive use of bash
+|   array variables; there is no equivalent for these in portable shell.
+
+Index: monotone-0.44/contrib/monotone-mail-notify.sh
+===================================================================
+--- monotone-0.44.orig/contrib/monotone-mail-notify.sh	2009-07-16 22:15:42.000000000 -0700
++++ monotone-0.44/contrib/monotone-mail-notify.sh	2009-07-16 22:15:57.000000000 -0700
+@@ -1,4 +1,4 @@
+-#! /bin/sh
++#! /bin/bash
+ 
+ # Create a file "notify" next to "read-permissions" and ensure
+ # its contents are in the same format as "read-permissions",
============================================================
--- patches/series	a9cedff979e581682473c4fbc9cc727893cfaa9a
+++ patches/series	89d37915a335a8d9c4ec869bda12967577738cbd
@@ -1 +1,2 @@
+00-upstream-fix-shebang-for-bash-script.diff
 90-stacktrace-on-crash.diff

reply via email to

[Prev in Thread] Current Thread [Next in Thread]