Hello,

Please find attached my diff for 0.1-11.1 NMU solving this bug and updating 
Standards-V.

Please let me know if you need any more information,
Jose
diff -u nitpic-0.1/debian/changelog nitpic-0.1/debian/changelog
--- nitpic-0.1/debian/changelog
+++ nitpic-0.1/debian/changelog
@@ -1,3 +1,11 @@
+nitpic (0.1-11.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Adding conditional for nostrip, according to Policy 10.1 (Closes: #437637)
+  * Updated Standards-Version to 3.7.3.
+
+ -- Jose Parrella <[EMAIL PROTECTED]>  Mon, 07 Apr 2008 09:47:03 -0430
+
 nitpic (0.1-11) unstable; urgency=high
 
   * Fixed FTBFS: build-depends on removed xlibs-deV (closes: #347138).
diff -u nitpic-0.1/debian/control nitpic-0.1/debian/control
--- nitpic-0.1/debian/control
+++ nitpic-0.1/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Ernesto Nadir Crespo Avila <[EMAIL PROTECTED]>
 Uploaders: Ana Isabel Delgado Dominguez <[EMAIL PROTECTED]>
 Build-Depends: libx11-dev, libxt-dev, libxaw7-dev, xutils, binutils-dev, binutils 
-Standards-Version: 3.6.2
+Standards-Version: 3.7.3
 
 Package: nitpic
 Architecture: any
diff -u nitpic-0.1/debian/rules nitpic-0.1/debian/rules
--- nitpic-0.1/debian/rules
+++ nitpic-0.1/debian/rules
@@ -56,8 +56,9 @@
 	find $(d) -type f -print0 | xargs -0 chmod 644
 	find $(d) -type d -print0 | xargs -0 chmod 755
 	chmod a+x $(d)/usr/bin/* $(d)/DEBIAN/prerm
-
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	$(STRIP) $(d)/usr/bin/nitpic
+endif
 	dpkg-shlibdeps $(d)/usr/bin/*
 	dpkg-gencontrol -isp -p$(package) -P$(d)
 	dpkg --build $(d) ..

Reply via email to