mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
debian: drop patches
we should by synced up with the tarball again
This commit is contained in:
parent
346b999ae6
commit
3a3208bb7b
2 changed files with 0 additions and 48 deletions
47
debian/patches/debian-changes
vendored
47
debian/patches/debian-changes
vendored
|
@ -1,47 +0,0 @@
|
||||||
This is an autogenerated patch header for a single-debian-patch file. The
|
|
||||||
delta against upstream is either kept as a single patch, or maintained
|
|
||||||
in some VCS, and exported as a single patch instead of more manageable
|
|
||||||
atomic patches.
|
|
||||||
|
|
||||||
--- notmuch-0.31.3.orig/Makefile.global
|
|
||||||
+++ notmuch-0.31.3/Makefile.global
|
|
||||||
@@ -36,7 +36,6 @@ endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
UPSTREAM_TAG=$(subst ~,_,$(VERSION))
|
|
||||||
-DEB_TAG=debian/$(UPSTREAM_TAG)-1
|
|
||||||
|
|
||||||
RELEASE_HOST=notmuchmail.org
|
|
||||||
RELEASE_DIR=/srv/notmuchmail.org/www/releases
|
|
||||||
--- notmuch-0.31.3.orig/Makefile.local
|
|
||||||
+++ notmuch-0.31.3/Makefile.local
|
|
||||||
@@ -73,12 +73,11 @@ release: verify-source-tree-and-version
|
|
||||||
$(MAKE) VERSION=$(VERSION) $(SHA256_FILE) $(DETACHED_SIG_FILE)
|
|
||||||
ln -sf $(TAR_FILE) $(DEB_TAR_FILE)
|
|
||||||
pristine-tar commit $(DEB_TAR_FILE) $(UPSTREAM_TAG)
|
|
||||||
- git tag -s -m "$(PACKAGE) Debian $(VERSION)-1 upload (same as $(VERSION))" $(DEB_TAG)
|
|
||||||
mkdir -p releases
|
|
||||||
mv $(TAR_FILE) $(SHA256_FILE) $(DETACHED_SIG_FILE) releases
|
|
||||||
$(MAKE) VERSION=$(VERSION) release-message > $(PACKAGE)-$(VERSION).announce
|
|
||||||
ifeq ($(REALLY_UPLOAD),yes)
|
|
||||||
- git push origin $(VERSION) $(DEB_TAG) release pristine-tar
|
|
||||||
+ git push origin $(VERSION) release pristine-tar
|
|
||||||
cd releases && scp $(TAR_FILE) $(SHA256_FILE) $(DETACHED_SIG_FILE) $(RELEASE_HOST):$(RELEASE_DIR)
|
|
||||||
ssh $(RELEASE_HOST) "rm -f $(RELEASE_DIR)/LATEST-$(PACKAGE)-* ; ln -s $(TAR_FILE) $(RELEASE_DIR)/LATEST-$(TAR_FILE)"
|
|
||||||
rsync --verbose --delete --recursive doc/_build/html/ $(RELEASE_HOST):$(DOC_DIR)
|
|
||||||
@@ -90,7 +89,6 @@ pre-release:
|
|
||||||
$(MAKE) VERSION=$(VERSION) clean
|
|
||||||
$(MAKE) VERSION=$(VERSION) test
|
|
||||||
git tag -s -m "$(PACKAGE) $(VERSION) release" $(UPSTREAM_TAG)
|
|
||||||
- git tag -s -m "$(PACKAGE) Debian $(VERSION)-1 upload (same as $(VERSION))" $(DEB_TAG)
|
|
||||||
$(MAKE) VERSION=$(VERSION) $(SHA256_FILE) $(DETACHED_SIG_FILE)
|
|
||||||
ln -sf $(TAR_FILE) $(DEB_TAR_FILE)
|
|
||||||
pristine-tar commit $(DEB_TAR_FILE) $(UPSTREAM_TAG)
|
|
||||||
--- notmuch-0.31.3.orig/NEWS
|
|
||||||
+++ notmuch-0.31.3/NEWS
|
|
||||||
@@ -1,4 +1,5 @@
|
|
||||||
Notmuch 0.31.3 (2020-12-25)
|
|
||||||
+===========================
|
|
||||||
|
|
||||||
Bindings
|
|
||||||
--------
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1 +0,0 @@
|
||||||
debian-changes
|
|
Loading…
Reference in a new issue