Codebase list aegean / 780d79c
repack source instead of patching non-DFSG javascripts away Sascha Steinbiss 9 years ago
4 changed file(s) with 10 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 aegean (0.10.2-1) unstable; urgency=low
0 aegean (0.10.2+dfsg-1) unstable; urgency=low
11
22 * Initial release (Closes: #769162)
33
00 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: aegean
22 Source: http://aegean.readthedocs.org/en/v0.10.2/license.html
3 Files-Excluded: data/share/vendor/jquery.js data/misc/amel-ogs-vs-ncbi-parseval-html/vendor/jquery.js data/share/vendor/mootools-core-1.3.2-full-nocompat-yc.js data/misc/amel-ogs-vs-ncbi-parseval-html/vendor/mootools-core-1.3.2-full-nocompat-yc.js data/share/vendor/mootools-more-1.3.2.1.js data/misc/amel-ogs-vs-ncbi-parseval-html/vendor/mootools-more-1.3.2.1.js
34
45 Files:
56 *
00 add_hardening
1 remove_mootools
2 remove_jquery
31 remove_license
42 includepaths
53 add_version
00 #!/usr/bin/make -f
11 # -*- makefile -*-
22
3 #export DH_VERBOSE=1
3 DH_VERBOSE=1
4 DEBVERS := $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
5 VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[~-].*//')
6 OVERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[+].*//')
47 export DESTDIR=$(CURDIR)/debian/tmp
58
69 BITS:=$(shell dpkg-architecture | grep DEB_BUILD_ARCH_BITS | cut -f 2 -d'=')
2831 override_dh_installdocs:
2932 cp $(CURDIR)/README.md $(CURDIR)/README
3033 dh_installdocs
34
35 get-orig-source:
36 uscan --verbose --force-download --repack --compression xz --destdir=..
37 mv ../aegean_$(OVERSION).orig.tar.xz ../aegean_$(VERSION).orig.tar.xz