[debian-edu-commits] debian-edu/slbackup.git (#37) - edu-wheezy (branch) updated: debian/0.0.12-5-4-g0e6e26a
Mike Gabriel
sunweaver at alioth.debian.org
Wed Apr 24 11:33:51 UTC 2013
The branch, edu-wheezy has been updated
via 0e6e26a1ca276b68464d87e44e27a6fe4c3d259a (commit)
from 7d0d6daf86c51a0c609561ecf888c797b800fde5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0e6e26a1ca276b68464d87e44e27a6fe4c3d259a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Apr 24 13:31:50 2013 +0200
/debian/rules: Manually run quilt (patch/unpatch).
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 2 ++
debian/control | 1 +
debian/rules | 10 ++++++----
3 files changed, 9 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 943c96d..0fcfebe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
slbackup (0.0.12-5~edu70+1) UNRELEASED; urgency=low
* For D-E archive: use source format 1.0.
+ * /debian/rules:
+ + Manually run quilt (patch/unpatch).
-- Mike Gabriel <sunweaver at debian.org> Wed, 24 Apr 2013 13:15:01 +0200
diff --git a/debian/control b/debian/control
index 9006d47..1508a41 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
Morten Werner Forsbring <werner at debian.org>,
Build-Depends:
debhelper (>= 7),
+ quilt,
Build-Depends-Indep:
po-debconf,
Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index aa0f50b..11d0cf6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,18 @@
#!/usr/bin/make -f
clean:
+ dh_quilt_unpatch
rm -rf *~ debian/slbackup
rm -f build-stamp
dh_clean
-build-arch: build
+build: build-arch build-indep
-build-indep: build
+build-arch:
+ echo "Nothing to build in build-arch"
-build:
- echo "Nothing to build"
+build-indep:
+ dh_quilt_patch
binary: binary-arch binary-indep
hooks/post-receive
--
slbackup.git (Debian package slbackup)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "slbackup.git" (Debian package slbackup).
More information about the debian-edu-commits
mailing list