Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add rule to install Appstream metadata file.
· e2703901
Ulrike Uhlig
authored
Apr 05, 2018
e2703901
Update Standards version. No change needed.
· fa5e7282
Ulrike Uhlig
authored
May 26, 2018
fa5e7282
Hide whitespace changes
Inline
Side-by-side
debian/control
View file @
fa5e7282
...
...
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
libxml-parser-perl,
intltool,
autotools-dev
Standards-Version:
3.9.8
Standards-Version:
4.1.4
Vcs-Browser: https://salsa.debian.org/pkg-privacy-team/pidgin-otr
Vcs-Git: https://salsa.debian.org/pkg-privacy-team/pidgin-otr.git
Homepage: https://otr.cypherpunks.ca/
...
...
debian/rules
View file @
fa5e7282
...
...
@@ -21,6 +21,7 @@ override_dh_auto_build:
cd
po
;
intltool-update
--verbose
--pot
override_dh_install
:
cp
appdata/pidgin-otr.appdata.xml /usr/share/metainfo/
rm
debian/pidgin-otr/usr/lib/pidgin/
*
.la
dh_install
--fail-missing
-X
.la
...
...