[Pkg-erlang-commits] r1109 - libsdl-erlang/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Sat Oct 17 10:42:43 UTC 2009
Author: sgolovan
Date: 2009-10-17 10:42:43 +0000 (Sat, 17 Oct 2009)
New Revision: 1109
Added:
libsdl-erlang/trunk/debian/README.source
libsdl-erlang/trunk/debian/erlang-esdl.lintian-overrides
Modified:
libsdl-erlang/trunk/debian/changelog
libsdl-erlang/trunk/debian/control
libsdl-erlang/trunk/debian/erlang-esdl.dirs
libsdl-erlang/trunk/debian/rules
Log:
[esdl]
* Added README.source where it is explained how to apply a series of patches
to a pristine source.
* Overridden lintian warning about wirtual package dependency without real
package dependency because it's intentional and warns for breakage
on Erlang updates.
* Bumped standards version to 3.8.3.
Added: libsdl-erlang/trunk/debian/README.source
===================================================================
--- libsdl-erlang/trunk/debian/README.source (rev 0)
+++ libsdl-erlang/trunk/debian/README.source 2009-10-17 10:42:43 UTC (rev 1109)
@@ -0,0 +1,8 @@
+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.
+
+To get detailed instructions on how to apply the series of patches
+and modify them, please read /usr/share/doc/quilt/README.source
+
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 17 Oct 2009 14:29:52 +0400
Modified: libsdl-erlang/trunk/debian/changelog
===================================================================
--- libsdl-erlang/trunk/debian/changelog 2009-10-17 09:07:56 UTC (rev 1108)
+++ libsdl-erlang/trunk/debian/changelog 2009-10-17 10:42:43 UTC (rev 1109)
@@ -1,8 +1,14 @@
esdl (1.0.1-2) unstable; urgency=low
* Removed Torsten Werner from the uploaders list as per his request.
+ * Added README.source where it is explained how to apply a series of patches
+ to a pristine source.
+ * Overridden lintian warning about wirtual package dependency without real
+ package dependency because it's intentional and warns for breakage
+ on Erlang updates.
+ * Bumped standards version to 3.8.3.
- -- Sergei Golovan <sgolovan at debian.org> Sun, 28 Jun 2009 13:10:30 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Sat, 17 Oct 2009 14:33:23 +0400
esdl (1.0.1-1) unstable; urgency=low
Modified: libsdl-erlang/trunk/debian/control
===================================================================
--- libsdl-erlang/trunk/debian/control 2009-10-17 09:07:56 UTC (rev 1108)
+++ libsdl-erlang/trunk/debian/control 2009-10-17 10:42:43 UTC (rev 1109)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 5.0.0), quilt, erlang-dev (>= 1:13.b),
libsdl1.2-dev, libsdl-ttf2.0-dev, libsdl-image1.2-dev,
libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Homepage: http://esdl.sourceforge.net
Vcs-Svn: http://svn.berlios.de/svnroot/repos/erlang-pkg/libsdl-erlang/trunk/
Vcs-Browser: http://svn.berlios.de/viewcvs/erlang-pkg/libsdl-erlang/trunk/
Modified: libsdl-erlang/trunk/debian/erlang-esdl.dirs
===================================================================
--- libsdl-erlang/trunk/debian/erlang-esdl.dirs 2009-10-17 09:07:56 UTC (rev 1108)
+++ libsdl-erlang/trunk/debian/erlang-esdl.dirs 2009-10-17 10:42:43 UTC (rev 1109)
@@ -1 +1,2 @@
/usr/lib/esdl
+/usr/share/lintian/overrides
Added: libsdl-erlang/trunk/debian/erlang-esdl.lintian-overrides
===================================================================
--- libsdl-erlang/trunk/debian/erlang-esdl.lintian-overrides (rev 0)
+++ libsdl-erlang/trunk/debian/erlang-esdl.lintian-overrides 2009-10-17 10:42:43 UTC (rev 1109)
@@ -0,0 +1 @@
+erlang-esdl: virtual-package-depends-without-real-package-depends
Modified: libsdl-erlang/trunk/debian/rules
===================================================================
--- libsdl-erlang/trunk/debian/rules 2009-10-17 09:07:56 UTC (rev 1108)
+++ libsdl-erlang/trunk/debian/rules 2009-10-17 10:42:43 UTC (rev 1109)
@@ -115,6 +115,8 @@
# dh_installcron -a
# dh_installmanpages -a
dh_installchangelogs -a
+ install debian/erlang-esdl.lintian-overrides \
+ $(CURDIR)/debian/erlang-esdl/usr/share/lintian/overrides/erlang-esdl
dh_strip -a
dh_compress -a -X.erl -X.beam -X.wav -X.bmp
dh_fixperms -a
More information about the Pkg-erlang-commits
mailing list