diff -Nru rendercheck-1.3+git20100528/debian/changelog rendercheck-1.3+git20100528+0d88ba2/debian/changelog --- rendercheck-1.3+git20100528/debian/changelog 2010-05-28 19:36:15.000000000 +0100 +++ rendercheck-1.3+git20100528+0d88ba2/debian/changelog 2010-05-28 19:36:15.000000000 +0100 @@ -1,6 +1,6 @@ -rendercheck (1.3+git20100528-0) maverick; urgency=low +rendercheck (1.3+git20100528+0d88ba2-1) maverick; urgency=low - * Initial release. + * Initial release. (Closes: #xxxxxx) * Checkout from git 20100528 (master branch) up to commit 0d88ba2ebc5d31e7bb03a0628fd4027f1937c39b diff -Nru rendercheck-1.3+git20100528/debian/copyright rendercheck-1.3+git20100528+0d88ba2/debian/copyright --- rendercheck-1.3+git20100528/debian/copyright 2010-05-28 19:36:15.000000000 +0100 +++ rendercheck-1.3+git20100528+0d88ba2/debian/copyright 2010-05-28 19:36:15.000000000 +0100 @@ -1,7 +1,8 @@ This package was debianized by Robert Hooker on Fri, 28 May 2010 07:25:52 -0400. -It was downloaded from http://xorg.freedesktop.org/archive/individual/app/ +This original source for this package was obtained via the upstream +git branch at http://cgit.freedesktop.org/xorg/app/rendercheck Upstream Authors: @@ -58,6 +59,7 @@ The Debian packaging is: Copyright (C) 2010 Robert Hooker + based on the work Copyright (C) 2009 Eric Anholt and is licensed under the GPL version 3, see `/usr/share/common-licenses/GPL-3'. diff -Nru rendercheck-1.3+git20100528/debian/rules rendercheck-1.3+git20100528+0d88ba2/debian/rules --- rendercheck-1.3+git20100528/debian/rules 2010-05-28 19:36:15.000000000 +0100 +++ rendercheck-1.3+git20100528+0d88ba2/debian/rules 2010-05-28 19:36:15.000000000 +0100 @@ -32,9 +32,17 @@ MAKEFLAGS += -j$(NUMJOBS) endif +get-orig-source: + git clone git://anongit.freedesktop.org/xorg/app/rendercheck && \ + cd rendercheck/ && autoreconf -v --install && \ + REVISION=$$(git show --pretty=format:"%h" HEAD | head -n1) && cd .. && \ + PREFIX=rendercheck_1.3+git$$(date +%Y%m%d)+$$REVISION && \ + tar --exclude=.git --exclude=.git/* --exclude=.git* --exclude=autom4te.cache \ + -cf - rendercheck | gzip -9 >$$PREFIX.orig.tar.gz && rm -rf rendercheck + config.status: configure dh_testdir - ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man build: build-stamp @@ -84,4 +92,4 @@ dh_builddeb binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +.PHONY: build clean binary-indep binary-arch binary install get-orig-source diff -Nru rendercheck-1.3+git20100528/.gitignore rendercheck-1.3+git20100528+0d88ba2/.gitignore --- rendercheck-1.3+git20100528/.gitignore 2010-05-28 11:41:32.000000000 +0100 +++ rendercheck-1.3+git20100528+0d88ba2/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,79 +0,0 @@ -# -# X.Org module default exclusion patterns -# The next section if for module specific patterns -# -# Do not edit the following section -# GNU Build System (Autotools) -aclocal.m4 -autom4te.cache/ -autoscan.log -ChangeLog -compile -config.guess -config.h -config.h.in -config.log -config-ml.in -config.py -config.status -config.status.lineno -config.sub -configure -configure.scan -depcomp -.deps/ -INSTALL -install-sh -.libs/ -libtool -libtool.m4 -ltmain.sh -lt~obsolete.m4 -ltoptions.m4 -ltsugar.m4 -ltversion.m4 -Makefile -Makefile.in -mdate-sh -missing -mkinstalldirs -*.pc -py-compile -stamp-h? -symlink-tree -texinfo.tex -ylwrap - -# Do not edit the following section -# Edit Compile Debug Document Distribute -*~ -*.[0-9] -*.[0-9]x -*.bak -*.bin -core -*.dll -*.exe -*-ISO*.bdf -*-JIS*.bdf -*-KOI8*.bdf -*.kld -*.ko -*.ko.cmd -*.lai -*.l[oa] -*.[oa] -*.obj -*.patch -*.so -*.pcf.gz -*.pdb -*.tar.bz2 -*.tar.gz -# -# Add & Override patterns for rendercheck -# -# Edit the following section as needed -# For example, !report.pc overrides *.pc. See 'man gitignore' -# -rendercheck