Rev 5589: (vila) Document the packaging helper scripts. (Max Bowsher) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Tue Jan 11 15:45:58 UTC 2011
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 5589 [merge]
revision-id: pqm at pqm.ubuntu.com-20110111154555-xmu386vs0qoigyhl
parent: pqm at pqm.ubuntu.com-20110111070127-7cm7qwq6y5t0n36x
parent: maxb at f2s.com-20110111112648-3lleuo22utyaunfw
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Tue 2011-01-11 15:45:55 +0000
message:
(vila) Document the packaging helper scripts. (Max Bowsher)
modified:
tools/packaging/build-packages.sh buildpackages.sh-20080821102059-fzlodktas65qmo1k-1
tools/packaging/update-changelogs.sh updatechangelogs.sh-20080821102059-fzlodktas65qmo1k-2
tools/packaging/update-control.sh updatecontrol.sh-20090525105938-f6wej3ydmflfuijk-1
=== modified file 'tools/packaging/build-packages.sh'
--- a/tools/packaging/build-packages.sh 2009-05-25 10:59:42 +0000
+++ b/tools/packaging/build-packages.sh 2011-01-11 11:26:48 +0000
@@ -1,5 +1,5 @@
#!/bin/bash
-# A helper script to build packages for the various distributions
+# Helper to build packages for the various distributions
if [ -z "$UBUNTU_RELEASES" ]; then
echo "Configure the distro platforms that you want to"
=== modified file 'tools/packaging/update-changelogs.sh'
--- a/tools/packaging/update-changelogs.sh 2010-08-19 08:07:42 +0000
+++ b/tools/packaging/update-changelogs.sh 2011-01-11 11:26:48 +0000
@@ -1,4 +1,5 @@
#!/bin/bash
+# Helper to insert a new entry in debian/changelog
if [ -z "$UBUNTU_RELEASES" ]; then
echo "Configure the distro platforms that you want to"
=== modified file 'tools/packaging/update-control.sh'
--- a/tools/packaging/update-control.sh 2009-09-02 04:08:08 +0000
+++ b/tools/packaging/update-control.sh 2011-01-11 11:26:48 +0000
@@ -1,4 +1,5 @@
#!/bin/bash
+# Helper to run sed on versions in dependencies in debian/control
if [ -z "$UBUNTU_RELEASES" ]; then
echo "Configure the distro platforms that you want to"
More information about the bazaar-commits
mailing list