diffstat for x11proto-dmx_2.3.1-2 x11proto-dmx_2.3.1-SprezzOS1 ChangeLog | 132 ++++++++++++++++++++++++++++++++++++ autogen.sh | 12 --- x11proto-dmx-2.3.1/debian/changelog | 6 + x11proto-dmx-2.3.1/debian/control | 6 - 4 files changed, 141 insertions(+), 15 deletions(-) reverted: --- x11proto-dmx-2.3.1/autogen.sh +++ x11proto-dmx-2.3.1.orig/autogen.sh @@ -1,12 +0,0 @@ -#! /bin/sh - -srcdir=`dirname $0` -test -z "$srcdir" && srcdir=. - -ORIGDIR=`pwd` -cd $srcdir - -autoreconf -v --install || exit 1 -cd $ORIGDIR || exit $? - -$srcdir/configure --enable-maintainer-mode "$@" reverted: --- x11proto-dmx-2.3.1/ChangeLog +++ x11proto-dmx-2.3.1.orig/ChangeLog @@ -1,3 +1,135 @@ +commit aade7161f63fd7f5a673e8432abd998fe1d9c7a2 +Author: Alan Coopersmith +Date: Wed Jan 5 17:26:54 2011 -0800 + + dmxproto 2.3.1 + + Signed-off-by: Alan Coopersmith + +commit d6131b3d0cf6b30fd059fe1a1a17d4be24d00e9b +Author: Alan Coopersmith +Date: Tue Dec 28 18:26:35 2010 -0800 + + Remove accidentally added config.h header creation + + Signed-off-by: Alan Coopersmith + +commit 710bb6773a0eeb3dfccc92ef0b414c97ee553103 +Author: Alan Coopersmith +Date: Tue Dec 28 17:59:39 2010 -0800 + + Add links to DMX website & protocol spec to README + + Signed-off-by: Alan Coopersmith + +commit 9e9b74b7b6ba9427fdae736093263f87e098ae59 +Author: Alan Coopersmith +Date: Tue Dec 28 17:53:22 2010 -0800 + + config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES + + Signed-off-by: Alan Coopersmith + +commit 7df615d96ea2204b3922bf0600a55cbe661b3d69 +Author: Alan Coopersmith +Date: Tue Dec 28 17:51:15 2010 -0800 + + config: Add missing AC_CONFIG_SRCDIR + + Regroup AC statements under the Autoconf initialization section. + Regroup AM statements under the Automake initialization section. + + Signed-off-by: Alan Coopersmith + +commit 2cef0867dcf92eb3cb08868fca23371785c19bad +Author: Gaetan Nadon +Date: Sun Mar 28 19:25:52 2010 -0400 + + config: update AC_PREREQ statement to 2.60 + + Unrelated to the previous patches, the new value simply reflects + the reality that the minimum level for autoconf to configure + all x.org modules is 2.60 dated June 2006. + + ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz + + Signed-off-by: Gaetan Nadon + +commit a60e6edd191a52287a65cfa1c04915578a1c998c +Author: Gaetan Nadon +Date: Sun Mar 28 19:00:30 2010 -0400 + + config: remove the pkgconfig pc.in file from EXTRA_DIST + + Automake always includes it in the tarball. + + Signed-off-by: Gaetan Nadon + +commit 1d12dbdebd0fbf97dba8a77de0c9678b6439203e +Author: Gaetan Nadon +Date: Sun Nov 22 19:24:47 2009 -0500 + + Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES + + Now that the INSTALL file is generated. + Allows running make maintainer-clean. + +commit 5932e06e39c7dad609e31d822670913ba352afc8 +Author: Gaetan Nadon +Date: Mon Nov 16 11:13:29 2009 -0500 + + README: file created or updated #24206 + + Contains a set of URLs to freedesktop.org. + +commit be2d639aa3c509b90cdf78860a0180daead17fac +Author: Gaetan Nadon +Date: Sun Nov 15 19:45:26 2009 -0500 + + Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 + + ChangeLog filename is known to Automake and requires no further + coding in the makefile. + +commit 304e9178168e33dbf6d5441824ac4c721521136a +Author: Gaetan Nadon +Date: Sun Nov 15 18:31:28 2009 -0500 + + Makefile.am: INSTALL file is missing or incorrect #24206 + + The standard GNU file on building/installing tarball is copied + using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS + Add INSTALL target + +commit cd7722d7265e6e8f90f4c0e8b6aa7aa39ebfa785 +Author: Gaetan Nadon +Date: Sun Nov 15 18:11:36 2009 -0500 + + configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 + + This macro aggregate a number of existing macros that sets commmon + X.Org components configuration options. It shields the configuration file from + future changes. + +commit efbe0f2a6b4b1231b887f983bfb38f573ae2bf8c +Author: Gaetan Nadon +Date: Sun Nov 15 13:55:24 2009 -0500 + + configure.ac: AM_MAINTAINER_MODE missing #24238 + + This turns off maintainer mode build rules in tarballs. + Works in conjunction with autogen.sh --enable-maintainer-mode + +commit f7309b32556fd85353c8740fcaa14b57a667ec38 +Author: Gaetan Nadon +Date: Sat Nov 14 18:26:46 2009 -0500 + + .gitignore: use common defaults with custom section # 24239 + + Using common defaults will reduce errors and maintenance. + Only the very small or inexistent custom section need periodic maintenance + when the structure of the component changes. Do not edit defaults. + commit a71c838e1130be28e1639a606b0a7cb56f44a3a8 Author: Peter Hutterer Date: Thu Oct 1 19:34:15 2009 +1000 diff -u x11proto-dmx-2.3.1/debian/changelog x11proto-dmx-2.3.1/debian/changelog --- x11proto-dmx-2.3.1/debian/changelog +++ x11proto-dmx-2.3.1/debian/changelog @@ -1,3 +1,9 @@ +x11proto-dmx (1:2.3.1-SprezzOS1) unstable; urgency=low + + * SprezzOS build + + -- Nick Black Fri, 28 Dec 2012 17:00:02 -0500 + x11proto-dmx (1:2.3.1-2) unstable; urgency=low * Mark x11proto-dmx-dev Multi-Arch: foreign diff -u x11proto-dmx-2.3.1/debian/control x11proto-dmx-2.3.1/debian/control --- x11proto-dmx-2.3.1/debian/control +++ x11proto-dmx-2.3.1/debian/control @@ -1,13 +1,13 @@ Source: x11proto-dmx Section: x11 Priority: optional -Maintainer: Debian X Strike Force -Uploaders: David Nusinow , Andres Salomon , Cyril Brulebois +Maintainer: Nick Black +XSBC-Original-Maintainer: Debian X Strike Force Build-Depends: debhelper (>= 5.0.0), automake, xutils-dev (>= 1:7.5~1) -Standards-Version: 3.8.3 +Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-dmx Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git