diff options
author | Félix Sipma <felix+debian@gueux.org> | 2017-11-06 10:02:50 +0100 |
---|---|---|
committer | Félix Sipma <felix+debian@gueux.org> | 2017-11-06 10:32:33 +0100 |
commit | 09e98a3a056264c4c746c3a88010fcee4e65c5a6 (patch) | |
tree | c1c75be49b0fb16270142058bc5ae78fb365791d | |
parent | 5016c165e7815bc2a189d0689480d2f56a7900f8 (diff) |
add debian compat file
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 98ba025..4aacc49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ libreoffice-zotero-integration (5.0.6-1) UNRELEASED; urgency=medium * add debian source/format file * New upstream version 5.0.6 * add initial debian control file + * add debian compat file - -- Félix Sipma <felix+debian@gueux.org> Mon, 06 Nov 2017 09:55:27 +0100 + -- Félix Sipma <felix+debian@gueux.org> Mon, 06 Nov 2017 10:27:16 +0100 zotero-standalone-build (4.0.29.16+dfsg-1) unstable; urgency=medium diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 |