Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 ssocr (2.19.0-1) unstable; urgency=medium
 .
   * Initial release.
Author: G.rkan Myczko <gurkan@phys.ethz.ch>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2018-10-08

--- ssocr-2.19.0.orig/Makefile
+++ ssocr-2.19.0/Makefile
@@ -33,22 +33,12 @@ install: all
 ssocr-dir:
 	install -d ssocr-$(VERSION)
 	install -m 0644 Makefile $(DOCS) *.[ch] *.in ssocr-$(VERSION)
-	install -d ssocr-$(VERSION)/debian
-	install -m 0644 debian/* ssocr-$(VERSION)/debian
-	chmod +x ssocr-$(VERSION)/debian/rules
-
-debian/changelog:
-	printf "ssocr ($(VERSION)-1) unstable; urgency=low\n\n  * Debian package of current ssocr version\n\n -- $(USER)  $(shell date -R)\n" >$@
-
-deb: debian/changelog debian/control debian/rules ssocr-dir
-	(cd ssocr-$(VERSION); fakeroot debian/rules binary; fakeroot debian/rules clean)
 
 tar: ssocr-dir
 	tar cvfj ssocr-$(VERSION).tar.bz2 ssocr-$(VERSION)
 
 clean:
-	$(RM) ssocr ssocr.1 *.o *~ testbild.png ssocr-manpage.html *.deb *.bz2
-	$(RM) debian/changelog
+	$(RM) ssocr ssocr.1 *.o *~ testbild.png ssocr-manpage.html *.bz2
 	$(RM) -r ssocr-$(VERSION) ssocr-?.?.? ssocr-?.??.?
 
-.PHONY: clean tar deb ssocr-dir install
+.PHONY: clean tar ssocr-dir install
