File: remove-upstream-debian-makefile.patch

package info (click to toggle)
xcur2png 0.7.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: ansic: 1,356; sh: 994; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 460 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Maytham Alsudany <maytha8thedev@gmail.com>
Forwarded: not-needed
Description: Remove upstream debian Makefile

--- a/Makefile.am
+++ b/Makefile.am
@@ -4,4 +4,3 @@
 AM_CFLAGS = @XCUR2PNG_CFLAGS@
 dist_man_MANS = xcur2png.1
 EXTRA_DIST = xcur2png.spec
-SUBDIRS = debian
--- a/configure.ac
+++ b/configure.ac
@@ -26,5 +26,5 @@
 AC_FUNC_MALLOC
 AC_CHECK_FUNCS([strrchr])
 
-AC_CONFIG_FILES([Makefile debian/Makefile])
+AC_CONFIG_FILES([Makefile])
 AC_OUTPUT