[SCM] glfw packaging branch, master, updated. upstream/2.6-34-gf0a1504

Mahyuddin Susanto udienz at ubuntu.com
Mon Mar 5 10:26:21 UTC 2012


The following commit has been merged in the master branch:
commit f0a150471f84f618bda05ce60cb6c59216f58b4e
Author: Mahyuddin Susanto <udienz at ubuntu.com>
Date:   Mon Mar 5 17:25:47 2012 +0700

    Prepare to release

diff --git a/debian/changelog b/debian/changelog
index 95efdec..a6124c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+glfw (2.7.3-1) unstable; urgency=low
+
+  * New Upstream release.
+  * debian/rules:
+    - When deleting files using find, use -delete instead of xargs rm.
+    - Updates list of files when execute clean rules.
+  * debian/control:
+    - Use gitweb interface instead of dummy url.
+    - Bump Standard-Version to 3.9.3, no source changes.
+
+ -- Mahyuddin Susanto <udienz at ubuntu.com>  Mon, 05 Mar 2012 16:59:29 +0700
+
 glfw (2.7.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #640791).
diff --git a/debian/control b/debian/control
index 7703035..05ca0ee 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 7.0.50~),
                libgl1-mesa-dev | libgl-dev,
                libglu1-mesa-dev | libglu-dev,
                libxrandr-dev
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Vcs-Git: git://anonscm.debian.org/pkg-games/glfw.git
-Vcs-Browser: http://anonscm.debian.org/git/pkg-games/glfw.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/glfw.git
 Homepage: http://www.glfw.org/
 
 Package: libglfw2
diff --git a/debian/copyright b/debian/copyright
index 9c5bd78..675bf48 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=275 
 Upstream-Name: glfw
 Upstream-Contact: Camilla Berglund <elmindreda at elmindreda.org>, 2002-2006 Marcus Geelnard
 Source: http://glfw.sourceforge.net/
diff --git a/debian/rules b/debian/rules
index 5dd89be..2b82902 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,7 @@ override_dh_installdocs:
 
 override_dh_clean:
 	[ ! -f Makefile ] || $(MAKE) x11-clean
-	find -name '*.o' -or -name '*.a' -or -name '*.so' | xargs rm
+	find -name '*.o' -or -name '*.a' -or -name '*.so' -delete
 	find -type f -executable -not -wholename "*debian*" -delete
-	rm config.log examples/Makefile.x11 lib/x11/Makefile.x11
-	lib/x11/libglfw.pc lib/x11/libglfw.pc.in tests/Makefile.x11
+	rm config.log examples/Makefile.x11 lib/x11/Makefile.x11 tests/Makefile.x11 lib/x11/libglfw.pc.in
 	dh_clean

-- 
glfw packaging



More information about the Pkg-games-commits mailing list