[DebiaBRTeam-commits] r539 - in /packages/iceweasel-linky/trunk/debian: changelog compat control copyright rules

eriberto-guest at users.alioth.debian.org eriberto-guest at users.alioth.debian.org
Fri Jul 25 13:44:26 UTC 2008


Author: eriberto-guest
Date: Fri Jul 25 13:44:26 2008
New Revision: 539

URL: http://svn.debian.org/wsvn/?sc=1&rev=539
Log:
Revision -2.

Modified:
    packages/iceweasel-linky/trunk/debian/changelog
    packages/iceweasel-linky/trunk/debian/compat
    packages/iceweasel-linky/trunk/debian/control
    packages/iceweasel-linky/trunk/debian/copyright
    packages/iceweasel-linky/trunk/debian/rules

Modified: packages/iceweasel-linky/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/packages/iceweasel-linky/trunk/debian/changelog?rev=539&op=diff
==============================================================================
--- packages/iceweasel-linky/trunk/debian/changelog (original)
+++ packages/iceweasel-linky/trunk/debian/changelog Fri Jul 25 13:44:26 2008
@@ -1,3 +1,11 @@
+iceweasel-linky (2.7.1-2) unstable; urgency=low
+
+  * Optimized the debian/rules file.
+  * Upgraded the debhelper compatibility to 7.
+  * Reajusted two lines size in debian/copyright.
+
+ -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Fri, 25 Jul 2008 10:34:18 -0300
+
 iceweasel-linky (2.7.1-1) unstable; urgency=low
 
   * Initial release (Closes: #428212)

Modified: packages/iceweasel-linky/trunk/debian/compat
URL: http://svn.debian.org/wsvn/packages/iceweasel-linky/trunk/debian/compat?rev=539&op=diff
==============================================================================
--- packages/iceweasel-linky/trunk/debian/compat (original)
+++ packages/iceweasel-linky/trunk/debian/compat Fri Jul 25 13:44:26 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: packages/iceweasel-linky/trunk/debian/control
URL: http://svn.debian.org/wsvn/packages/iceweasel-linky/trunk/debian/control?rev=539&op=diff
==============================================================================
--- packages/iceweasel-linky/trunk/debian/control (original)
+++ packages/iceweasel-linky/trunk/debian/control Fri Jul 25 13:44:26 2008
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: unzip
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/debian-br-team/packages/iceweasel-linky

Modified: packages/iceweasel-linky/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/packages/iceweasel-linky/trunk/debian/copyright?rev=539&op=diff
==============================================================================
--- packages/iceweasel-linky/trunk/debian/copyright (original)
+++ packages/iceweasel-linky/trunk/debian/copyright Fri Jul 25 13:44:26 2008
@@ -9,9 +9,9 @@
 
 License:
 
-    The contents of this package are subject to the Mozilla Public License Version
-    1.1 (the "License"); you may not use this package except in compliance with
-    the License. You may obtain a copy of the License at
+    The contents of this package are subject to the Mozilla Public License
+    Version 1.1 (the "License"); you may not use this package except in
+    compliance with the License. You may obtain a copy of the License at
     http://www.mozilla.org/MPL/
     
     Software distributed under the License is distributed on an "AS IS" basis,
@@ -31,13 +31,13 @@
     either the GNU General Public License Version 2 or later (the "GPL"), or
     the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
     in which case the provisions of the GPL or the LGPL are applicable instead
-    of those above. If you wish to allow use of your version of this package only
-    under the terms of either the GPL or the LGPL, and not to allow others to
-    use your version of this package under the terms of the MPL, indicate your
-    decision by deleting the provisions above and replace them with the notice
-    and other provisions required by the GPL or the LGPL. If you do not delete
-    the provisions above, a recipient may use your version of this file under
-    the terms of any one of the MPL, the GPL or the LGPL.
+    of those above. If you wish to allow use of your version of this package
+    only under the terms of either the GPL or the LGPL, and not to allow others
+    to use your version of this package under the terms of the MPL, indicate
+    your decision by deleting the provisions above and replace them with the
+    notice and other provisions required by the GPL or the LGPL. If you do not
+    delete the provisions above, a recipient may use your version of this file
+    under the terms of any one of the MPL, the GPL or the LGPL.
 
 
     ----------------------

Modified: packages/iceweasel-linky/trunk/debian/rules
URL: http://svn.debian.org/wsvn/packages/iceweasel-linky/trunk/debian/rules?rev=539&op=diff
==============================================================================
--- packages/iceweasel-linky/trunk/debian/rules (original)
+++ packages/iceweasel-linky/trunk/debian/rules Fri Jul 25 13:44:26 2008
@@ -16,7 +16,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean
-	FILES=`ls | grep -v debian | grep -v $(EXTENSION_NAME)-[0-9]*.xpi`; \
+	FILES=`ls | grep -v debian | grep -v *.xpi`; \
 	rm -rf $$FILES
 
 install:
@@ -24,7 +24,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	unzip $(EXTENSION_NAME)-[0-9]*.xpi
+	unzip *.xpi
 	mkdir -p $(DESTDIR)
 	cp -a $(EXTENSION_FILES) $(DESTDIR)
 




More information about the debian-br-team-commits mailing list