[Python-apps-commits] r8598 - in packages/cloud-init/trunk/debian (2 files)

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Thu May 3 04:59:01 UTC 2012


    Date: Thursday, May 3, 2012 @ 04:58:58
  Author: plessy
Revision: 8598

Removed files related to maintaining the package in bzr.

(This can be re-added later if it makes thing easier on Ubuntu's side).

Deleted:
  packages/cloud-init/trunk/debian/README.source
  packages/cloud-init/trunk/debian/cherry-pick-rev

Deleted: packages/cloud-init/trunk/debian/README.source
===================================================================
--- packages/cloud-init/trunk/debian/README.source	2012-05-03 04:18:43 UTC (rev 8597)
+++ packages/cloud-init/trunk/debian/README.source	2012-05-03 04:58:58 UTC (rev 8598)
@@ -1,37 +0,0 @@
-=== General Info ===
-Development packaging branch is at
-   lp:ubuntu/<suite>/cloud-init
-alternatively, if you're on the development release:
-   lp:ubuntu/cloud-init
-
-Patches in debian/patches are also stored applied in bzr.
-However, the .pc directory is not version controlled.
-
-When you've done a fresh checkout of above, you will need to run:
-   debian/rules quilt-setup
-
-To cherry pick revisions 391 to tip from from trunk, do something like:
-  s=391; e=;
-  b=../trunk;
-  [ -n "${e}" ] || e=$(cd ${b} && bzr revno)
-  pfile=catchup-${s}${e:+-${e}}.patch
-  [ "$s" = "$e" ] && pfile=catchup-${s}.patch
-  ( cd ../trunk && bzr log -r$s..$e &&
-      bzr diff -p1 -r$(($s-1))..$e ) > "debian/patches/$pfile"
-  echo "$pfile" >> debian/patches/series
-  quilt push
-  bzr add $(quilt files) debian/patches/${pfile} debian/patches/series
-
-You can set 'e' (end) to not go to tip.
-
-== New snapshot ==
-To import a new snapshot, do:
-
- uver="0.6.3" # this is the *next* upstream version
- trunk="../trunk"
- revno=$(cd "$trunk" && bzr revno)
- version=${uver}~bzr${revno}
- tarball=cloud-init-${version}.tar.gz
- bzr export --format=tgz --revision=${revno} "$tarball" "${trunk}"
- bzr merge-upstream "$tarball" --version=${version}
-

Deleted: packages/cloud-init/trunk/debian/cherry-pick-rev
===================================================================
--- packages/cloud-init/trunk/debian/cherry-pick-rev	2012-05-03 04:18:43 UTC (rev 8597)
+++ packages/cloud-init/trunk/debian/cherry-pick-rev	2012-05-03 04:58:58 UTC (rev 8598)
@@ -1,42 +0,0 @@
-#!/bin/sh
-Usage() {
-   cat <<EOF
-Usage: ${0##*/} repo revno name
-  cherry pick revno from trunk branch
-
-  This takes care of getting the patch and pulling it into the local
-  directory.
-
-  End result is modified:
-    debian/patches/\${revno}-\${name}
-    debian/patches/series
-EOF
-}
-
-[ $# -eq 3 ] || { Usage 1>&2; exit 1; }
-[ "$1" = "--help" -o "$1" = "-h" ] && { Usage; exit 0; }
-
-repo=${1}
-revno=${2}
-name=${3}
-
-name=${name%.patch}
-name=${name%.diff}
-
-fname="${revno}-${name}.patch"
-
-( cd "${repo}" && bzr log -r${revno}..${revno} &&
-  bzr diff -p1 -r$((${revno}-1))..${revno} ) |
-  quilt import -P "${fname}" /dev/stdin
-
-[ $? -eq 0 ] || { echo "failed"; exit 1; }
-
-cat <<EOF
-now,
-  quilt push
-  quilt refresh
-  bzr add \$(quilt files ${fname}) debian/patches/series debian/patches/${fname}
-  dch --append "${name} (cherry pick $revno)"
-  dch --edit # improve the entry
-  debcommit \$(quilt files ${fname}) debian/patches/series debian/patches/${fname}
-EOF




More information about the Python-apps-commits mailing list