[Pkg-erlang-commits] r1605 - wings3d/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Thu Mar 6 17:39:17 UTC 2014


Author: sgolovan
Date: 2014-03-06 17:39:17 +0000 (Thu, 06 Mar 2014)
New Revision: 1605

Modified:
   wings3d/trunk/debian/changelog
   wings3d/trunk/debian/control
   wings3d/trunk/debian/rules
Log:
[wings3d]
  * Switched back from the 'make wx' to just 'make' when building the
    package (closes: #740063).
  * Bumped standards version to 3.9.5.


Modified: wings3d/trunk/debian/changelog
===================================================================
--- wings3d/trunk/debian/changelog	2014-03-06 10:32:56 UTC (rev 1604)
+++ wings3d/trunk/debian/changelog	2014-03-06 17:39:17 UTC (rev 1605)
@@ -1,8 +1,10 @@
-wings3d (1.5.2-2) UNRELEASED; urgency=low
+wings3d (1.5.2-2) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Switched back from the 'make wx' to just 'make' when building the
+    package (closes: #740063).
+  * Bumped standards version to 3.9.5.
 
- -- Sergei Golovan <sgolovan at debian.org>  Mon, 16 Dec 2013 15:58:28 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Thu, 06 Mar 2014 21:17:18 +0400
 
 wings3d (1.5.2-1) unstable; urgency=low
 

Modified: wings3d/trunk/debian/control
===================================================================
--- wings3d/trunk/debian/control	2014-03-06 10:32:56 UTC (rev 1604)
+++ wings3d/trunk/debian/control	2014-03-06 17:39:17 UTC (rev 1605)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 8.0.0), grep-dctrl,
  erlang-dev (>= 1:15.b), erlang-esdl-dev (>= 1.2), erlang-cl,
  libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libjpeg8-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://www.wings3d.com
 
 

Modified: wings3d/trunk/debian/rules
===================================================================
--- wings3d/trunk/debian/rules	2014-03-06 10:32:56 UTC (rev 1604)
+++ wings3d/trunk/debian/rules	2014-03-06 17:39:17 UTC (rev 1605)
@@ -24,7 +24,7 @@
 	dh_clean vsn.mk erl_crash.dump '*.beam' '*.so'
 
 override_dh_auto_build:
-	$(MAKE) wx
+	$(MAKE)
 	$(MAKE) lang
 
 override_dh_install:




More information about the Pkg-erlang-commits mailing list