uncommitted - erlang-proper

Ready changes

Summary

Import uploads missing from VCS:

Diff

diff --git a/.pc/.quilt_patches b/.pc/.quilt_patches
new file mode 100644
index 0000000..6857a8d
--- /dev/null
+++ b/.pc/.quilt_patches
@@ -0,0 +1 @@
+debian/patches
diff --git a/.pc/.quilt_series b/.pc/.quilt_series
new file mode 100644
index 0000000..c206706
--- /dev/null
+++ b/.pc/.quilt_series
@@ -0,0 +1 @@
+series
diff --git a/.pc/.version b/.pc/.version
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/.pc/.version
@@ -0,0 +1 @@
+2
diff --git a/.pc/applied-patches b/.pc/applied-patches
new file mode 100644
index 0000000..78c435b
--- /dev/null
+++ b/.pc/applied-patches
@@ -0,0 +1 @@
+fix_build_on_kfreebsd.patch
diff --git a/.pc/fix_build_on_kfreebsd.patch/rebar.config b/.pc/fix_build_on_kfreebsd.patch/rebar.config
new file mode 100644
index 0000000..1259a9f
--- /dev/null
+++ b/.pc/fix_build_on_kfreebsd.patch/rebar.config
@@ -0,0 +1,41 @@
+%%% -*- Erlang -*-
+%%%---------------------------------------------------------------------
+%%% Copyright 2010-2016 Manolis Papadakis <manopapad@gmail.com>,
+%%%                     Eirini Arvaniti <eirinibob@gmail.com>
+%%%                 and Kostis Sagonas <kostis@cs.ntua.gr>
+%%%
+%%% This file is part of PropEr.
+%%%
+%%% PropEr is free software: you can redistribute it and/or modify
+%%% it under the terms of the GNU General Public License as published by
+%%% the Free Software Foundation, either version 3 of the License, or
+%%% (at your option) any later version.
+%%%
+%%% PropEr is distributed in the hope that it will be useful,
+%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+%%% GNU General Public License for more details.
+%%%
+%%% You should have received a copy of the GNU General Public License
+%%% along with PropEr.  If not, see <http://www.gnu.org/licenses/>.
+
+%%% Author:      Manolis Papadakis
+%%% Description: Options for rebar
+
+%% WARNING: Our version of rebar does NOT automatically report warnings,
+%% nor does it add erl_opts to eunit_compile_opts.
+
+{erl_first_files, ["src/vararg.erl"]}.
+{eunit_first_files, ["src/vararg.erl",
+		     "src/proper_transformer.erl",
+		     "src/proper_prop_remover.erl",
+		     "src/proper_typeserver.erl"]}.
+{erl_opts, [debug_info,
+	    report_warnings, {warn_format,1}, warn_export_vars,
+	    warn_obsolete_guard, warn_unused_import,
+	    warn_missing_spec, warn_untyped_record]}.
+
+{pre_hooks, [{"(linux|darwin|gnu)", compile, "make include/compile_flags.hrl"},
+             {"(freebsd|netbsd|openbsd|solaris|dragonfly)", compile, "gmake include/compile_flags.hrl"},
+	     {"win32", compile, "escript.exe write_compile_flags include/compile_flags.hrl"}]}.
+{post_hooks, [{clean, "./clean_doc.sh"}]}.
diff --git a/debian/changelog b/debian/changelog
index 798e445..941635d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+erlang-proper (1.2+git988ea0ed9f+dfsg-2.1) unstable; urgency=medium
+
+  * Non maintainer upload by the Reproducible Builds team.
+  * No source change upload to rebuild on buildd with .buildinfo files.
+
+ -- Holger Levsen <holger@debian.org>  Sat, 02 Jan 2021 16:29:53 +0100
+
 erlang-proper (1.2+git988ea0ed9f+dfsg-2) unstable; urgency=medium
 
   * Change maintainer address to Debian Erlang Packagers
diff --git a/rebar.config b/rebar.config
index 1259a9f..d73546e 100644
--- a/rebar.config
+++ b/rebar.config
@@ -36,6 +36,6 @@
 	    warn_missing_spec, warn_untyped_record]}.
 
 {pre_hooks, [{"(linux|darwin|gnu)", compile, "make include/compile_flags.hrl"},
-             {"(freebsd|netbsd|openbsd|solaris|dragonfly)", compile, "gmake include/compile_flags.hrl"},
+             {"(freebsd|netbsd|openbsd|solaris|dragonfly)", compile, "make include/compile_flags.hrl"},
 	     {"win32", compile, "escript.exe write_compile_flags include/compile_flags.hrl"}]}.
 {post_hooks, [{clean, "./clean_doc.sh"}]}.

Debdiff

File lists identical (after any substitutions)

Control files of package erlang-proper: lines which differ (wdiff format)

  • Depends: erlang-base (>= 1:24.3.4.1+dfsg), 1:24.3.4.5+dfsg), erlang-syntax-tools (>= 1:24.3.4.1+dfsg) 1:24.3.4.5+dfsg)

No differences were encountered between the control files of package erlang-proper-dev

No differences were encountered between the control files of package erlang-proper-doc

Run locally

More details

Full run details