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

x11proto-dri2: Changes to 'debian-unstable'



 debian/changelog |   11 +++++++++--
 debian/copyright |    2 +-
 debian/rules     |   23 ++---------------------
 3 files changed, 12 insertions(+), 24 deletions(-)

New commits:
commit 67de4fba993d133e6ea9a343355fe4c53c5ff402
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Jan 9 06:58:29 2009 +0100

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index a408a97..e999b93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-dri2 (1.99.3-1) UNRELEASED; urgency=low
+x11proto-dri2 (1.99.3-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
@@ -9,7 +9,7 @@ x11proto-dri2 (1.99.3-1) UNRELEASED; urgency=low
   * Install dri2proto.txt.
   * debian/copyright: update copyright year.
 
- -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 03 Dec 2008 11:04:41 +0200
+ -- Julien Cristau <jcristau@debian.org>  Fri, 09 Jan 2009 06:57:20 +0100
 
 x11proto-dri2 (1.1-1) unstable; urgency=low
 

commit d0f7ca3b58180a0278f432d715826ee7141ccb3b
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Jan 9 06:54:59 2009 +0100

    debian/copyright: update copyright year.

diff --git a/debian/changelog b/debian/changelog
index 5e35486..a408a97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ x11proto-dri2 (1.99.3-1) UNRELEASED; urgency=low
   * debian/rules: drop some useless code (we don't need to set CFLAGS or set
     the architecture, we don't build anything).
   * Install dri2proto.txt.
+  * debian/copyright: update copyright year.
 
  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 03 Dec 2008 11:04:41 +0200
 
diff --git a/debian/copyright b/debian/copyright
index bbdc972..4fd701d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ http://xorg.freedesktop.org/releases/individual/proto/
 
 Packaging by Julien Cristau <jcristau@debian.org>.
 
-Copyright © 2007 Red Hat, Inc.
+Copyright © 2008 Red Hat, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Soft-

commit 1135ca23354dadbfa37d0d12bc36072f0c230581
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Jan 9 06:06:16 2009 +0100

    Install dri2proto.txt.

diff --git a/debian/changelog b/debian/changelog
index f1310f8..5e35486 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ x11proto-dri2 (1.99.3-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * debian/rules: drop some useless code (we don't need to set CFLAGS or set
     the architecture, we don't build anything).
+  * Install dri2proto.txt.
 
  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 03 Dec 2008 11:04:41 +0200
 
diff --git a/debian/rules b/debian/rules
index 4543812..cdf007a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ binary-indep: build install
 	dh_testdir
 	dh_testroot
 
-	dh_installdocs
+	dh_installdocs dri2proto.txt
 	dh_installman
 	dh_install --sourcedir=debian/tmp --list-missing
 	dh_installchangelogs

commit ccab71aa8bb72dc3be4d06dcfe5a51024181fa3f
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri Jan 9 06:02:14 2009 +0100

    debian/rules: drop some useless code
    
    We don't need to set CFLAGS or set the architecture,
    we don't build anything.

diff --git a/debian/changelog b/debian/changelog
index 4de562e..f1310f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 x11proto-dri2 (1.99.3-1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
 
+  [ Julien Cristau ]
+  * debian/rules: drop some useless code (we don't need to set CFLAGS or set
+    the architecture, we don't build anything).
+
  -- Timo Aaltonen <tepsipakki@ubuntu.com>  Wed, 03 Dec 2008 11:04:41 +0200
 
 x11proto-dri2 (1.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index cf2abb2..4543812 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,26 +7,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-PACKAGE = x11proto-xf86dri-dev
-
-CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
-
-DEB_HOST_ARCH      ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-	confflags += --build=$(DEB_HOST_GNU_TYPE)
-else
-	confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
+PACKAGE = x11proto-dri2-dev
 
 .PHONY: autogen
 autogen: autogen-stamp


Reply to: