[debian-edu-commits] debian-edu/ 01/02: Switch to debian/source/format 3.0 (quilt), enable xz compression.

Holger Levsen holger at moszumanska.debian.org
Tue Oct 7 11:01:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository debian-edu-artwork.

commit cd2784c5f9b5c9b6b1823bd98415b592a11c030a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Oct 7 12:41:31 2014 +0200

    Switch to debian/source/format 3.0 (quilt), enable xz compression.
---
 debian/changelog      | 1 +
 debian/rules          | 2 +-
 debian/source/format  | 2 +-
 debian/source/options | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7b7e0b6..1873cf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,7 @@ debian-edu-artwork (0.49-1) UNRELEASED; urgency=medium
     - rename get-orig-source target to new-upstream-version to match
       README.source.
   * Update README.source to refer to git instead of svn.
+  * Switch to debian/source/format 3.0 (quilt), enable xz compression.
 
  -- Wolfgang Schweer <wschweer at arcor.de>  Fri, 03 Oct 2014 16:54:10 +0200
 
diff --git a/debian/rules b/debian/rules
index 3d24f58..c6ecdea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,5 +27,5 @@ new-upstream-version: clean
 	mkdir -p $(PKG)-$(UVER)/
 	rsync -av --delete --exclude=debian/ --exclude=$(PKG)-$(UVER)/ * $(PKG)-$(UVER)/
 	find "$(PKG)-$(UVER)" -xdev -print | sort \
-	    | tar -czaf "../$(PKG)_$(UVER).orig.tar.gz" -T- --owner=root --group=root --mode=a+rX \
+	    | tar -cJaf "../$(PKG)_$(UVER).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
 	    && $(RM) -r "$(PKG)-$(UVER)"
diff --git a/debian/source/format b/debian/source/format
index d3827e7..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-1.0
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b7bc1f2
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = "xz"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list