[Pkg-erlang-commits] r1158 - in wings3d/branches/experimental/debian: . lintian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Thu Dec 24 07:37:08 UTC 2009
Author: sgolovan
Date: 2009-12-24 07:37:07 +0000 (Thu, 24 Dec 2009)
New Revision: 1158
Added:
wings3d/branches/experimental/debian/lintian/
wings3d/branches/experimental/debian/lintian/wings3d
Removed:
wings3d/branches/experimental/debian/lintian-override
Modified:
wings3d/branches/experimental/debian/changelog
wings3d/branches/experimental/debian/compat
wings3d/branches/experimental/debian/control
wings3d/branches/experimental/debian/install
wings3d/branches/experimental/debian/rules
Log:
[wings3d-experimental]
* New upstream development release.
* Switched from cdbs to debhelper 7 with quilt.
* Removed all unneeded README files from plugins subdirectories.
Modified: wings3d/branches/experimental/debian/changelog
===================================================================
--- wings3d/branches/experimental/debian/changelog 2009-12-24 04:23:06 UTC (rev 1157)
+++ wings3d/branches/experimental/debian/changelog 2009-12-24 07:37:07 UTC (rev 1158)
@@ -1,8 +1,10 @@
-wings3d (1.1.16-2) UNRELEASED; urgency=low
+wings3d (1.2~rc3-1) experimental; urgency=low
- * NOT RELEASED YET
+ * New upstream development release.
+ * Switched from cdbs to debhelper 7 with quilt.
+ * Removed all unneeded README files from plugins subdirectories.
- -- Sergei Golovan <sgolovan at debian.org> Sun, 18 Oct 2009 09:56:46 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Thu, 24 Dec 2009 10:36:32 +0300
wings3d (1.1.16-1) experimental; urgency=low
Modified: wings3d/branches/experimental/debian/compat
===================================================================
--- wings3d/branches/experimental/debian/compat 2009-12-24 04:23:06 UTC (rev 1157)
+++ wings3d/branches/experimental/debian/compat 2009-12-24 07:37:07 UTC (rev 1158)
@@ -1 +1 @@
-5
+7
Modified: wings3d/branches/experimental/debian/control
===================================================================
--- wings3d/branches/experimental/debian/control 2009-12-24 04:23:06 UTC (rev 1157)
+++ wings3d/branches/experimental/debian/control 2009-12-24 07:37:07 UTC (rev 1158)
@@ -4,7 +4,7 @@
Section: graphics
Priority: optional
Standards-Version: 3.8.3
-Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, grep-dctrl,
+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
Homepage: http://www.wings3d.com
Modified: wings3d/branches/experimental/debian/install
===================================================================
--- wings3d/branches/experimental/debian/install 2009-12-24 04:23:06 UTC (rev 1157)
+++ wings3d/branches/experimental/debian/install 2009-12-24 07:37:07 UTC (rev 1158)
@@ -1,4 +1,5 @@
-debian/bin /usr/
+debian/bin/wings3d /usr/bin/
+debian/lintian/wings3d /usr/share/lintian/overrides/
debian/wings3d.xpm /usr/share/icons/
debian/wings3d.desktop /usr/share/applications/
debian/wings3d.rc /etc/
Copied: wings3d/branches/experimental/debian/lintian/wings3d (from rev 1096, wings3d/branches/experimental/debian/lintian-override)
===================================================================
--- wings3d/branches/experimental/debian/lintian/wings3d (rev 0)
+++ wings3d/branches/experimental/debian/lintian/wings3d 2009-12-24 07:37:07 UTC (rev 1158)
@@ -0,0 +1,2 @@
+wings3d: image-file-in-usr-lib
+wings3d: virtual-package-depends-without-real-package-depends
Property changes on: wings3d/branches/experimental/debian/lintian/wings3d
___________________________________________________________________
Added: svn:mergeinfo
+
Deleted: wings3d/branches/experimental/debian/lintian-override
===================================================================
--- wings3d/branches/experimental/debian/lintian-override 2009-12-24 04:23:06 UTC (rev 1157)
+++ wings3d/branches/experimental/debian/lintian-override 2009-12-24 07:37:07 UTC (rev 1158)
@@ -1,2 +0,0 @@
-wings3d: image-file-in-usr-lib
-wings3d: virtual-package-depends-without-real-package-depends
Modified: wings3d/branches/experimental/debian/rules
===================================================================
--- wings3d/branches/experimental/debian/rules 2009-12-24 04:23:06 UTC (rev 1157)
+++ wings3d/branches/experimental/debian/rules 2009-12-24 07:37:07 UTC (rev 1158)
@@ -1,48 +1,42 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include vsn.mk
-export ESDL_PATH := /usr/lib/esdl
export HOME := $(CURDIR)/debian
-export DH_ALWAYS_EXCLUDE := .cvsignore:Makefile:.erl:.xcf
+export ESDL_PATH := /usr/lib/esdl
+DIR := debian/wings3d
LIBDIR := /usr/lib/erlang/lib/wings-$(WINGS_VSN)
LINTIANDIR := /usr/share/lintian/overrides
SUBDIRS := ebin fonts plugins shaders textures
-DEB_QUILT_PATCHDIR_LINK := qpatches
-clean::
+%:
+ dh --with quilt $@
+
+override_dh_clean:
rm -rf plugins/accel
rm -rf plugins/jpeg
find plugins -name '*.lang' -exec rm -f \{\} \;
rm -f ebin/*.lang
rm -f src/wings_en.lang
rm -f plugins_src/autouv/autouv_en.lang
- rm -f vsn.mk
- dh_clean install-stamp erl_crash.dump '*.beam' '*.so'
+ dh_clean vsn.mk erl_crash.dump '*.beam' '*.so'
-build/wings3d::
+override_dh_auto_build:
+ dh_auto_build
make lang
-install/wings3d:: install-stamp
-install-stamp:
- # Add here commands to install the package into $(DEB_DESTDIR).
- dh_install $(SUBDIRS) $(LIBDIR)
- install -m 755 -d $(DEB_DESTDIR)$(LINTIANDIR)
- install -m 644 -T debian/lintian-override $(DEB_DESTDIR)$(LINTIANDIR)/wings3d
+override_dh_install:
+ dh_install -XREADME $(SUBDIRS) $(LIBDIR)
# Remove errant executable flags to please lintian
- find $(DEB_DESTDIR)$(LIBDIR) -type f -exec chmod a-x \{\} \;
+ find $(DIR)$(LIBDIR) -type f -exec chmod a-x \{\} \;
# prepare substvars file
erlang-depends
grep-status -s Version -PX erlang-esdl | \
sed -e's!^Version: \(.*\)-.*!erlang-esdl:Depends=erlang-esdl (>= \1)!' \
>> debian/wings3d.substvars
- # touch the make target
- touch $@
get-orig-source:
- wget -O - http://downloads.sourceforge.net/sourceforge/wings/wings-1.1.16.tar.bz2 | \
- bunzip2 -c | gzip -9c >wings3d_1.1.16.orig.tar.gz
+ wget -O - http://downloads.sourceforge.net/sourceforge/wings/wings-1.2.rc3.tar.bz2 | \
+ bunzip2 -c | gzip -9c >wings3d_1.2~rc3.orig.tar.gz
+.PHONY: get-orig-source
More information about the Pkg-erlang-commits
mailing list