[SCM] Debian Packaging Handbook: wiki source branch, master, updated. 16d923dc9735c6f6b75f9cfcb7c75190d7bbe8db
Luca Brivio
lb-guest at alioth.debian.org
Mon Jan 21 19:20:01 UTC 2008
The branch, master has been updated
via 16d923dc9735c6f6b75f9cfcb7c75190d7bbe8db (commit)
from f603a24f9fcc1191d0bf9c4fc2e2a75fb820559a (commit)
- Shortlog ------------------------------------------------------------
16d923d web commit by LucaBrivio: import from wiki.debian.org: Updating chapter (yet no copyright etc.)
Summary of changes:
Updating.adoc | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 16d923dc9735c6f6b75f9cfcb7c75190d7bbe8db
Author: Luca Brivio <lb-guest at alioth.debian.org>
Date: Mon Jan 21 19:20:00 2008 +0000
web commit by LucaBrivio: import from wiki.debian.org: Updating chapter (yet no copyright etc.)
diff --git a/Updating.adoc b/Updating.adoc
new file mode 100644
index 0000000..06570c6
--- /dev/null
+++ b/Updating.adoc
@@ -0,0 +1,11 @@
+Updating packages
+-----------------
+
+If you download a new upstream source file, move it to the parent of the current source directory. Make sure it has a name with a Debian compliant version number, say `foo-2.1.tar.gz`. `cd` into the current source directory. You can port the current patches to the new sources with
+ `uupdate ../foo-2.1.tar.gz`
+Now `cd` into the new source directory and look for any failed patches
+ `find . -name \*.rej`
+Once you have cleared these up, build and check the package as described above.
+
+Keeping packages updated thanks to uscan
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
Debian Packaging Handbook: wiki source
More information about the Packaging-handbook-commits
mailing list