[DebianGIS-dev] [SCM] josm-plugins branch, master, updated. debian/0.0.svn24632-1-17-g3ebfe73

David Paleino dapal at debian.org
Sun Jan 2 09:24:16 UTC 2011


The following commit has been merged in the master branch:
commit 7d8bbaf744fb3a37f247c923cafb878ffc87cdbe
Author: David Paleino <dapal at debian.org>
Date:   Sat Jan 1 23:09:53 2011 +0100

    debian/rules: remove special build lines for webkit-image-*

diff --git a/debian/changelog b/debian/changelog
index f556bb4..3bf5710 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ josm-plugins (0.0.svn24925-1) UNRELEASED; urgency=low
   * Bump JOSM requirement on 3751
   * debian/copyright: remove information about removed plugins
   * Removed patches applied to removed plugins
+  * debian/rules: remove special build lines for webkit-image-*
 
- -- David Paleino <dapal at debian.org>  Sat, 01 Jan 2011 22:27:37 +0100
+ -- David Paleino <dapal at debian.org>  Sat, 01 Jan 2011 23:09:35 +0100
 
 josm-plugins (0.0.svn24632-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index ab39a35..2a6bf0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,13 +20,6 @@ DESTTGZ := ../tarballs/josm-plugins_${VERSION}.orig.tar.gz
 
 override_dh_auto_build:
 	dh_auto_build -Sant -- -f $(CURDIR)/debian/master.xml build
-	( cd wmsplugin && \
-	moc webkit-image.cpp >webkit-image.h && \
-	g++ -o webkit-image-qt -W -O2 $(shell pkg-config --cflags QtCore QtGui QtWebKit QtNetwork) \
-		$(shell pkg-config --libs-only-L QtCore QtGui QtWebKit QtNetwork) \
-		webkit-image.cpp \
-		$(shell pkg-config --libs-only-l QtCore QtGui QtWebKit QtNetwork) && \
-	gcc -o webkit-image-gtk webkit-image-gtk.c $(shell pkg-config --cflags --libs webkit-1.0 gio-unix-2.0) )
 
 override_dh_auto_clean:
 	dh_auto_clean -Sant -- -f $(CURDIR)/debian/master.xml

-- 
Plugins for josm



More information about the Pkg-grass-devel mailing list