mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 04:35:57 +02:00
* Added comment to patch file.
* Added lintian override file. git-svn-id: trunk@21388 -
This commit is contained in:
parent
769916162a
commit
0f03282d39
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -1843,6 +1843,7 @@ debian/lazarus-ide.menu svneol=native#text/plain
|
|||||||
debian/lazarus-src.install svneol=native#text/plain
|
debian/lazarus-src.install svneol=native#text/plain
|
||||||
debian/lazarus.substvars svneol=native#text/plain
|
debian/lazarus.substvars svneol=native#text/plain
|
||||||
debian/orig-tar.sh svneol=native#text/plain
|
debian/orig-tar.sh svneol=native#text/plain
|
||||||
|
debian/overrides/lazarus-ide svneol=native#text/plain
|
||||||
debian/overrides/lazarus-src svneol=native#text/plain
|
debian/overrides/lazarus-src svneol=native#text/plain
|
||||||
debian/patches/01_topmakefile.diff svneol=native#text/plain
|
debian/patches/01_topmakefile.diff svneol=native#text/plain
|
||||||
debian/patches/02_components.diff svneol=native#text/plain
|
debian/patches/02_components.diff svneol=native#text/plain
|
||||||
|
8
debian/overrides/lazarus-ide
vendored
Normal file
8
debian/overrides/lazarus-ide
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# The Free Pascal Compiler does not properly support linking. Please
|
||||||
|
# see BTS #472304. The zlib functionality is provided without a proper
|
||||||
|
# way to turn it off.
|
||||||
|
lazarus-ide: embedded-zlib
|
||||||
|
# The Free Pascal Compiler does not properly support linking. Please
|
||||||
|
# see BTS #472304. The zlib functionality is provided without a proper
|
||||||
|
# way to turn it off.
|
||||||
|
lazarus-ide: embedded-zlib
|
10
debian/patches/01_topmakefile.diff
vendored
10
debian/patches/01_topmakefile.diff
vendored
@ -1,7 +1,9 @@
|
|||||||
Index: lazarus/Makefile.fpc
|
This patch fixes dist_clean target used to remove generated files before
|
||||||
===================================================================
|
packaging sources.
|
||||||
--- lazarus/Makefile.fpc (révision 19673)
|
|
||||||
+++ lazarus/Makefile.fpc (copie de travail)
|
diff -urNad lazarus-0.9.26.1-0~/Makefile.fpc lazarus-0.9.26.1-0/Makefile.fpc
|
||||||
|
--- lazarus-0.9.26.1-0~/Makefile.fpc 2008-10-11 19:19:59.000000000 +0200
|
||||||
|
+++ lazarus-0.9.26.1-0/Makefile.fpc 2008-10-11 19:20:01.000000000 +0200
|
||||||
@@ -11,7 +11,7 @@
|
@@ -11,7 +11,7 @@
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
|
Loading…
Reference in New Issue
Block a user