File: Drop-debian-subdirectory-from-cmake.patch

package info (click to toggle)
alarm-clock-applet 0.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,264 kB
  • sloc: ansic: 4,334; xml: 71; sh: 11; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 430 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Chow Loong Jin <hyperair@debian.org>
Date: Tue, 31 Jan 2023 01:25:36 +0800
Subject: Drop debian subdirectory from cmake

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 76d5486..e631e0f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,4 +66,3 @@ add_compile_options("-Wshadow"
 
 add_subdirectory("po")
 add_subdirectory("src")
-add_subdirectory("debian")