[Pkg-erlang-commits] r1426 - in erlang/trunk/debian: . patches
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Tue Apr 3 20:38:47 UTC 2012
Author: sgolovan
Date: 2012-04-03 20:38:47 +0000 (Tue, 03 Apr 2012)
New Revision: 1426
Modified:
erlang/trunk/debian/changelog
erlang/trunk/debian/patches/clean.patch
Log:
[erlang]
* Fixed clean patch.
Modified: erlang/trunk/debian/changelog
===================================================================
--- erlang/trunk/debian/changelog 2012-04-03 18:55:24 UTC (rev 1425)
+++ erlang/trunk/debian/changelog 2012-04-03 20:38:47 UTC (rev 1426)
@@ -7,7 +7,7 @@
load-path directly in 50erlang-mode.el Emacs startup file as required
by Debian Emacd policy (closes: #663408).
- -- Sergei Golovan <sgolovan at debian.org> Tue, 03 Apr 2012 22:07:15 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Wed, 04 Apr 2012 00:38:06 +0400
erlang (1:15.b-dfsg-2) unstable; urgency=low
Modified: erlang/trunk/debian/patches/clean.patch
===================================================================
--- erlang/trunk/debian/patches/clean.patch 2012-04-03 18:55:24 UTC (rev 1425)
+++ erlang/trunk/debian/patches/clean.patch 2012-04-03 20:38:47 UTC (rev 1426)
@@ -13,7 +13,7 @@
#
# Just wipe out emulator, not libraries
-@@ -1006,3 +1007,179 @@
+@@ -1006,3 +1007,185 @@
|| $(MAKE) BOOTSTRAP_ROOT=$(BOOTSTRAP_ROOT) bootstrap_root_clean
# ----------------------------------------------------------------------
@@ -33,9 +33,15 @@
+ rm -rf $(ERL_TOP)/bootstrap/lib/syntax_tools
+ rm -rf $(ERL_TOP)/bootstrap/lib/test_server
+ rm -rf $(ERL_TOP)/bootstrap/lib/wx
++ rm -rf $(ERL_TOP)/bootstrap/lib/xmerl
+ rm -rf $(ERL_TOP)/bootstrap/target
+ rm -rf $(ERL_TOP)/erts/config.log
+ rm -rf $(ERL_TOP)/erts/config.status
++ rm -rf $(ERL_TOP)/erts/doc/html/*
++ rm -rf $(ERL_TOP)/erts/doc/man1/*
++ rm -rf $(ERL_TOP)/erts/doc/man3/*
++ rm -rf $(ERL_TOP)/erts/doc/pdf/*
++ rm -rf $(ERL_TOP)/erts/doc/specs/*
+ rm -rf $(ERL_TOP)/erts/emulator/$(TARGET)
+ rm -rf $(ERL_TOP)/erts/emulator/obj
+ rm -rf $(ERL_TOP)/erts/emulator/pcre/$(TARGET)
More information about the Pkg-erlang-commits
mailing list