[Debian-hebrew-package] r838 - in /pkg/bidiui/trunk/debian: changelog control copyright rules source/ source/format

kaplan at users.alioth.debian.org kaplan at users.alioth.debian.org
Mon Sep 27 17:36:04 UTC 2010


Author: kaplan
Date: Mon Sep 27 17:36:03 2010
New Revision: 838

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=838
Log:
  * New upstream release 0.9.5
  * debian/control:
    - Add Tzafrir Cohen <tzafrir at debian.org> to uploaders.
    - Bump Standards-Version to 3.9.1 (no changes needed)
  * Switch to dpkg-source 3.0 (quilt) format


Added:
    pkg/bidiui/trunk/debian/source/
    pkg/bidiui/trunk/debian/source/format
Modified:
    pkg/bidiui/trunk/debian/changelog
    pkg/bidiui/trunk/debian/control
    pkg/bidiui/trunk/debian/copyright
    pkg/bidiui/trunk/debian/rules

Modified: pkg/bidiui/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/bidiui/trunk/debian/changelog?rev=838&op=diff
==============================================================================
--- pkg/bidiui/trunk/debian/changelog (original)
+++ pkg/bidiui/trunk/debian/changelog Mon Sep 27 17:36:03 2010
@@ -1,8 +1,13 @@
-bidiui (0.7.3-4) UNRELEASED; urgency=low
+bidiui (0.9.5-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release
+    - Compatible with Thunderbird/Icedove 1.5 - 3.1.* (Closes: #571418)
+  * debian/control:
+    - Add Tzafrir Cohen <tzafrir at debian.org> to uploaders.
+    - Bump Standards-Version to 3.9.1 (no changes needed)
+  * Switch to dpkg-source 3.0 (quilt) format
 
- -- Baruch Even <baruch at debian.org>  Sat, 29 Dec 2007 13:14:29 +0200
+ -- Lior Kaplan <kaplan at debian.org>  Mon, 27 Sep 2010 19:19:45 +0200
 
 bidiui (0.7.3-3) unstable; urgency=low
 

Modified: pkg/bidiui/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/bidiui/trunk/debian/control?rev=838&op=diff
==============================================================================
--- pkg/bidiui/trunk/debian/control (original)
+++ pkg/bidiui/trunk/debian/control Mon Sep 27 17:36:03 2010
@@ -2,16 +2,16 @@
 Section: mail
 Priority: optional
 Maintainer: Debian Hebrew Packaging Team <debian-hebrew-package at lists.alioth.debian.org>
-Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <kaplan at debian.org>, Shachar Shemesh <shachar at debian.org>
+Uploaders: Baruch Even <baruch at debian.org>, Lior Kaplan <kaplan at debian.org>, Shachar Shemesh <shachar at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
 Build-Depends: debhelper (>= 5), zip, unzip, perl
-Standards-Version: 3.7.3
+Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/svn/debian-hebrew/pkg/bidiui
-Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/bidiui
+Vcs-Browser: http://svn.debian.org/wsvn/debian-hebrew/pkg/bidiui/
 Homepage: http://bidiui.mozdev.org/mail/
 
 Package: icedove-bidiui
 Architecture: all
-Depends: icedove (>= 1.5)
+Depends: icedove (>= 1.5), ${misc:Depends}
 Suggests: user-he
 Description: BiDirectional support for Icedove
  An extension for Icedove (originally written for Thunderbird) that allows

Modified: pkg/bidiui/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/bidiui/trunk/debian/copyright?rev=838&op=diff
==============================================================================
--- pkg/bidiui/trunk/debian/copyright (original)
+++ pkg/bidiui/trunk/debian/copyright Mon Sep 27 17:36:03 2010
@@ -8,6 +8,10 @@
   Eyal Rozenberg <eyalroz at technion.ac.il>
   Asaf Romano <bugs.mano at sent.com>
   Ilya Konstantinov
+
+Copyright:
+
+    Copyright (C) 2004-2006 Asaf Romano
 
 License:
 Bidimailui is licensed under a triple license. Either GPL 2.0, LGPL 2.1 or MPL 1.1
@@ -21,8 +25,8 @@
 The Mozilla Public License (MPL) version 1.1 is appended to this file.
 More info at http://www.mozilla.org/MPL/
 
-The Debian packaging is (C) 2006, Shachar Shemesh <debianpkg at shemesh.biz> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is Copyright (C) 2006, Shachar Shemesh <debianpkg at shemesh.biz> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'.
 
 The Mozilla Public License:
 Mozilla Public License Version 1.1

Modified: pkg/bidiui/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/bidiui/trunk/debian/rules?rev=838&op=diff
==============================================================================
--- pkg/bidiui/trunk/debian/rules (original)
+++ pkg/bidiui/trunk/debian/rules Mon Sep 27 17:36:03 2010
@@ -30,19 +30,19 @@
 
 build: build-stamp
 
-build-stamp: configure-stamp bidimailui_tbird.xpi
+build-stamp: configure-stamp xpi
 	dh_testdir
 	touch $@
 
-bidimailui_tbird.xpi:
+xpi:
 	dh_testdir source/tbird/dobuild
 	cd source/tbird && ./dobuild tbird
 
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp bidimailui_tbird.xpi
-	rm -rf source/tbird/build-*
+	rm -f build-stamp configure-stamp
+	rm -rf source/tbird/build/
 	dh_clean 
 
 install: build
@@ -50,7 +50,7 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-	unzip -d debian/$(MAIL_PROGRAM)-bidiui/$(INSTALLDIR) source/tbird/build-tbird/bidimailui_tbird.xpi
+	unzip -d debian/$(MAIL_PROGRAM)-bidiui/$(INSTALLDIR) source/tbird/build/tbird/bidimailui_tbird.xpi
 	# Make sure that the preferences files are in /etc
 	mv debian/$(MAIL_PROGRAM)-bidiui/$(INSTALLDIR)/defaults/preferences/bidimailui.js \
 	    debian/$(MAIL_PROGRAM)-bidiui/etc/$(MAIL_PROGRAM)/bidiui.js

Added: pkg/bidiui/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/bidiui/trunk/debian/source/format?rev=838&op=file
==============================================================================
--- pkg/bidiui/trunk/debian/source/format (added)
+++ pkg/bidiui/trunk/debian/source/format Mon Sep 27 17:36:03 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Debian-hebrew-package mailing list