diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-03-04 21:34:16 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-03-04 21:34:16 +0100 |
commit | 3481b20bdb9df7ea6e639bf0cf0145ec75eb9dd1 (patch) | |
tree | 4ae5e34fa8e219938ec68fbf2848f8b8d799136d | |
parent | 30eb15840bdc2d8bfa0961e7839b63dbaa79ca6e (diff) | |
download | golang-3481b20bdb9df7ea6e639bf0cf0145ec75eb9dd1.tar.gz |
add version.patch which adds a VERSION file
Necessary since this is not a release tarball, but just a hg snapshot
-rw-r--r-- | debian/patches/series | 1 | ||||
-rw-r--r-- | debian/patches/version.patch | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/series b/debian/patches/series index b628f2ded..b6337f8f8 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,3 +10,4 @@ #012-sigfillset_kFreeBSD.patch #013-kFreeBSD-AI_MASK.patch godoc-symlinks.diff +version.patch diff --git a/debian/patches/version.patch b/debian/patches/version.patch new file mode 100644 index 000000000..065eabf17 --- /dev/null +++ b/debian/patches/version.patch @@ -0,0 +1,14 @@ +Description: adds a VERSION since this is a hg snapshot +Author: Michael Stapelberg <stapelberg@debian.org> + +--- + +Forwarded: not-needed +Last-Update: 2013-03-04 + +Index: golang/VERSION +=================================================================== +--- /dev/null 1970-01-01 00:00:00.000000000 +0000 ++++ golang/VERSION 2013-03-04 21:33:29.611697403 +0100 +@@ -0,0 +1 @@ ++1.1~hg20130304 |