[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libxt: Changes to 'debian-experimental'



 debian/changelog |   11 +++++++++--
 debian/control   |    2 +-
 debian/copyright |   30 +-----------------------------
 debian/rules     |    2 +-
 4 files changed, 12 insertions(+), 33 deletions(-)

New commits:
commit 89e75f1808a46179e43d3e554c6d4dfe7413e854
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 04:45:35 2011 +0100

    Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 1c09545..5e7a783 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxt (1:1.0.9-1) UNRELEASED; urgency=low
+libxt (1:1.0.9-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -25,7 +25,7 @@ libxt (1:1.0.9-1) UNRELEASED; urgency=low
     safety.
   * Add myself to Uploaders.
 
- -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 10 Dec 2010 14:42:27 +1100
+ -- Cyril Brulebois <kibi@debian.org>  Fri, 14 Jan 2011 04:45:31 +0100
 
 libxt (1:1.0.7-1) unstable; urgency=low
 

commit c4e0a69c211bfeadf69d571b7e923a78548f58e3
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 04:45:26 2011 +0100

    Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index c95ee71..1c09545 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ libxt (1:1.0.9-1) UNRELEASED; urgency=low
   * Exclude libXt.la in dh_install call.
   * Switch dh_install from --list-missing to --fail-missing for added
     safety.
+  * Add myself to Uploaders.
 
  -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 10 Dec 2010 14:42:27 +1100
 
diff --git a/debian/control b/debian/control
index 1b51d14..25f641d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxt
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: David Nusinow <dnusinow@debian.org>
+Uploaders: David Nusinow <dnusinow@debian.org>, Cyril Brulebois <kibi@debian.org>
 Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 1:0.99.2),

commit 1d0be6930d68f3d834aaf6cdad58b266cc848004
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 04:43:32 2011 +0100

    Switch dh_install from --list-missing to --fail-missing for added safety.

diff --git a/debian/changelog b/debian/changelog
index ae68da2..c95ee71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ libxt (1:1.0.9-1) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * Update debian/copyright from upstream COPYING.
   * Exclude libXt.la in dh_install call.
+  * Switch dh_install from --list-missing to --fail-missing for added
+    safety.
 
  -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 10 Dec 2010 14:42:27 +1100
 
diff --git a/debian/rules b/debian/rules
index ec3eec8..c6bc555 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ binary-arch: build install
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp --list-missing -XlibXt.la
+	dh_install --sourcedir=debian/tmp --fail-missing -XlibXt.la
 	dh_installchangelogs ChangeLog
 	dh_link
 	dh_installman

commit be9ad5c64582a9385cac814cc4eb68b924f46092
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 04:42:51 2011 +0100

    Exclude libXt.la in dh_install call.

diff --git a/debian/changelog b/debian/changelog
index 1edefa1..ae68da2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ libxt (1:1.0.9-1) UNRELEASED; urgency=low
 
   [ Cyril Brulebois ]
   * Update debian/copyright from upstream COPYING.
+  * Exclude libXt.la in dh_install call.
 
  -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 10 Dec 2010 14:42:27 +1100
 
diff --git a/debian/rules b/debian/rules
index 8053e78..ec3eec8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ binary-arch: build install
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp --list-missing
+	dh_install --sourcedir=debian/tmp --list-missing -XlibXt.la
 	dh_installchangelogs ChangeLog
 	dh_link
 	dh_installman

commit 841f4c6a60fbeb15357b72d616c9470ac07271ee
Author: Cyril Brulebois <kibi@debian.org>
Date:   Fri Jan 14 04:37:28 2011 +0100

    Update debian/copyright from upstream COPYING.

diff --git a/debian/changelog b/debian/changelog
index ea3652f..1edefa1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,9 @@ libxt (1:1.0.9-1) UNRELEASED; urgency=low
       in the Requires field (and is).  This fixes lots of FTBFS with
       binutils-gold, which doesn't consider indirect dependencies.
 
+  [ Cyril Brulebois ]
+  * Update debian/copyright from upstream COPYING.
+
  -- Christopher James Halse Rogers <raof@ubuntu.com>  Fri, 10 Dec 2010 14:42:27 +1100
 
 libxt (1:1.0.7-1) unstable; urgency=low
diff --git a/debian/copyright b/debian/copyright
index 5437c41..3f371d6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -22,8 +22,7 @@ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 
-
-Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
+Copyright (c) 1993, Oracle and/or its affiliates. All rights reserved.
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
@@ -65,7 +64,6 @@ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 SOFTWARE.
 
-
 Copyright 1987, 1988, 1998  The Open Group
 
 Permission to use, copy, modify, distribute, and sell this software and its
@@ -87,29 +85,3 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 Except as contained in this notice, the name of The Open Group shall not be
 used in advertising or otherwise to promote the sale, use or other dealings
 in this Software without prior written authorization from The Open Group.
-
-
-(C) COPYRIGHT International Business Machines Corp. 1992,1997
-    All Rights Reserved
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software.
-
-The above copyright notice and this permission notice shall be included in
-all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-THE IBM CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
-BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
-IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-Except as contained in this notice, the name of the IBM Corporation shall
-not be used in advertising or otherwise to promote the sale, use or other
-dealings in this Software without prior written authorization from the IBM
-Corporation.


Reply to: