File: dont_install_data_files

package info (click to toggle)
basemap 1.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 213,160 kB
  • sloc: python: 9,550; ansic: 266; makefile: 33; sh: 23
file content (20 lines) | stat: -rw-r--r-- 555 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From adf1fe70130b8032086cd52f63576cf0c01dbafd Mon Sep 17 00:00:00 2001
From: Sandro Tosi <morph@debian.org>
Date: Thu, 8 Oct 2015 08:29:07 -0700
Subject: Don't install the datafile with distutils, we'll use dh and a

 separate arch:all package
Forwarded: no
Patch-Name: dont_install_data_files
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

--- a/setup.py
+++ b/setup.py
@@ -148,5 +148,4 @@ setup(
   namespace_packages = namespace_packages,
   package_dir       = package_dirs,
   ext_modules       = extensions,
-  package_data = package_data
   )