ce8f44ed36
Automatically skip syntax check if Moose is not installed
Axel Beckert
2010-04-15 02:51:05 +02:00
bf195706b8
Note that t/perl-syntax.t needs Moose.pm
Axel Beckert
2010-04-15 02:34:59 +02:00
4d240abd6c
Don't check Makefiles for perl syntax
Axel Beckert
2010-04-15 02:25:09 +02:00
ae5a2eab53
Replace all tabs with 8 blanks to make t/no-tabs.t happy
Axel Beckert
2010-04-15 02:21:42 +02:00
3f9c79f0f2
Remove tab from blank line
Axel Beckert
2010-04-15 02:21:15 +02:00
e9b9b02869
Fix no-tabs.t to ignore .git as well as Makefiles
Axel Beckert
2010-04-15 02:17:18 +02:00
fb1de328c9
Make toplevel Makefile VCS-agnostic
Axel Beckert
2010-04-15 00:29:13 +02:00
7f70f4b148
Change debian/control Vcs-* header to new gitorious.org URLs
Axel Beckert
2010-04-15 00:01:05 +02:00
a007f0b49d
Add .gitignore based on .hgignore
Axel Beckert
2010-04-14 23:56:48 +02:00
76d62ed165
TODO: Clean up the hooks directory
Axel Beckert
2010-04-10 15:22:56 +02:00
339116f886
Fix another typo in TODO
Axel Beckert
2010-04-10 15:21:52 +02:00
4362775855
Fix typo in last commit
Axel Beckert
2010-04-10 13:30:56 +02:00
a56858263d
Remove resolved issues from TODO, add new ideas about --dist
Axel Beckert
2010-04-10 13:24:25 +02:00
03f1b523fc
hg should ignore emacs-style backup files
Axel Beckert
2010-04-09 11:12:40 +02:00
bc750e31e0
Fix exit code of xt-install-image when install method failed (Closes: #534290)
Axel Beckert
2010-04-09 10:55:18 +02:00
0ae7d1a8ec
Fix grammar debian/changelog entry
Axel Beckert
2010-04-09 10:52:49 +02:00
35c4a6f61f
bashism fixes belong to the upstream part of the debian/changelog entry
Axel Beckert
2010-04-09 10:52:16 +02:00
05c80ffe3a
Avoid single quotes in here data to avoid syntax hilighting issues (nearly the same text in xt-install-image)
Axel Beckert
2010-04-09 10:39:24 +02:00
e613f2088c
Avoid single quotes in here data to avoid syntax hilighting issues
Axel Beckert
2010-04-09 10:35:45 +02:00
ac4ebe6246
Added a README.source explaining how to build xen-tools directly from the Mercurial repository
Axel Beckert
2010-04-09 02:09:58 +02:00
a08b06726a
Fix one more bashism: ${parm/?/pat[/str]}
Axel Beckert
2010-04-09 01:58:02 +02:00
fb9b6347a0
Fix bashism: read without parameter
Axel Beckert
2010-04-09 01:56:04 +02:00
1fded1e897
Mention fixing of bashisms in the debian/changelog
Axel Beckert
2010-04-09 01:31:04 +02:00
dd40247b13
Fix bashism in Makefile: [^y] -> [!y]
Axel Beckert
2010-04-09 01:03:31 +02:00
0dc86d6ccc
Add debian/source/format to silence lintian
Axel Beckert
2010-03-26 21:53:44 +01:00
23966f2a39
Fix e-mail address of C.J. Adams-Collier
Axel Beckert
2010-03-26 21:45:50 +01:00
a53371f7ae
Add myself as primary author to AUTHORS
Axel Beckert
2010-03-26 21:44:04 +01:00
467d45d1ec
Removal of /etc/bash_completion.d/xm also fixes LP: #484098 as the feature where the bug was in will be removed
Axel Beckert
2010-03-26 21:36:18 +01:00
8ca88a9551
Installs dhclient for CentOS and Fedora if DHCP networking is requested (LP: #241446)
Axel Beckert
2010-03-26 21:03:50 +01:00
f007a6e7c5
Also check /etc/apt/sources.list.d for security updates
Axel Beckert
2010-03-26 20:52:43 +01:00
110498e5b8
First check if /etc/apt/sources.list exists, then grep it. If it doesn't exist enable security updates by default
Axel Beckert
2010-03-26 20:51:35 +01:00
07c59a1b0d
Mention fix for LP: #309750 in the changelog
Axel Beckert
2010-03-26 20:48:57 +01:00
b9c1b50873
Just check for the string 'security' in sources.list, so it also matches local and ubuntu mirrors (LP: #309750)
Axel Beckert
2010-03-26 20:46:13 +01:00
24758e4dd3
File conflict with bash-completion: Also close freshly reported Launchpad bug
Axel Beckert
2010-03-26 20:35:11 +01:00
d6284de7e9
Fix missing curly bracket. Thanks to Steve Allison for noticing
Axel Beckert
2010-03-26 15:43:23 +01:00
465a9773b7
Also close parent Launchpad bug to #561618
Axel Beckert
2010-03-11 01:07:08 +01:00
fbc5ef984f
Put rinse back to recommends, it's more or less needed for RPM based distros
Axel Beckert
2010-03-11 01:05:45 +01:00
2d8a03c5ac
Reordered changelog entry, sort all upstream changes under "New upstream release candidate"
Axel Beckert
2010-03-11 01:04:32 +01:00
be1ef1850b
Calls pwconv and grpconv inside chroot when installing Fedora (Closes: #499476)
Axel Beckert
2010-03-11 00:56:48 +01:00
2c14aab186
Support for more recent versions of Fedora, Ubuntu and Debian (Closes: #499477)
Axel Beckert
2010-03-11 00:54:39 +01:00
74195e43f1
Dereference pointers before hashing them to generate a MAC address. (Closes: #547265)
Axel Beckert
2010-03-10 23:37:21 +01:00
ead13f17b3
Don't write the FQDN into /etc/hostname (Closes: #492583)
Axel Beckert
2010-03-10 23:24:21 +01:00
814f1babd2
TODO: Bashisms
Axel Beckert
2010-03-10 23:23:59 +01:00
f8843e5233
Overhaul xen-create-image synopsis, show necessary option parameters
Axel Beckert
2010-03-10 22:58:52 +01:00
bd2b7f2ea8
Add the real bug which caused PEBKAC
Axel Beckert
2010-03-10 22:26:22 +01:00
ce37cac21f
Remove note on bug which was PEBKAC (respectively bad documentation :-)
Axel Beckert
2010-03-10 22:25:00 +01:00
5bc0f1e7a4
Add Backspace to ease syntax highlighting
Axel Beckert
2010-03-10 22:10:06 +01:00
368b94e4ef
Update TODO: Installs Squeeze now, ext4 support in, but buggy, add newly found bugs
Axel Beckert
2010-03-10 22:07:12 +01:00
83af869d16
Fix missing ';'
Axel Beckert
2010-03-10 21:56:38 +01:00
797196f23f
Add new xt-guess-suite-and-mirror script to install-bin target
Axel Beckert
2010-03-10 21:54:22 +01:00
b66263df67
Set release version to 4.2rc1 and generate debian package version with ~ from it
Axel Beckert
2010-03-10 21:29:14 +01:00
de31b27c9d
Add (yet untested) support for ext4
Axel Beckert
2010-03-10 20:17:38 +01:00
878bc31dc0
Add full header to NEWS.Debian
Axel Beckert
2010-03-10 20:17:02 +01:00
2c8c1ecf62
Revert accidentially committed generated changes to t/modules.t
Axel Beckert
2010-03-10 20:05:04 +01:00
a4b4d67e76
Add (yet untested) support for Fedora 9-13. Ubuntu 9.04-10.04, Debian 6.0
Axel Beckert
2010-03-10 20:00:12 +01:00
3c5940f8d3
Rename xen-guess-debian-mirror to xt-guess-suite-and-mirror
Axel Beckert
2010-03-10 19:52:50 +01:00
967f926ed2
Debian/Ubuntu: Use Dom0's distribution by default for DomUs
Axel Beckert
2010-03-10 19:46:42 +01:00
066e434e08
Updated Copyright years
Axel Beckert
2010-03-10 19:32:56 +01:00
ea181e40a1
Give the example LVM volume group a more common name
Axel Beckert
2010-03-10 19:29:02 +01:00
ba66ab4231
Some more man page todos
Axel Beckert
2010-03-10 15:55:20 +01:00
e261684240
Merge in my todo list and first bugs found during testing, some more structure
Axel Beckert
2010-03-10 15:37:26 +01:00
324d0d26ba
Reformat Steve's TODO list into todoo-mode compatible format
Axel Beckert
2010-03-10 15:13:17 +01:00
fb0575a47d
Raising Debhelper compat means also raising the Build-Dependency
Axel Beckert
2010-03-03 02:14:49 +01:00
aad28f3fd3
Don't use perl syntax in shell scripts ;-)
Axel Beckert
2010-03-03 02:11:44 +01:00
b6c82d9f1a
Only generate man pages for non-tidied scripts
Axel Beckert
2010-03-03 02:08:18 +01:00
4ddc72318b
Fix some spelling errors found by lintian
Axel Beckert
2010-03-03 02:06:37 +01:00
f6e224e40e
Also clean up .tdy files
Axel Beckert
2010-03-03 02:05:30 +01:00
962d1a4497
Update copyright file, add missing copyright years
Axel Beckert
2010-03-03 01:59:20 +01:00
10cc9763a4
Bump debhelper compat to 7
Axel Beckert
2010-03-03 01:56:05 +01:00
faee230c4b
Fix lintian warning debhelper-but-no-misc-depends
Axel Beckert
2010-03-03 01:54:49 +01:00
9fb9ea1d4b
Add an orig-tar-gz target
Axel Beckert
2010-03-03 01:51:52 +01:00
09a637f48e
Prepare a 4.2~rc1 release so that at least the package builds
Axel Beckert
2010-03-03 01:46:36 +01:00
4bdd02ba9d
Upload will close ITP #566714
Axel Beckert
2010-02-18 14:55:35 +01:00
44175e7369
Add Vcs-* header since the repository is now online
Axel Beckert
2010-02-18 14:27:55 +01:00
4f6e76338e
Bump Standards-Version to 3.8.4 (no changes); change maintainer e-mail address to my debian.org address
Axel Beckert
2010-02-01 03:22:18 +01:00