[Pkg-gpe-maintainers] Ubuntu gpe-julia 0.0.6-7ubuntu1

Ubuntu Merge-o-Matic mom at ubuntu.com
Sun Apr 21 16:38:40 UTC 2013


This e-mail has been sent due to an upload to Ubuntu that contains Ubuntu
changes.  It contains the difference between the new version and the
previous version of the same source package in Ubuntu.
-------------- next part --------------
Format: 1.8
Date: Sun, 21 Apr 2013 10:42:40 -0400
Source: gpe-julia
Binary: gpe-julia
Architecture: source
Version: 0.0.6-7ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Daniel T Chen <crimsun at ubuntu.com>
Description: 
 gpe-julia  - Julia/Mandelbrot set generator for GPE
Changes: 
 gpe-julia (0.0.6-7ubuntu1) raring; urgency=low
 .
   * Added missing lib to link, fixing FTBFS.
Checksums-Sha1: 
 49904deefecfdc4f5a1f5d52307811e47854d6e6 1695 gpe-julia_0.0.6-7ubuntu1.dsc
 4d8773bde5a36da7c95f79698d0afd7fffb9f5d8 3860 gpe-julia_0.0.6-7ubuntu1.debian.tar.gz
Checksums-Sha256: 
 98a5d892f3561d5a8d6a0867488a50a7ff17aeba0b894ed930f9b7c1b9f1b959 1695 gpe-julia_0.0.6-7ubuntu1.dsc
 023754a7cdd812a3d27cc32e0590f2f3b443861188baced4ee949d652387dd4d 3860 gpe-julia_0.0.6-7ubuntu1.debian.tar.gz
Files: 
 5f854e305a228f86b972118437d9c0b3 1695 graphics optional gpe-julia_0.0.6-7ubuntu1.dsc
 9637198a7c3fecd3535a234cd54f9caa 3860 graphics optional gpe-julia_0.0.6-7ubuntu1.debian.tar.gz
Original-Maintainer: Moray Allan <moray at debian.org>
-------------- next part --------------
diff -pruN 0.0.6-7/debian/changelog 0.0.6-7ubuntu1/debian/changelog
--- 0.0.6-7/debian/changelog	2012-03-25 21:52:52.000000000 +0000
+++ 0.0.6-7ubuntu1/debian/changelog	2013-04-21 14:42:52.000000000 +0000
@@ -1,3 +1,9 @@
+gpe-julia (0.0.6-7ubuntu1) raring; urgency=low
+
+  * Added missing lib to link, fixing FTBFS.
+
+ -- Daniel T Chen <crimsun at ubuntu.com>  Sun, 21 Apr 2013 10:42:40 -0400
+
 gpe-julia (0.0.6-7) unstable; urgency=low
 
   * Move from cdbs to dh 9.
diff -pruN 0.0.6-7/debian/control 0.0.6-7ubuntu1/debian/control
--- 0.0.6-7/debian/control	2012-03-25 22:13:30.000000000 +0000
+++ 0.0.6-7ubuntu1/debian/control	2013-04-21 14:42:39.000000000 +0000
@@ -1,7 +1,8 @@
 Source: gpe-julia
 Section: graphics
 Priority: optional
-Maintainer: Moray Allan <moray at debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
+XSBC-Original-Maintainer: Moray Allan <moray at debian.org>
 Uploaders: Debian GPE team <pkg-gpe-maintainers at lists.alioth.debian.org>, Phil Blundell <pb at debian.org>, Philippe De Swert <philippedeswert at scarlet.be>, Neil Williams <codehelp at debian.org>
 Build-Depends: debhelper (>= 9.0), libgtk2.0-dev, libgpewidget-dev, intltool
 Standards-Version: 3.9.3
diff -pruN 0.0.6-7/debian/patches/lib_underlinkage 0.0.6-7ubuntu1/debian/patches/lib_underlinkage
--- 0.0.6-7/debian/patches/lib_underlinkage	1970-01-01 00:00:00.000000000 +0000
+++ 0.0.6-7ubuntu1/debian/patches/lib_underlinkage	2013-04-21 14:43:47.000000000 +0000
@@ -0,0 +1,13 @@
+Index: gpe-julia-0.0.6/Makefile
+===================================================================
+--- gpe-julia-0.0.6.orig/Makefile	2013-04-21 10:41:59.000000000 -0400
++++ gpe-julia-0.0.6/Makefile	2013-04-21 10:43:44.178210826 -0400
+@@ -17,7 +17,7 @@
+ PACKAGE_CPPFLAGS += $(STANDARD_CPPFLAGS) -DENABLE_NLS
+ PACKAGE_CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\"
+ PACKAGE_CFLAGS += $(STANDARD_CFLAGS) $(GPECFLAGS)
+-PACKAGE_LDFLAGS += $(STANDARD_LDFLAGS) $(GPELIBS)
++PACKAGE_LDFLAGS += $(STANDARD_LDFLAGS) $(GPELIBS) -lm
+ 
+ OBJS = $(patsubst %,%.o,$(MEMBERS))
+ SOURCES = $(patsubst %,%.c,$(MEMBERS))
diff -pruN 0.0.6-7/debian/patches/series 0.0.6-7ubuntu1/debian/patches/series
--- 0.0.6-7/debian/patches/series	2012-03-25 22:13:01.000000000 +0000
+++ 0.0.6-7ubuntu1/debian/patches/series	2013-04-21 14:43:04.000000000 +0000
@@ -1,3 +1,4 @@
 add-translation-sv
 disable-strip-in-makefile
 remove-unneeded-header
