summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-18Prepare changelog for uploadJulien Cristau1-2/+2
2008-07-18Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-unstableJulien Cristau1-18/+11
2008-07-18Add a mention of xorg-macros in the long descriptionJulien Cristau2-1/+11
This way 'apt-cache search xorg-macros' can find this package. Thanks, Eric Anholt!
2008-07-17xsfbs.mk: make 'log' a separate targetJulien Cristau1-3/+8
'prepare' runs genscripts, and we don't want that in unpatch, so create stampdir/log in a separate target, and make unpatch depend on that instead of prepare.
2008-07-16xsfbs.mk: update the list of releases, and drop some unused codeJulien Cristau1-12/+2
we haven't had a separate source tree since modularization.
2008-07-16xsfbs.mk: more parallel make fixingJulien Cristau1-2/+2
2008-07-16xsfbs.mk: fix the prepare target for parallel makeJulien Cristau1-4/+2
2008-06-13Prepare changelog for uploadBrice Goglin2-3/+4
2008-06-01Merge branch 'debian-unstable' of ../../../xsfbs/xsfbs into debian-unstableBrice Goglin3-347/+216
2008-06-01Extend 05_xaw_without_xp.diff to disable Xp from Xaw on hurd-i386Brice Goglin2-2/+58
and try to disable it for kfreebsd-i386 as well.
2008-05-31Update xsfbs/quilt patching rules to be compatible with theBrice Goglin1-16/+6
"3.0 (quilt)" source package. Thanks to Raphael Hertzog. See http://lists.debian.org/debian-x/2008/05/msg01250.html for details.
2008-05-30xsfbs.sh: use 'local' now that policy allows itJulien Cristau1-178/+178
Policy 3.7.3 allows /bin/sh scripts to use 'local'.
2008-05-30xsfbs.sh: add remove_conffile_lookupJulien Cristau1-0/+31
This variant of remove_conffile_prepare looks for the given conffile's canonical md5sum in dpkg's status database itself instead of using provided values.
2008-05-23Remove the .pc directory properlyJulien Cristau1-1/+1
2008-04-13Remove xsfbs-autoreconf.mkJulien Cristau2-152/+0
It has never been used, and that doesn't look likely to change.
2008-03-21xsfbs.mk: make 'serverabi' depend on 'install'Julien Cristau1-1/+1
See bug#471193, thanks to Bernhard R. Link <brlink@debian.org>
2008-03-08Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into ↵Julien Cristau2-99/+30
debian-unstable
2008-03-08Prepare changelog for uploadJulien Cristau1-2/+2
2008-03-08debian/control updatesJulien Cristau2-2/+7
Add myself to Uploaders, remove Fabio and Branden with their permission. Bump Standards-Version to 3.7.3 (no changes). Add Vcs-* control fields.
2008-03-08Bump version number.Julien Cristau1-1/+1
2008-03-07util-macros 1.1.6.Julien Cristau11-350/+648
2008-01-08Kill the manifest code.David Nusinow1-53/+0
It served its purpose for the monolith and is now dead.
2007-09-22Remove make-orig-tar-gz targetDavid Nusinow1-23/+0
This target wasn't kept up to date and was totally broken for the git world. The way we use git has made this target pretty well impossible to use in any form, so it's been supersceded by a script that is currently located at http://people.debian.org/~dnusinow/xsf_scripts/git-make-orig-tar-gz
2007-08-29Do not call laptop-detect, let the only user call it directlyBrice Goglin1-7/+0
2007-07-12Fix "display the output of quilt push/pop".Brice Goglin1-2/+6
Fix commit 16d97b30b91da02d5a3edc2b895cbd4a1995f62d to check the return value of quilt, not the one of tee.
2007-07-09Minor fixes in the patching system.Brice Goglin1-9/+14
* Fix debian/rules to not be confused by ~/.quiltrc or QUILT_PATCHES (as in #369920). * Display which patches are applied and removed instead of just the first one (for #428090).
2007-07-09Fix displaying of patches applied by quilt.Brice Goglin1-3/+3
As requested in bug #428090, we silence the output of quilt next and display the output of quilt push/pop.
2007-06-04debian/control: add C/R/P for imake/makedepend/xorg-build-macros/xmkmf to ↵Timo Aaltonen2-0/+11
allow Ubuntu to sync this in future. The change can be dropped after the next LTS release.
2007-04-12Test for existence of debian/patches directory before creating a symlink to it.Branden Robinson1-4/+3
This prevents packages that apply no patches from ending up with a broken symlink in them. Remove SVN keyword. Update copyright notice.
2007-04-09Prepare changelog for upload.Julien Cristau1-2/+3
2007-04-09Update to makedepend 1.0.1.Julien Cristau11-181/+98
2007-03-02Fix copy/paste typo in the input driver provides.Julien Cristau1-1/+1
2007-03-01Fix one missed bit from the serverabiver -> serverminver renameDavid Nusinow1-1/+1
2007-02-28Fix typo that prevented the input abi versioning from working.David Nusinow1-1/+1
Good catch Julien
2007-02-27Add support for X server input ABI versioningDavid Nusinow1-3/+6
2007-02-21Fix name of serverminverDavid Nusinow1-1/+1
2007-02-21Update serverabi generation to also account for driver ProvidesDavid Nusinow1-1/+4
* Have the drivers use the file serverminver instead of serverabiver in order to generate the versioned dependency on the server. This is clearer naming. * Use serverabiver to actually store the server's video ABI version. This is used to generate the Provides: line for drivers so the server can depend on them properly. This goes in to the substvar xviddriver:Provides.
2007-02-18 * [imake] Fix typo in 02_mkdirhier_rewrite.diff.Brice Goglin2-2/+7
Thanks, A. Costa (closes: #306690).
2007-02-17[xorg-cf-files] Define GNUArchitecture on GNU/kFreeBSD.Julien Cristau3-0/+35
Add patch by Robert Millan applied to upstream git to define GNUArchitecture when __GLIBC__ is defined.
2007-02-17autoreconf -f -i in every subdir.Julien Cristau34-2869/+3721
2007-02-17Merge branch 'xsfbs' into debian-experimentalJulien Cristau3-0/+1431
2007-02-17* Update util-macros to 1.1.5 (X11R7.2).Julien Cristau9-19/+79
2007-02-17Add new "serverabi" rule to generate drivers dependency on the server.Julien Cristau1-0/+15
2007-02-04Move the files so they'll be put in debian/xsfbs automatically when pulledDavid Nusinow3-0/+0
in to our git repos
2006-12-20* Add 06_font_path.diff. This fixes X11.tmpl so that imake-using apps willDavid Nusinow3-0/+28
install fonts to /usr/share/fonts/X11 and encodings to /usr/share/fonts/X11/encodings, just like the xfonts packages. Thanks Géraud Meyer for reporting the bug and Julien Cristau for finding the fix. Closes: #403765
2006-12-05Prepare changelog for uploadDavid Nusinow1-2/+2
2006-12-03* Add util-macros 1.1.2 to allow building docbook docsDavid Nusinow8-83/+357
2006-10-14* Remove obsolete qualifier about imake and old gcc conflict from longDavid Nusinow2-4/+7
package description. Thanks Kevin B. McCarty. Closes: #362141
2006-10-14* Autoreconf to fix manpage suffix bugs on all platforms I'm aware of.David Nusinow17-6226/+7183
Thanks Robert Millan. Closes: #363483
2006-08-29* New upstream release of util-macros (1.1.1). This makes our manpageDavid Nusinow10-164/+50
section patch obsolete.