r20093 - in /desktop/unstable/ekiga/debian: changelog control control.in rules

dedu-guest at users.alioth.debian.org dedu-guest at users.alioth.debian.org
Thu May 21 20:15:35 UTC 2009


Author: dedu-guest
Date: Thu May 21 20:15:35 2009
New Revision: 20093

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20093
Log:
Remove fdupes hack, all the translations are updated now.

Modified:
    desktop/unstable/ekiga/debian/changelog
    desktop/unstable/ekiga/debian/control
    desktop/unstable/ekiga/debian/control.in
    desktop/unstable/ekiga/debian/rules

Modified: desktop/unstable/ekiga/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/changelog?rev=20093&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/changelog (original)
+++ desktop/unstable/ekiga/debian/changelog Thu May 21 20:15:35 2009
@@ -13,6 +13,7 @@
   * Recommends gvfs.
   * Remove 00_news patch, integrated upstream (no patch anymore).
   * Build-depend on rarian-compat instead of scrollkeeper.
+  * Remove fdupes hack, all the translations are updated now.
 
   [ Emilio Pozuelo Monfort ]
   * Fix section of ekiga-dbg.

Modified: desktop/unstable/ekiga/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/control?rev=20093&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/control (original)
+++ desktop/unstable/ekiga/debian/control Thu May 21 20:15:35 2009
@@ -28,8 +28,7 @@
                libnotify-dev,
                libebook1.2-dev,
                automake,
-               autoconf,
-               fdupes
+               autoconf
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/ekiga
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/

Modified: desktop/unstable/ekiga/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/control.in?rev=20093&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/control.in (original)
+++ desktop/unstable/ekiga/debian/control.in Thu May 21 20:15:35 2009
@@ -28,8 +28,7 @@
                libnotify-dev,
                libebook1.2-dev,
                automake,
-               autoconf,
-               fdupes
+               autoconf
 Standards-Version: 3.8.1
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/ekiga
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/

Modified: desktop/unstable/ekiga/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/rules?rev=20093&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/rules (original)
+++ desktop/unstable/ekiga/debian/rules Thu May 21 20:15:35 2009
@@ -89,22 +89,6 @@
 	dh_link -s
 	dh_strip -s --dbg-package=ekiga-dbg
 	dh_compress -s
-	# symlink identical GNOME help files within packages
-	for p in $$(dh_listpackages); do \
-	  if [ -d debian/$$p/usr/share/gnome/help ]; then \
-	    (cd debian/$$p && LC_ALL=C fdupes -r1nq usr/share/gnome/help \
-	    | while read s; do \
-	        set -- $$(echo $$s | tr ' ' '\n' | sort); \
-	        f=$$1; shift; \
-	        for d; do \
-	          echo "symlinking duplicate GNOME help file $$d to $$f"; \
-	          rm $$d; ln -s /$$f $$d; \
-	        done; \
-	      done; \
-	    ); \
-	  dh_link -p$$p; \
-	  fi; \
-	done
 	dh_fixperms -s
 	dh_installdeb -s
 	dh_shlibdeps -s




More information about the pkg-gnome-commits mailing list