summaryrefslogtreecommitdiff
path: root/debian/xsfbs/xsfbs.mk
AgeCommit message (Collapse)Author
2008-07-17xsfbs.mk: make 'log' a separate targetJulien Cristau
'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 Cristau
we haven't had a separate source tree since modularization.
2008-07-16xsfbs.mk: more parallel make fixingJulien Cristau
2008-07-16xsfbs.mk: fix the prepare target for parallel makeJulien Cristau
2008-05-31Update xsfbs/quilt patching rules to be compatible with theBrice Goglin
"3.0 (quilt)" source package. Thanks to Raphael Hertzog. See http://lists.debian.org/debian-x/2008/05/msg01250.html for details.
2008-05-23Remove the .pc directory properlyJulien Cristau
2008-04-13Remove xsfbs-autoreconf.mkJulien Cristau
It has never been used, and that doesn't look likely to change.
2008-03-21xsfbs.mk: make 'serverabi' depend on 'install'Julien Cristau
See bug#471193, thanks to Bernhard R. Link <brlink@debian.org>
2008-01-08Kill the manifest code.David Nusinow
It served its purpose for the monolith and is now dead.
2007-09-22Remove make-orig-tar-gz targetDavid Nusinow
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-07-12Fix "display the output of quilt push/pop".Brice Goglin
Fix commit 16d97b30b91da02d5a3edc2b895cbd4a1995f62d to check the return value of quilt, not the one of tee.
2007-07-09Minor fixes in the patching system.Brice Goglin
* 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 Goglin
As requested in bug #428090, we silence the output of quilt next and display the output of quilt push/pop.
2007-04-12Test for existence of debian/patches directory before creating a symlink to it.Branden Robinson
This prevents packages that apply no patches from ending up with a broken symlink in them. Remove SVN keyword. Update copyright notice.
2007-03-02Fix copy/paste typo in the input driver provides.Julien Cristau
2007-03-01Fix one missed bit from the serverabiver -> serverminver renameDavid Nusinow
2007-02-28Fix typo that prevented the input abi versioning from working.David Nusinow
Good catch Julien
2007-02-27Add support for X server input ABI versioningDavid Nusinow
2007-02-21Fix name of serverminverDavid Nusinow
2007-02-21Update serverabi generation to also account for driver ProvidesDavid Nusinow
* 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-17Add new "serverabi" rule to generate drivers dependency on the server.Julien Cristau
2007-02-04Move the files so they'll be put in debian/xsfbs automatically when pulledDavid Nusinow
in to our git repos