Bladeren bron

Small debian fixes.

Attempt to install the brand fonts (which are available on Debian),
and caught a copy-paste error from another project.
tags/v1.0.0
Adrian Cochrane 6 jaren geleden
bovenliggende
commit
556c3c6a0b
2 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. +1
    -0
      debian/control
  2. +1
    -1
      debian/rules

+ 1
- 0
debian/control Bestand weergeven

@@ -13,4 +13,5 @@ Standards-Version: 3.9.3
Package: write-as-gtk
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommend: fonts-open-sans, fonts-hack
Description: A distraction free and private writing tool, with builtin publishing.

+ 1
- 1
debian/rules Bestand weergeven

@@ -28,4 +28,4 @@ override_dh_auto_test:
cd debian/build && ninja test

override_dh_auto_install:
cd debian/build && DESTDIR=${CURDIR}/debian/com.github.alcinnz.odysseus ninja install
cd debian/build && DESTDIR=${CURDIR}/debian/write-as-gtk ninja install

Laden…
Annuleren
Opslaan