summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-13 15:54:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-13 15:54:39 -0700
commit32de85e5f44511910398b5972c5d07573d23a9c1 (patch)
treeb631cdd3b697ba9cfbddcda9b2157bd266b5837a /debian
parent1cf9abab8893e2623f34e2ff0991015b4de022ca (diff)
parent7279c9951b0d97db2b0bfe6be8e45d107bffc827 (diff)
downloademacs-32de85e5f44511910398b5972c5d07573d23a9c1.tar.gz
Merge branch 'athena/unstable' into athena/bullseye-backports
Diffstat (limited to 'debian')
-rw-r--r--debian/README.source3
-rw-r--r--debian/changelog8
-rwxr-xr-xdebian/rules2
3 files changed, 12 insertions, 1 deletions
diff --git a/debian/README.source b/debian/README.source
index 1100be87578..bc215441f49 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -13,6 +13,7 @@ master by running Emacs with those patches on my main laptop during regular
Emacs usage. Not pushed anywhere. When want to do this, create branch
starting from athena/unstable, merge/apply the series, dch, build and install
the .deb, restart Emacs.
+ -- now using the 'melete' branch instead; see admin/README.melete there.
To test running Emacs with patches/series not in upstream master without
affecting my regular environment -- typically because I want to do some
@@ -20,4 +21,4 @@ particular testing of them which takes just a few minutes -- make a temporary
branch based on upstream master (not athena/unstable), build, and run the copy
of the just-built in-tree copy of Emacs.
- -- Sean Whitton <spwhitton@spwhitton.name>, Tue, 2 Feb 2021 16:00:14 -0700
+ -- Sean Whitton <spwhitton@spwhitton.name>, Sat, 25 Dec 2021 22:41:59 -0700
diff --git a/debian/changelog b/debian/changelog
index 802422e5399..fe95a208897 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+emacs-snapshot (29~git20220113.1) unstable; urgency=medium
+
+ * Package git snapshot.
+ * d/rules: export NATIVE_FULL_AOT=1 to precompile all .eln files.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Thu, 13 Jan 2022 15:06:02 -0700
+
emacs-snapshot (29~git20211218.1~bpo11+1~athena1) bullseye-backports; urgency=medium
* Rebuild for athena's apt repository.
@@ -10,6 +17,7 @@ emacs-snapshot (29~git20211218.1) unstable; urgency=medium
* Package git snapshot.
* d/rules: switch --with-x-toolkit=lucid -> --with-pgtk.
* d/control: b-d on libgtk-3-dev.
+ * d/control: update b-d to libgccjit-11-dev for current sid.
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 19 Dec 2021 16:19:26 -0700
diff --git a/debian/rules b/debian/rules
index a8358439081..d03b58c15d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export NATIVE_FULL_AOT = 1
+
%:
dh $@