Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debian/changelog: update from Git, bump to latest upstream release
· a2b2b2fb
Mike Gabriel
authored
Jul 10, 2019
a2b2b2fb
debian/rules: Drop dbgsym-migration dh_strip override.
· 6a2fb2bf
Mike Gabriel
authored
Jul 29, 2019
6a2fb2bf
debian/copyright: Update copyright attributions.
· 7e8c9b2d
Mike Gabriel
authored
Jul 29, 2019
7e8c9b2d
debian/control: Remove trailing line from EOF.
· abd56162
Mike Gabriel
authored
Jul 29, 2019
abd56162
upload to unstable (debian/1.22.1-1)
· 1bc405b7
Mike Gabriel
authored
Jul 29, 2019
1bc405b7
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1bc405b7
mate-user-share (1.22.
0
-1)
UNRELEASED
; urgency=medium
mate-user-share (1.22.
1
-1)
unstable
; urgency=medium
[ Martin Wimpress ]
* New upstream release.
-- Martin Wimpress <martin.wimpress@ubuntu.com> Mon, 18 Mar 2019 20:30:23 +0000
[ Mike Gabriel ]
* debian/control:
+ Bump Standards-Version: to 4.4.0. No changes needed.
+ Remove trailing line from EOF.
* debian/rules:
+ Drop dbgsym-migration dh_strip override.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Mon, 29 Jul 2019 21:02:49 +0200
mate-user-share (1.20.1-1) unstable; urgency=medium
...
...
debian/control
View file @
1bc405b7
...
...
@@ -72,4 +72,3 @@ Description: User level public file sharing via WebDAV or ObexFTP (common files)
mDNSResolver running.
.
This package contains the architecture independent files.
debian/copyright
View file @
1bc405b7
...
...
@@ -77,6 +77,7 @@ Files: data/icons/22x22/Makefile.am
autogen.sh
configure.ac
makepot
.travis.yml
.tx/config
.github/issue_template.md
AUTHORS
...
...
debian/rules
View file @
1bc405b7
...
...
@@ -8,8 +8,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/utils.mk
DEB_DH_STRIP_ARGS_ALL = --dbgsym-migration='mate-user-share-dbg (<< 1.14.0-2~)'
DEB_BUILD_PARALLEL = 1
DEB_CONFIGURE_SCRIPT := ./autogen.sh
...
...