[SCM] thin, simple and robust network communication layer on top of UDP branch, master, updated. debian/1.2.1-1-14-g47d262c

Ansgar Burchardt ansgar at debian.org
Sun Feb 13 15:21:11 UTC 2011


The following commit has been merged in the master branch:
commit d084463ceba71814b0db74b5a1fb84edf1f34437
Author: Ansgar Burchardt <ansgar at 43-1.org>
Date:   Mon Feb 7 22:43:32 2011 +0100

    Use source format 3.0 (quilt).

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 7df3fd2..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,6 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
-
diff --git a/debian/control b/debian/control
index 8181b84..7602348 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>,
  Ansgar Burchardt <ansgar at debian.org>
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7), autotools-dev, doxygen
+Build-Depends: debhelper (>= 7.0.50), autotools-dev, doxygen
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-games/enet.git
 Vcs-Browser: http://git.debian.org/?p=pkg-games/enet.git
diff --git a/debian/rules b/debian/rules
index 3e1ea9d..243a412 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 CFLAGS += -W -Wall -fPIC
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_configure:
 	ln -sf /usr/share/misc/config.sub /usr/share/misc/config.guess .
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..2ee6f0f
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+abort-on-upstream-changes

-- 
thin, simple and robust network communication layer on top of UDP



More information about the Pkg-games-commits mailing list