[Pkg-erlang-commits] r1186 - in wings3d/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sun Feb 14 11:33:57 UTC 2010


Author: sgolovan
Date: 2010-02-14 11:33:56 +0000 (Sun, 14 Feb 2010)
New Revision: 1186

Modified:
   wings3d/trunk/debian/changelog
   wings3d/trunk/debian/control
   wings3d/trunk/debian/patches/build.diff
   wings3d/trunk/debian/rules
Log:
[wings3d]
  * New upstream release.
  * Don't build fonts from plugins_src directory as they are removed from the
    upstream package.
  * Switched to libjpeg-dev build dependency from libjpeg62-dev.
  * Bumped standards version to 3.8.4.


Modified: wings3d/trunk/debian/changelog
===================================================================
--- wings3d/trunk/debian/changelog	2010-02-14 09:58:28 UTC (rev 1185)
+++ wings3d/trunk/debian/changelog	2010-02-14 11:33:56 UTC (rev 1186)
@@ -1,9 +1,14 @@
-wings3d (1.0.2-2) UNRELEASED; urgency=low
+wings3d (1.2-1) unstable; urgency=low
 
+  * New upstream release.
   * Switched from cdbs to debhelper 7 with quilt.
   * Removed all unneeded README files from plugins subdirectories.
+  * Don't build fonts from plugins_src directory as they are removed from the
+    upstream package.
+  * Switched to libjpeg-dev build dependency from libjpeg62-dev.
+  * Bumped standards version to 3.8.4.
 
- -- Sergei Golovan <sgolovan at debian.org>  Tue, 22 Dec 2009 23:56:51 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Sun, 14 Feb 2010 13:56:56 +0300
 
 wings3d (1.0.2-1) unstable; urgency=low
 

Modified: wings3d/trunk/debian/control
===================================================================
--- wings3d/trunk/debian/control	2010-02-14 09:58:28 UTC (rev 1185)
+++ wings3d/trunk/debian/control	2010-02-14 11:33:56 UTC (rev 1186)
@@ -3,10 +3,10 @@
 Uploaders: Sergei Golovan <sgolovan at debian.org>
 Section: graphics
 Priority: optional
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Build-Depends: debhelper (>= 7.2.5), quilt (>= 0.46-7), grep-dctrl,
  erlang-dev (>= 1:13.b), erlang-esdl-dev,
- libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libjpeg62-dev
+ libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libjpeg-dev
 Homepage: http://www.wings3d.com
 
 

Modified: wings3d/trunk/debian/patches/build.diff
===================================================================
--- wings3d/trunk/debian/patches/build.diff	2010-02-14 09:58:28 UTC (rev 1185)
+++ wings3d/trunk/debian/patches/build.diff	2010-02-14 11:33:56 UTC (rev 1186)
@@ -1,10 +1,9 @@
 --- wings3d-1.0.2.orig/plugins_src/Makefile
 +++ wings3d-1.0.2/plugins_src/Makefile
-@@ -51,6 +51,8 @@
+@@ -51,6 +51,7 @@
  	(cd primitives; $(MAKE))
  	(cd commands; $(MAKE))
  	(cd autouv; $(MAKE))
-+	(cd fonts; $(MAKE))
 +	(cd jpeg; $(MAKE) ESDL_PATH=. LIBS="-fPIC -shared -ljpeg")
  
  template: opt
@@ -17,11 +16,10 @@
  
  clean: subdirs_clean
  	rm -f $(TARGET_FILES)
-@@ -75,6 +78,8 @@
+@@ -75,6 +78,7 @@
  	(cd primitives; $(MAKE) clean)
  	(cd commands; $(MAKE) clean)
  	(cd autouv; $(MAKE) clean)
-+	(cd fonts; $(MAKE) clean)
 +	(cd jpeg; $(MAKE) clean)
  
  $(EBIN)/%.beam: $(ESRC)/%.erl

Modified: wings3d/trunk/debian/rules
===================================================================
--- wings3d/trunk/debian/rules	2010-02-14 09:58:28 UTC (rev 1185)
+++ wings3d/trunk/debian/rules	2010-02-14 11:33:56 UTC (rev 1186)
@@ -36,7 +36,7 @@
 	    >> debian/wings3d.substvars
 
 get-orig-source:
-	wget -O - http://downloads.sourceforge.net/sourceforge/wings/wings-1.0.2.tar.bz2 | \
-	    bunzip2 -c | gzip -9c >wings3d_1.0.2.orig.tar.gz
+	wget -O - http://downloads.sourceforge.net/sourceforge/wings/wings-1.2.tar.bz2 | \
+	    bunzip2 -c | gzip -9c >wings3d_1.2.orig.tar.gz
 
 .PHONY: get-orig-source




More information about the Pkg-erlang-commits mailing list