summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Antonio Ospite [Tue, 19 Nov 2013 14:11:55 +0000 (15:11 +0100)]
Merge tag 'v0.3' into debian
Release v0.3
Antonio Ospite [Tue, 19 Nov 2013 14:10:47 +0000 (15:10 +0100)]
debian/changelog: updates for 0.2-2
Git-Dch: ignore
Antonio Ospite [Tue, 19 Nov 2013 14:06:27 +0000 (15:06 +0100)]
ChangeLog: update for v0.3 release
Antonio Ospite [Tue, 19 Nov 2013 14:01:50 +0000 (15:01 +0100)]
kboot-mkconfig: fix a typo
Antonio Ospite [Tue, 19 Nov 2013 13:57:50 +0000 (14:57 +0100)]
Makefile: fix directory creation
Also use lower case for path variables, this mimics somehow how
autotools does it.
Antonio Ospite [Tue, 19 Nov 2013 13:06:38 +0000 (14:06 +0100)]
debian/control: fix th long description again
Strip some trailing spaces and drop a paragraph with very long links
which trigger a lintian issue. The info is already in the README file
anyway.
Antonio Ospite [Tue, 19 Nov 2013 13:04:31 +0000 (14:04 +0100)]
README: strip trailing spaces
Antonio Ospite [Tue, 19 Nov 2013 13:02:15 +0000 (14:02 +0100)]
debian/watch: add a watchfile
Antonio Ospite [Tue, 19 Nov 2013 12:55:01 +0000 (13:55 +0100)]
debian/changelog: prepare for 0.2-2
Git-Dch: ignore
Antonio Ospite [Tue, 19 Nov 2013 12:46:42 +0000 (13:46 +0100)]
debian/control: fix short and long descriptions
Short description should start with small letter, and it is better to
mention the package name in the long description in order to make
searching easier.
Thanks: gregor herrmann <gregoa@debian.org>
Antonio Ospite [Tue, 19 Nov 2013 12:43:43 +0000 (13:43 +0100)]
debian/gbp.conf: explicitly disable pristine-tar
This fixes build when users have pristine-tar set to True in the global
configuration file.
Antonio Ospite [Tue, 19 Nov 2013 12:42:58 +0000 (13:42 +0100)]
debian/control: specify the debian package branch in Vcs-Git
This is what is suggested in
http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-VCS-fields
Antonio Ospite [Tue, 19 Nov 2013 12:41:16 +0000 (13:41 +0100)]
debian/control: bump Standards-Version to 3.9.5
Antonio Ospite [Tue, 19 Nov 2013 12:40:34 +0000 (13:40 +0100)]
debian/control: switch to debhelper >= 9
Antonio Ospite [Tue, 19 Nov 2013 12:39:52 +0000 (13:39 +0100)]
debian/rules: remove unneeded comments
Antonio Ospite [Tue, 19 Nov 2013 12:38:56 +0000 (13:38 +0100)]
debian/copyright: use Copyright Format 1.0
Antonio Ospite [Sun, 2 Oct 2011 09:25:49 +0000 (11:25 +0200)]
Package v0.2 as the Initial release
Antonio Ospite [Sun, 2 Oct 2011 09:24:28 +0000 (11:24 +0200)]
Merge commit 'v0.2' into debian
Antonio Ospite [Fri, 30 Sep 2011 21:45:35 +0000 (23:45 +0200)]
Release v0.2 as the first actually working release
The first version of the script was working fine, I broke it when I changed
the way of finding the root device node and I didn't test it on the PS3.
Sorry about that, it's good not to have users sometimes :)
Antonio Ospite [Fri, 30 Sep 2011 20:49:38 +0000 (22:49 +0200)]
Fix several problems in linux_find_root_device
'stat' returns the major and minor numbers in hexadecimal, while
'mountpoint' returns them in decimal; convert the ones from 'stat' so
comparison actually work.
Rename variables to reflect better the difference between the DEVICE
representation (major:minor) and the NODE representation (a path of a
file under /dev).
Finally fix the invocation of linux_find_root_device as well.
Antonio Ospite [Fri, 23 Sep 2011 11:44:57 +0000 (13:44 +0200)]
debian/changelog: say thanks to Gergely Nagy
Antonio Ospite [Fri, 23 Sep 2011 11:38:51 +0000 (13:38 +0200)]
debian/changelog: build from revision v0.1a
Git-Dch: Ignore
Antonio Ospite [Fri, 23 Sep 2011 11:37:12 +0000 (13:37 +0200)]
Merge branch 'master' into debian
Antonio Ospite [Fri, 23 Sep 2011 11:27:44 +0000 (13:27 +0200)]
Release a new version with a ChangeLog file
Antonio Ospite [Fri, 23 Sep 2011 11:14:41 +0000 (13:14 +0200)]
Makefile: add a rule to generate a GNU style ChangeLog
Antonio Ospite [Fri, 23 Sep 2011 10:06:40 +0000 (12:06 +0200)]
README: adjust wording and add links to kboot.conf format
Antonio Ospite [Fri, 23 Sep 2011 10:02:26 +0000 (12:02 +0200)]
debian/control: adjust wording and remove a double space in long description
Antonio Ospite [Fri, 23 Sep 2011 09:26:44 +0000 (11:26 +0200)]
debian/rules: remove comments about being a dh-make sample file
Git-Dch: Short
Thanks: Gergely Nagy for the suggestion
Antonio Ospite [Fri, 23 Sep 2011 09:02:36 +0000 (11:02 +0200)]
debian/copyright: fix copyright-refers-to-symlink-license lintian report
Fix
P: kboot-utils: copyright-refers-to-symlink-license usr/share/common-licenses/GPL
and also add the GPL-3.0 header text to the file, to be more explicit.
Git-Dch: Short
Thanks: Gergely Nagy for the suggestion
Antonio Ospite [Fri, 23 Sep 2011 08:54:36 +0000 (10:54 +0200)]
debian/copyright: fix unversioned-copyright-format-uri lintian report
P: kboot-utils source: unversioned-copyright-format-uri http://dep.debian.net/deps/dep5
Git-Dch: Short
Thanks: Gergely Nagy for the suggestion
Antonio Ospite [Thu, 22 Sep 2011 13:04:25 +0000 (15:04 +0200)]
Add debian/gbp.conf to handle this repository layout
Antonio Ospite [Thu, 22 Sep 2011 11:07:44 +0000 (13:07 +0200)]
debian/changelog: close the actual ITP bug
Antonio Ospite [Thu, 22 Sep 2011 11:06:43 +0000 (13:06 +0200)]
debian/source/format: use format 3.0 (quilt)
Antonio Ospite [Thu, 22 Sep 2011 11:05:57 +0000 (13:05 +0200)]
debian/control: update Standards-Version to 3.9.2
Antonio Ospite [Thu, 22 Sep 2011 11:04:21 +0000 (13:04 +0200)]
Merge commit 'v0.1' into debian
Antonio Ospite [Thu, 22 Sep 2011 11:03:09 +0000 (13:03 +0200)]
Remove the debian/ dir from the master branch
Antonio Ospite [Tue, 13 Sep 2011 13:16:38 +0000 (15:16 +0200)]
Add an alternative way to find the root device
This one works under 'piuparts' as well, the previous one based on
'mount' was producing a string not usable with 'readlink'
Antonio Ospite [Tue, 13 Sep 2011 10:57:43 +0000 (12:57 +0200)]
Fix a typo: the 10_linux we ispire from is from grub
Antonio Ospite [Tue, 13 Sep 2011 10:56:26 +0000 (12:56 +0200)]
Put "set -e" after the license header
Antonio Ospite [Tue, 13 Sep 2011 10:01:55 +0000 (12:01 +0200)]
Cleanup debian/postinst and debian/postrm scripts
Antonio Ospite [Tue, 13 Sep 2011 09:19:02 +0000 (11:19 +0200)]
No need to be a native debian package
Add also a template for closing an ITP bug when we will get the package
in the official debian archive.
Antonio Ospite [Fri, 15 Apr 2011 19:39:42 +0000 (21:39 +0200)]
Handle the case when links like /dev/root are returned
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Antonio Ospite [Thu, 14 Apr 2011 21:43:58 +0000 (23:43 +0200)]
Initial import
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>