On Sat, Jun 10, 2006 at 04:32:15AM -0700, Pierre Habouzit wrote:
> tag 356169 + fixed
> 
> quit
> 
> This message was generated automatically in response to a
> non-maintainer upload.  The .changes file follows.
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Format: 1.7
> Date: Sat, 10 Jun 2006 13:18:11 +0200
> Source: pdp
> Binary: pd-pdp
> Architecture: source amd64
> Version: 1:0.12.4-4.2
> Distribution: unstable
> Urgency: low
> Maintainer: Pablo Martin <[EMAIL PROTECTED]>
> Changed-By: Pierre Habouzit <[EMAIL PROTECTED]>
> Description: 
>  pd-pdp     - Graphics system for Pd
> Closes: 356169
> Changes: 
>  pdp (1:0.12.4-4.2) unstable; urgency=low
>  .
>    * Non-maintainer upload.
>    * Compile with -Wno-error to avoid FTBFS with gcc-4.1 (Closes: #356169).
>    * Bump Standards-Version to 3.7.2 (No changes required).
>    * Fix debian/menu.
> Files: 
>  ab5b1adfdf68c892a82d2ee2f4624d7a 730 graphics extra pdp_0.12.4-4.2.dsc
>  bddb7841e6e048fdbaf0fbb4f4c68810 4261 graphics extra pdp_0.12.4-4.2.diff.gz
>  30ab2dfc8dd999ef739cf0f1bfb8b99d 240304 graphics extra 
> pd-pdp_0.12.4-4.2_amd64.deb
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.3 (GNU/Linux)
> 
> iD8DBQFEiquEvGr7W6HudhwRAtUTAJ42yyIWuNzkyD4icCSxVWsuFc6jzACgivx5
> UHkDgLsZzsT470xH2UX89ZQ=
> =T8cx
> -----END PGP SIGNATURE-----

  oops, I missed a part of it. I did a second upload, here is the full
patch of both.
> 
> 
> 

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
diff -u pdp-0.12.4/debian/changelog pdp-0.12.4/debian/changelog
--- pdp-0.12.4/debian/changelog
+++ pdp-0.12.4/debian/changelog
@@ -1,3 +1,21 @@
+pdp (1:0.12.4-4.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Compile with -Wno-error to avoid FTBFS with gcc-4.1 (Closes: #356169).
+    + some bits where left (opengl stuff) because it uses Makefile.config to
+      define CFLAGS. add 03_force_Wno-error.patch to change them.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sun, 11 Jun 2006 01:18:03 +0200
+
+pdp (1:0.12.4-4.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Compile with -Wno-error to avoid FTBFS with gcc-4.1 (Closes: #356169).
+  * Bump Standards-Version to 3.7.2 (No changes required).
+  * Fix debian/menu.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sat, 10 Jun 2006 13:18:11 +0200
+
 pdp (1:0.12.4-4.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u pdp-0.12.4/debian/menu pdp-0.12.4/debian/menu
--- pdp-0.12.4/debian/menu
+++ pdp-0.12.4/debian/menu
@@ -1,4 +1,4 @@
-?package(pd-pdp):needs=X11 section=Apps/Graphics\
-  title="PDP" \ 
+?package(pd-pdp):needs="X11" section="Apps/Graphics"\
+  title="PDP" \
   command="/usr/bin/pd -lib pdp" \
   icon="/usr/share/pixmaps/pd-pdp.xpm"
diff -u pdp-0.12.4/debian/control pdp-0.12.4/debian/control
--- pdp-0.12.4/debian/control
+++ pdp-0.12.4/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Pablo Martin <[EMAIL PROTECTED]>
 Uploaders: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]>
 Build-Depends: cdbs, debhelper (>> 4.0.0), puredata (>= 0.38), 
libquicktime-dev, libsdl1.2-dev, libpng12-dev, libgsl0-dev, libxv-dev, 
libglut3-dev
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: pd-pdp
 Architecture: any
diff -u pdp-0.12.4/debian/rules pdp-0.12.4/debian/rules
--- pdp-0.12.4/debian/rules
+++ pdp-0.12.4/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
 DEB_TAR_SRCDIR := pdp-0.12.4
-export PDP_EXTRA_CFLAGS = -fPIC
+export PDP_EXTRA_CFLAGS = -fPIC -Wno-error
+export CXXFLAGS = -Wno-error
+export CFLAGS = -Wno-error
 
 include /usr/share/cdbs/1/rules/tarball.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
only in patch2:
unchanged:
--- pdp-0.12.4.orig/debian/patches/03_force_Wno-error.patch
+++ pdp-0.12.4/debian/patches/03_force_Wno-error.patch
@@ -0,0 +1,12 @@
+diff -Nur pdp-0.12.4/build-tree/pdp-0.12.4/opengl/Makefile.config 
pdp-0.12.4.new/build-tree/pdp-0.12.4/opengl/Makefile.config
+--- pdp-0.12.4/opengl/Makefile.config  2006-06-11 01:21:36.000000000 +0200
++++ pdp-0.12.4.new/opengl/Makefile.config      2006-06-11 01:21:53.000000000 
+0200
+@@ -6,7 +6,7 @@
+ 
+ CFLAGS = -fPIC -DPD -O2 -funroll-loops -fomit-frame-pointer  -ffast-math \
+     -Wall -W -Wstrict-prototypes -Werror \
+-    -Wno-unused -Wno-parentheses -Wno-switch -g
++    -Wno-unused -Wno-parentheses -Wno-switch -g -Wno-error
+ 
+ CPPFLAGS = -I$(PD_DIR) -I$(PDP_DIR) -I$(PDP_OGL_DIR) -I/usr/X11R6/include
+ LDFLAGS =  -lGL -lglut

Attachment: signature.asc
Description: Digital signature

Reply via email to