Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Also remove libschroot-all which is no longer needed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't recurse into subdirectories (with the exception of po).
Include Makefile.am fragments from subdirectories into the
top-level Makefile, adjusted to use paths relative to the root.
|
|
|
|
|
|
Done in order to allow skipping doxygen doc build for binary-
only builds.
|
|
|
|
|
|
Move all configuration data under etc.
Move all manual pages under man.
|
|
Signed-off-by: Roger Leigh <rleigh@debian.org>
|
|
|
|
* Makefile.am: Use "git log" to generate the ChangeLog at "make dist" time.
* bootstrap: Create empty ChangeLog, to fix automake error.
|
|
* The entire schroot project is now licensed under the GNU General
Public Licence, version 3 or later.
* COPYING: Update to GPLv3.
* Update licence boilerplate on all files to GPLv3.
|
|
* Update copyright headers on files for 2007.
|
|
subdirectory, bin.
* bin/*/Makefile.am (LOCAL_CXXFLAGS): Add -I$(top_srcdir)/bin.
* bin/Makefile.am: New file.
(SUBDIRS): schroot dchroot dchroot-dsa csbuild
* configure.ac: Use new file locations.
* doc/schroot.dox.in: Use new source locations. Disable call
graph.
|
|
* Makefile.am: Add csbuild to SUBDIRS.
* configure.ac: Add enable check and support for csbuild.
* csbuild/csbuild-session-base.cc, csbuild/csbuild-options.cc,
csbuild/csbuild-main-base.cc, csbuild/csbuild-options.h,
csbuild/csbuild-session-base.h, csbuild/csbuild-main-base.h,
csbuild/csbuild.1.in, csbuild/Makefile.am, csbuild/csbuild.cc,
csbuild/csbuild-main.cc, csbuild/csbuild-main.h: New files.
Initial C++ implementation of sbuild; infrastructure classes
copied from dchroot.
|
|
* Makefile.am: Add ps and pdf phony targets.
* doc/Makefile.am: Add rules to make PS and PDF manuals.
|
|
* Makefile.am: Distribute HACKING.
* HACKING: New file. Document manual page style guidelines.
|
|
* scripts/global.mk: New file. Global Makefile options.
|
|
into a dchroot subdirectory and dchroot-dsa sources into a
dchroot-dsa subdirectory.
|
|
(TESTS): Remove sbuild-lock, because it can fail randomly on slow
or heavily loaded systems due to timing constraints.
* bootstrap: Create m4 directory if it doesn't exist.
* Makefile.am
(dist-hook): Remove junk from distdir such as temorary files.
(EXTRA_DIST): Distribute bootstrap and m4 macros and templates.
* configure.ac: Add checks for find and xargs.
|
|
|
|
* debian/control (Build-Depends): Add libcppunit-dev.
* schroot/sbuild-util.cc
(find_program_in_path): Split PATH on ':' characters.
* test/sbuild-util.cc: New file: tests for sbuild-util functions.
* test/testmain.cc: New file: test runner for all tests.
* configure.ac: Add check and conditinal for CppUnit.
* Makefile.am (SUBDIRS): Add test directory.
|
|
* schroot/Makefile.am: Generate a sbuild.gch precompiled header,
and include sbuild.h in all sources which previously included an
sbuild header. This should improve compilation speed.
* Rename schroot.h to sbuild.h, and include all sbuild-*.h
headers.
* schroot/sbuild-auth.cc (run): Fix casting to "const void **".
|
|
gettext will have to handle this.
* Update .cvsignore files.
* TODO: Remove gettext item.
* po/en.po: Add an English translation, to make use of UTF-8
characters.
* schroot/Makefile.am, schroot/*.c: Mark up strings for
translation with gettext, and add gettext and locale
initialisation code to main().
* Add po/POTFILES.in with all C source files included.
* Add additional options to po/Makevars, to make xgettext read
the source as UTF-8.
* bootstrap, configure.ac, Makefile.am: add GNU gettext support.
|
|
|
|
- Update the postal address of the FSF.
- Refer to /usr/share/common-licenses/GPL.
- Add new download location.
* Makefile.am: Remove CVS directories from the generated tarball.
* schroot/schroot.conf.5.in: Correct .TH section from 1 to 5.
* Remove debian/conffiles, which is not required by debhelper.
* debian/control: Add buildd-tools developers to Uploaders,
and remove unused ${misc:Depends}.
* debian/changelog: Update.
|
|
* No longer generate ChangeLog with "tla changelog". It must now
be edited manually.
|
|
Add initial Debian packaging
Revision:
schroot--mainline--0.1.0--patch-19
- Add debian directory and initial files.
- Makefile.am: add debian to SUBDIRS.
|
|
Add gtk-doc framework
Revision:
schroot--mainline--0.1.0--patch-9
- Added gtk-doc API reference to doc/schroot.
- Updated README.
- Updated TODO.
|
|
Add autotools framework
Revision:
schroot--mainline--0.1.0--patch-1
- Add support for autoconf, automake and libtool.
- Add support for gtk-doc.
- Install schroot setuid root.
- Add --version option and embed version number in the output.
- Add AUTHORS and NEWS files.
- Generate ChangeLog with tla.
|