diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2020-09-08 15:46:02 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2020-09-08 13:59:09 +0000 |
| commit | 6cfbb0447e48ee52e49377fa69706d24a969f05d (patch) | |
| tree | 91e54b68deacedd155873e9f4da2e107bc2f35de | |
| parent | 576d60c00501b570be77b7dc5bb1bc7bfeb760c6 (diff) | |
3.0ubuntu2 (patches unapplied)HEADimport/3.0ubuntu2ubuntu/noble-develubuntu/nobleubuntu/mantic-develubuntu/manticubuntu/lunar-develubuntu/lunarubuntu/kinetic-develubuntu/kineticubuntu/jammy-develubuntu/jammyubuntu/impish-develubuntu/impishubuntu/hirsute-develubuntu/hirsuteubuntu/groovy-proposedubuntu/groovy-develubuntu/groovyubuntu/devel
Imported using git-ubuntu import.
Notes
Notes:
* autopkgtests: make version check more flexible (LP: 1894849)
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/tests/deb2snap | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 08c549a..fad6a46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +snapcraft (3.0ubuntu2) groovy; urgency=medium + + * autopkgtests: make version check more flexible (LP: 1894849) + + -- Michael Vogt <michael.vogt@ubuntu.com> Tue, 08 Sep 2020 15:46:02 +0200 + snapcraft (3.0ubuntu1) eoan; urgency=medium * autopkgtests: adapt tests to newly introduced limited package diff --git a/debian/tests/deb2snap b/debian/tests/deb2snap index 4b70a8a..71f80d7 100644 --- a/debian/tests/deb2snap +++ b/debian/tests/deb2snap @@ -3,4 +3,4 @@ set -e set -x -snapcraft version | grep "snapcraft, version 3.*" +snapcraft version | grep "snapcraft, version .*" |
