[SCM] Packaging for QuesoGLC branch, master, updated. 5d3f9bec7d84c509573e68c88efe5a1d83145e4b

Paul Wise pabs at debian.org
Mon Aug 15 08:46:15 UTC 2011


The following commit has been merged in the master branch:
commit 5d3f9bec7d84c509573e68c88efe5a1d83145e4b
Author: Paul Wise <pabs at debian.org>
Date:   Mon Aug 15 10:44:09 2011 +0200

    Integrate changes from proposed NMU by Ahmed El-Mahmoudy

diff --git a/debian/changelog b/debian/changelog
index 00bae3d..74eafa0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,13 @@
 quesoglc (0.7.2-5) UNRELEASED; urgency=low
 
+  [ Paul Wise ]
   * Really update VCS URLs to new pkg-games location
 
+  [ أحمد المحمودي (Ahmed El-Mahmoudy)]
+  * debian/libglc-dev.install, debian/rules: Remove LA file (Closes: #633291)
+  * debian/control: Replaced Build-Dep on libglewmx1.5-dev with
+    libglewmx1.6-dev
+
  -- Paul Wise <pabs at debian.org>  Fri, 30 Jul 2010 15:17:42 -0400
 
 quesoglc (0.7.2-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c06176e..654e307 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: devel
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Paul Wise <pabs at debian.org>, Bradley Smith <bradsmith at debian.org>
-Build-Depends: debhelper (>= 7), libfreetype6-dev, libfribidi-dev, libfontconfig1-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libglewmx1.5-dev (>= 1.5.1-4), autoconf, automake
+Build-Depends: debhelper (>= 7), libfreetype6-dev, libfribidi-dev, libfontconfig1-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libglewmx1.6-dev | libglewmx1.5-dev (>= 1.5.1-4), autoconf, automake
 Standards-Version: 3.9.0
 Homepage: http://quesoglc.sourceforge.net/
 Vcs-Browser: http://git.debian.org/?p=pkg-games/quesoglc.git
diff --git a/debian/libglc-dev.install b/debian/libglc-dev.install
index 355fa14..bbbfb7f 100644
--- a/debian/libglc-dev.install
+++ b/debian/libglc-dev.install
@@ -1,5 +1,4 @@
 usr/include/*
 usr/lib/libGLC.a
-usr/lib/libGLC.la
 usr/lib/libGLC.so
 usr/lib/pkgconfig/quesoglc.pc
diff --git a/debian/rules b/debian/rules
index 30c53f5..b418041 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,7 @@ install: build
 	dh_testroot
 	dh_prep
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+	rm $(CURDIR)/debian/tmp/usr/lib/libGLC.la
 
 binary-indep: build install
 

-- 
Packaging for QuesoGLC



More information about the Pkg-games-commits mailing list