[SCM] libshout/master: Switch to 3.0 (quilt) format.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 8 13:51:51 UTC 2011


The following commit has been merged in the master branch:
commit d37f17f0359c63edeeaa9f0e55d3582565af7bf0
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 8 14:50:39 2011 +0100

    Switch to 3.0 (quilt) format.
    
    Set local-options file to make gbp abort on upstream changes,
    unapply patches after the build.
    Add .gitignore file to skip .pc/* files.

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b408e6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/.pc
diff --git a/debian/rules b/debian/rules
index f4f7938..78ae712 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,6 @@ endif
 # See debian/README.cdbs-tweaks for info on local overrides
 include debian/cdbs/1/rules/upstream-tarball.mk
 include debian/cdbs/1/rules/copyright-check.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include debian/cdbs/1/rules/buildinfo.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..9cdfca9
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+unapply-patches
+abort-on-upstream-changes

-- 
libshout packaging



More information about the pkg-multimedia-commits mailing list