[pkg-boinc-commits] r550 - in /branches/experimental/boinc/debian: copyright rules

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Tue Nov 14 20:05:43 CET 2006


Author: fst-guest
Date: Tue Nov 14 20:05:41 2006
New Revision: 550

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=550
Log:
Bring debian/copyright and debian/rules in sync with the trunk branch.

Modified:
    branches/experimental/boinc/debian/copyright
    branches/experimental/boinc/debian/rules

Modified: branches/experimental/boinc/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/copyright?rev=550&op=diff
==============================================================================
--- branches/experimental/boinc/debian/copyright (original)
+++ branches/experimental/boinc/debian/copyright Tue Nov 14 20:05:41 2006
@@ -939,3 +939,11 @@
     4. Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip,"
        "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its
        own source and binary releases.
+
+
+The Debian packaging is © 2004-2006 Debian BOINC Maintainers
+<pkg-boinc-devel at lists.alioth.debian.org> and is licensed under
+the GPL.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.

Modified: branches/experimental/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/rules?rev=550&op=diff
==============================================================================
--- branches/experimental/boinc/debian/rules (original)
+++ branches/experimental/boinc/debian/rules Tue Nov 14 20:05:41 2006
@@ -53,6 +53,7 @@
   --prefix=/usr \
   --enable-client \
   --enable-server \
+  --enable-unicode \
   --with-ssl \
   CFLAGS="$(CFLAGS)" \
   CXXFLAGS="$(CXXFLAGS)"
@@ -173,9 +174,9 @@
 	    install -D -m644 "locale/client/$$i/BOINC Manager.mo" \
 	      "debian/boinc-manager/usr/share/locale/$$i/LC_MESSAGES/BOINC Manager.mo"; \
 	  fi; \
-	done; 
+	done;
 	# The en_US po file is actually a po template, thus the corresponding
-	# "BOINC Manager.mo" is empty and useless. 
+	# "BOINC Manager.mo" is empty and useless.
 	rm -rf debian/boinc-manager/usr/share/locale/en_US/
 	
 	#




More information about the pkg-boinc-commits mailing list