Package: sdcv
Version: 0.4.2-7
Severity: normal
Tags: patch
Hi!
sdcv fails to build twice:
(...)
dh clean
dh_testdir
dh_auto_clean
dh_clean
rm po/*.gmo
rm: cannot remove `po/*.gmo': No such file or directory
make: *** [clean] Error 1
dpkg-buildpackage: failure: fakeroot debian/rules clean gave error exit status 2
Fix:
diff -u debian/rules.bck debian/rules
--- debian/rules.bck 2008-10-21 20:10:52.000000000 -0200
+++ debian/rules 2008-10-21 20:13:50.000000000 -0200
@@ -17,7 +17,7 @@
clean: unpatch
dh clean
- rm po/*.gmo
+ rm -f po/*.gmo
install: build-stamp
dh install
Thank you!
Best regards,
Nelson
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.27-naoliv1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages sdcv depends on:
ii libc6 2.7-15 GNU C Library: Shared libraries
ii libgcc1 1:4.3.2-2~exp1 GCC support library
ii libglib2.0-0 2.18.2-1 The GLib library of C routines
ii libreadline5 5.2-3 GNU readline and history libraries
ii libstdc++6 4.3.2-2~exp1 The GNU Standard C++ Library v3
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
sdcv recommends no packages.
sdcv suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]