[Pkg-e-commits] [SCM] Enlightenment DR17 graphical layout and animation library branch, master, updated. debian/0.5.0.042-1-3-gf710952
Jan Luebbe
jluebbe at debian.org
Sun May 4 16:48:57 UTC 2008
The following commit has been merged in the master branch:
commit d19392426913438770ff667a26cbaeba7e89939b
Author: Jan Luebbe <jluebbe at debian.org>
Date: Sun May 4 18:28:39 2008 +0200
Add support for keeping patches as git commits and build-depend on quilt
diff --git a/debian/control b/debian/control
index 798875d..12108b9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
Maintainer: Debian Pkg-e Team <pkg-e-devel at lists.alioth.debian.org>
Uploaders: Albin Tonnerre <albin.tonnerre at gmail.com>,
Xavier Oswald <x.oswald at free.fr>, Jan Lübbe <jluebbe at debian.org>
-Build-Depends: debhelper (>= 6), cdbs, libeet-dev, libevas-dev, libecore-dev,
- libembryo-dev, doxygen
+Build-Depends: debhelper (>= 6), cdbs, quilt, libeet-dev, libevas-dev,
+ libecore-dev, libembryo-dev, doxygen
Standards-Version: 3.7.3
Vcs-Git: git://git.debian.org/pkg-e/libs/edje.git
Vcs-Browser: http://git.debian.org/?p=pkg-e/libs/edje.git
diff --git a/debian/rules b/debian/rules
index 7b19792..61089e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
build/libedje-doc::
cd $(DEB_SRCDIR) && doxygen
@@ -18,3 +19,13 @@ clean::
#DEB_INSTALL_MANPAGES_libedje-doc := $(DEB_SRCDIR)/doc/man/man3/*.3
DEB_DH_STRIP_ARGS := --dbg-package=libedje-dbg
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
+
+refresh-patches:
+ @dh_testdir
+ @echo 'refreshing debian/patches:'
+ @rm -rf '$(CURDIR)'/debian/patches
+ @mkdir -p '$(CURDIR)'/debian/patches
+ @cd '$(CURDIR)'/debian/patches && git format-patch upstream..upstream+patches | tee series
+ @sed -i s:^debian/patches/:: '$(CURDIR)'/debian/patches/series
+ @echo .
+
--
Enlightenment DR17 graphical layout and animation library
More information about the Pkg-e-commits
mailing list