File: no-distro-work

package info (click to toggle)
sqliteodbc 0.9995-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,644 kB
  • ctags: 2,751
  • sloc: ansic: 58,365; sh: 12,411; makefile: 952; sql: 313
file content (27 lines) | stat: -rw-r--r-- 873 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
21
22
23
24
25
26
27
From: Lionel Elie Mamane <lmamane@debian.org>
Date: Mon, 4 Jul 2016 11:13:17 +0200
Subject: Keep upstream build system from doing distro work

 1) Don't recreate spec file: unused on Debian,
    pollutes diff with ever-changing timestamp
    that changes result of rebuilds.
 2) Don't automatically generate debian/changelog,
    nor touch debian/ in any way.
---
 configure.in | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/configure.in b/configure.in
index 5911886..db620a1 100644
--- a/configure.in
+++ b/configure.in
@@ -738,8 +738,4 @@ AC_SUBST(SQLITE4_A10N_O)
 #########
 # Generate the output files.
 #
-SPEC_CHANGELOG_TS=`LANG=C date -u "+%a %b %d %Y"`
-DEB_CHANGELOG_TS=`LANG=C date "+%a, %d %b %Y %X %z"`
-AC_SUBST(SPEC_CHANGELOG_TS)
-AC_SUBST(DEB_CHANGELOG_TS)
-AC_OUTPUT(Makefile sqliteodbc.spec debian/changelog)
+AC_OUTPUT(Makefile)