+lib_underlinkage
diff -pruN 0.0.6-7/Makefile 0.0.6-7ubuntu1/Makefile
--- 0.0.6-7/Makefile	2013-04-21 16:36:51.000000000 +0000
+++ 0.0.6-7ubuntu1/Makefile	2013-04-21 16:36:50.000000000 +0000
@@ -17,7 +17,7 @@ endif
 PACKAGE_CPPFLAGS += $(STANDARD_CPPFLAGS) -DENABLE_NLS
 PACKAGE_CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\"
 PACKAGE_CFLAGS += $(STANDARD_CFLAGS) $(GPECFLAGS)
-PACKAGE_LDFLAGS += $(STANDARD_LDFLAGS) $(GPELIBS)
+PACKAGE_LDFLAGS += $(STANDARD_LDFLAGS) $(GPELIBS) -lm
 
 OBJS = $(patsubst %,%.o,$(MEMBERS))
 SOURCES = $(patsubst %,%.c,$(MEMBERS))
diff -pruN 0.0.6-7/.pc/applied-patches 0.0.6-7ubuntu1/.pc/applied-patches
--- 0.0.6-7/.pc/applied-patches	2013-04-21 16:36:51.410701312 +0000
+++ 0.0.6-7ubuntu1/.pc/applied-patches	2013-04-21 16:36:50.918688646 +0000
@@ -1,3 +1,4 @@
 add-translation-sv
 disable-strip-in-makefile
 remove-unneeded-header
+lib_underlinkage
diff -pruN 0.0.6-7/.pc/lib_underlinkage/Makefile 0.0.6-7ubuntu1/.pc/lib_underlinkage/Makefile
--- 0.0.6-7/.pc/lib_underlinkage/Makefile	1970-01-01 00:00:00.000000000 +0000
+++ 0.0.6-7ubuntu1/.pc/lib_underlinkage/Makefile	2013-04-21 16:36:50.000000000 +0000
@@ -0,0 +1,46 @@
+PACKAGE = gpe-julia
+VERSION = 0.0.6
+DEBUG = no
+CVSBUILD = no
+PREFIX = /usr/local
+
+MEMBERS = main
+
+LINGUAS = sv
+
+ifeq ($(CVSBUILD),yes)
+BUILD = ../../base/build
+else
+BUILD = build
+endif
+
+PACKAGE_CPPFLAGS += $(STANDARD_CPPFLAGS) -DENABLE_NLS
+PACKAGE_CPPFLAGS += -DPACKAGE=\"$(PACKAGE)\" -DPREFIX=\"$(PREFIX)\" -DPACKAGE_LOCALE_DIR=\"$(PREFIX)/share/locale\"
+PACKAGE_CFLAGS += $(STANDARD_CFLAGS) $(GPECFLAGS)
+PACKAGE_LDFLAGS += $(STANDARD_LDFLAGS) $(GPELIBS)
+
+OBJS = $(patsubst %,%.o,$(MEMBERS))
+SOURCES = $(patsubst %,%.c,$(MEMBERS))
+DEPS = $(patsubst %,%.d,$(MEMBERS))
+
+all: $(PACKAGE)
+
+$(PACKAGE): $(OBJS)
+	$(CC) -o $@ $^ $(LDFLAGS) $(PACKAGE_LDFLAGS)
+
+install-program: all install-mo $(PACKAGE).desktop
+	install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+	install -D -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/$(PACKAGE).png
+	install -d $(DESTDIR)$(PREFIX)/share/gpe/pixmaps/default/$(PACKAGE)
+	install -m 644 pixmaps/zoom_in.png $(DESTDIR)$(PREFIX)/share/gpe/pixmaps/default/$(PACKAGE)/zoom_in.png
+	install -m 644 pixmaps/zoom_out.png $(DESTDIR)$(PREFIX)/share/gpe/pixmaps/default/$(PACKAGE)/zoom_out.png
+	mkdir -p $(DESTDIR)$(PREFIX)/share/applications
+	install -m 644 $(PACKAGE).desktop $(DESTDIR)$(PREFIX)/share/applications/$(PACKAGE).desktop
+	# strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+
+clean:
+	rm -f $(PACKAGE) $(OBJS) $(DEPS)
+
+include $(BUILD)/Makefile.dpkg_ipkg
+include $(BUILD)/Makefile.translation
+-include $(DEPS)


More information about the Pkg-gpe-maintainers mailing list