[Pkg-mozext-commits] [SCM] mozilla noscript extension branch, master, updated. debian/2.6.4.3-1

Jérémy Bobbio lunar at debian.org
Sun Jan 27 17:20:04 UTC 2013


The following commit has been merged in the master branch:
commit 415833d8f9155bba691fc93f3af610d0d3de8028
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Jan 27 15:47:24 2013 +0000

    Add debian/README.source
    
    Adapted from the one written by Rogério Brito for https-everywhere.

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..421eb0e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,20 @@
+Debian packaging for noscript
+-----------------------------
+
+A quick summary of how one can update the Debian packaging of
+https-everywhere is to, assuming that one already has the appropriate
+build-dependencies, `devscripts`, `pristine-tar`, and `git-buildpackage`
+installed:
+
+    git clone git+ssh://git.debian.org/git/pkg-mozext/mozilla-noscript.git
+    cd mozilla-noscript
+    git branch upstream origin/upstream
+    git branch pristine-tar origin/pristine-tar
+    uscan
+    git-import-orig ../mozilla-noscript_<VERSION>.orig.tar.bz2
+    [ Make here some adaptations, like updating debian/patches, if needed ]
+    git-buildpackage
+
+These are the important steps and may need to be changed according to
+deviations, say, in the release process of upstream releases (e.g., if
+upstream changes the location where the tarballs reside).

-- 
mozilla noscript extension



More information about the Pkg-mozext-commits mailing list