ěDescription: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 asus-screen-toggle (1.0.0-1) unstable; urgency=medium
 .
   * [NEW] Kompletní přepis User Agenta do Pythonu (Gtk + AppIndicator).
   * [NEW] Interaktivní menu v systray s možností manuálního přepínání režimů:
       - Automaticky (podle senzorů)
       - Vynuceno: Jen hlavní displej
       - Vynuceno: Oba displeje (Desktop)
   * [NEW] Perzistence nastavení: Agent si pamatuje zvolený režim i po restartu.
   * [NEW] Moderní SVG ikony indikující aktuální stav v liště.
   * [ARCH] Přechod z XDG Autostart na Systemd User Unit
       - (asus-user-agent.service).
   * [ARCH] Implementace D-Bus rozhraní (org.asus.ScreenToggle) pro komunikaci.
   * [FIX] Self-healing launcher: Automatická oprava služby při spuštění z menu.
   * [FIX] Vylepšená detekce grafického sezení (graphical-session.target).
Author: Antonin Micka <antonin.micka@gmail.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2025-12-26

--- asus-screen-toggle-1.0.0.orig/Makefile
+++ asus-screen-toggle-1.0.0/Makefile
@@ -59,6 +59,7 @@ install:
 	done
 
 	install -d $(DESTDIR)$(PREFIX)/share/man/man1
+	install -d $(DESTDIR)$(PREFIX)/share/man/man1/cs
 	install -m 644 asus-screen-toggle/usr/share/man/man1/*.1 $(DESTDIR)$(PREFIX)/share/man/man1/
 	install -m 644 asus-screen-toggle/usr/share/man/man1/cs/*.1 $(DESTDIR)$(PREFIX)/share/man/man1/cs/
 
