Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-02 | New upstream releases | Julien Cristau | 72 | -5984/+17811 | |
- makedepend 1.0.2 - util-macros 1.4.1 - xorg-cf-files 1.0.3 | |||||
2010-01-02 | Add watch files and debian/rules target to download tarballs. | Julien Cristau | 8 | -0/+34 | |
2010-01-02 | Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into ↵ | Julien Cristau | 2 | -18/+3 | |
debian-unstable | |||||
2009-09-25 | xsfbs.mk: remove more obsolete code | Julien Cristau | 1 | -13/+1 | |
We can use plain debconf-updatepo, and don't need to clean the 'imports' directory or shlibs.local. | |||||
2009-09-25 | xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage | Julien Cristau | 1 | -2/+1 | |
These variables aren't set anywhere. | |||||
2009-09-25 | xsfbs.sh: fix typo and remove svn keyword | Julien Cristau | 1 | -3/+1 | |
2009-09-11 | Prepare changelog for upload | Julien Cristau | 1 | -2/+2 | |
2009-09-11 | Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into ↵ | Julien Cristau | 2 | -233/+0 | |
debian-unstable | |||||
2009-09-11 | Drop obsolete Pre-Depends on x11-common. Bump Standards-Version to 3.8.3. | Julien Cristau | 2 | -2/+2 | |
2009-09-11 | debian/rules: make sure we bail if one install command fails. | Julien Cristau | 2 | -3/+3 | |
2009-09-11 | util-macros 1.3.0. | Julien Cristau | 8 | -522/+833 | |
2009-08-26 | xsfbs.mk: no need for shlibs.local | Julien Cristau | 1 | -4/+0 | |
2009-08-26 | xsfbs.sh: remove unused reject_whitespace function | Julien Cristau | 1 | -16/+0 | |
2009-08-26 | xsfbs.sh: remove unused find_culprits function | Julien Cristau | 1 | -47/+0 | |
2009-08-26 | xsfbs.sh: remove unused maplink function | Julien Cristau | 1 | -31/+0 | |
2009-08-26 | xsfbs.sh: remove unused analyze_path | Julien Cristau | 1 | -26/+0 | |
2009-08-26 | xsfbs.sh: remove unused check_symlinks_and_{bomb,warn} | Julien Cristau | 1 | -109/+0 | |
2009-08-02 | Prepare changelog for upload | Julien Cristau | 1 | -2/+2 | |
2009-08-02 | Bump Standards-Version to 3.8.2 | Julien Cristau | 2 | -1/+3 | |
2009-08-02 | debian/rules updates | Julien Cristau | 2 | -18/+23 | |
Parse space-separated DEB_BUILD_OPTIONS (policy 3.8), move building each subdir to its own rule, and allow building in parallel. Also call dh_install with --fail-missing to avoid building a broken package. | |||||
2009-08-02 | Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into ↵ | Julien Cristau | 3 | -78/+105 | |
debian-unstable | |||||
2009-08-02 | util-macros 1.2.2. | Julien Cristau | 5 | -30/+114 | |
2009-06-03 | Kill custom readlink function | Julien Cristau | 1 | -10/+0 | |
This was needed for very, very old versions of debianutils. Closes: #498890 | |||||
2009-05-26 | xsfbs: don't run dpkg --print-installation-architecture | Julien Cristau | 1 | -2/+0 | |
This is deprecated in new dpkg, and had no users anyway. | |||||
2009-05-25 | Add README.source | David Nusinow | 1 | -0/+73 | |
2009-02-25 | xsfbs: repack.sh needs to be executable | Julien Cristau | 1 | -0/+0 | |
2009-02-17 | xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so | Julien Cristau | 1 | -66/+0 | |
libx11's postinst was the only post-sarge user, and it's gone now. | |||||
2009-02-01 | xsfbs: add a repack script for uscan | Julien Cristau | 1 | -0/+32 | |
This will automatically prune upstream tarballs | |||||
2008-12-19 | Fix patches 01 and 02 to apply with -p1, to silence lintian. | Julien Cristau | 4 | -13/+14 | |
2008-12-19 | Don't call dh_makeshlibs, silences lintian warning. | Julien Cristau | 2 | -1/+6 | |
2008-12-19 | Prepare changelog for upload | Julien Cristau | 1 | -2/+2 | |
2008-12-19 | xorgversion.m4 is now included in xorg-macros.m4 | Julien Cristau | 1 | -1/+0 | |
2008-12-19 | util-macros 1.2.1 | Julien Cristau | 12 | -635/+391 | |
2008-07-18 | Prepare changelog for upload | Julien Cristau | 1 | -2/+2 | |
2008-07-18 | Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable | Julien Cristau | 1 | -18/+11 | |
2008-07-18 | Add a mention of xorg-macros in the long description | Julien Cristau | 2 | -1/+11 | |
This way 'apt-cache search xorg-macros' can find this package. Thanks, Eric Anholt! | |||||
2008-07-17 | xsfbs.mk: make 'log' a separate target | Julien Cristau | 1 | -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-16 | xsfbs.mk: update the list of releases, and drop some unused code | Julien Cristau | 1 | -12/+2 | |
we haven't had a separate source tree since modularization. | |||||
2008-07-16 | xsfbs.mk: more parallel make fixing | Julien Cristau | 1 | -2/+2 | |
2008-07-16 | xsfbs.mk: fix the prepare target for parallel make | Julien Cristau | 1 | -4/+2 | |
2008-06-13 | Prepare changelog for upload | Brice Goglin | 2 | -3/+4 | |
2008-06-01 | Merge branch 'debian-unstable' of ../../../xsfbs/xsfbs into debian-unstable | Brice Goglin | 3 | -347/+216 | |
2008-06-01 | Extend 05_xaw_without_xp.diff to disable Xp from Xaw on hurd-i386 | Brice Goglin | 2 | -2/+58 | |
and try to disable it for kfreebsd-i386 as well. | |||||
2008-05-31 | Update xsfbs/quilt patching rules to be compatible with the | Brice Goglin | 1 | -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-30 | xsfbs.sh: use 'local' now that policy allows it | Julien Cristau | 1 | -178/+178 | |
Policy 3.7.3 allows /bin/sh scripts to use 'local'. | |||||
2008-05-30 | xsfbs.sh: add remove_conffile_lookup | Julien Cristau | 1 | -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-23 | Remove the .pc directory properly | Julien Cristau | 1 | -1/+1 | |
2008-04-13 | Remove xsfbs-autoreconf.mk | Julien Cristau | 2 | -152/+0 | |
It has never been used, and that doesn't look likely to change. | |||||
2008-03-21 | xsfbs.mk: make 'serverabi' depend on 'install' | Julien Cristau | 1 | -1/+1 | |
See bug#471193, thanks to Bernhard R. Link <brlink@debian.org> | |||||
2008-03-08 | Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into ↵ | Julien Cristau | 2 | -99/+30 | |
debian-unstable |