Codebase list apt-dpkg-ref / debian/5.3.2
Prepare new upload. Boyuan Yang 3 years ago
8 changed file(s) with 24 addition(s) and 72 deletion(s). Raw diff Collapse all Expand all
0 apt-dpkg-ref (5.3.2) unstable; urgency=medium
1
2 * QA upload.
3 * Orphan package through the ITS process. (Closes: #964020)
4 * Refresh debian packaging:
5 + Bump Standards-Version to 4.5.0.
6 + Bump debhelper compat to v13.
7 + Convert to 3.0 (native) source package format.
8
9 -- Boyuan Yang <byang@debian.org> Mon, 10 Aug 2020 16:58:31 -0400
10
011 apt-dpkg-ref (5.3.1+nmu2) unstable; urgency=medium
112
213 * Non-maintainer upload.
+0
-1
debian/compat less more
0 7
00 Source: apt-dpkg-ref
11 Section: doc
22 Priority: optional
3 Maintainer: Vanessa GutiƩrrez <vanecgs@gmail.com>
4 Build-Depends: debhelper (>= 7.0)
3 Maintainer: Debian QA Group <packages@qa.debian.org>
4 Build-Depends: debhelper-compat (= 13)
55 Build-Depends-Indep: sbcl, texlive-base, texlive-latex-base,
66 texlive-latex-recommended, texlive-fonts-recommended
7 Standards-Version: 3.9.2.0
7 Standards-Version: 4.5.0
8 Vcs-Git: https://salsa.debian.org/debian/apt-dpkg-ref.git
9 Vcs-Browser: https://salsa.debian.org/debian/apt-dpkg-ref
810
911 Package: apt-dpkg-ref
1012 Architecture: all
13 Multi-Arch: foreign
1114 Depends: ${misc:Depends}
1215 Description: APT, Dpkg Quick Reference sheet
1316 A quick lookup chart with various APT and dpkg options for handy reference,
(No changes)
(No changes)
00 #!/usr/bin/make -f
1 # Sample debian/rules that uses debhelper.
2 # GNU copyright 1997 to 1999 by Joey Hess.
31
4 # Uncomment this to turn on verbose mode.
5 #export DH_VERBOSE=1
2 %:
3 dh $@
64
7 # This is the debhelper compatability version to use.
8 #export DH_COMPAT=4
5 execute_after_dh_auto_build:
6 $(CURDIR)/make-docs
97
10 configure: configure-stamp
11 configure-stamp:
12 dh_testdir
13 # Add here commands to configure the package.
14
15
16 touch configure-stamp
17
18 build: configure-stamp build-stamp
19 build-stamp:
20 dh_testdir
21
22 # Add here commands to compile the package.
23 ./make-docs
24
25 touch build-stamp
26
27 clean:
28 dh_testdir
29 dh_testroot
30 rm -f build-stamp configure-stamp
31
32 # Add here commands to clean up after the build process.
33 ./clean-docs
34 dh_clean
35
36 install: build
37 dh_testdir
38 dh_testroot
39 dh_prep
40 dh_installdirs
41
42
43
44 # Build architecture-independent files here.
45 binary-indep: build install
46 dh_testdir
47 dh_testroot
48 # dh_installdebconf
49 dh_installdocs
50 dh_installexamples
51 dh_installmenu
52 dh_installcron
53 dh_installman
54 dh_installinfo
55 dh_installchangelogs
56 dh_link
57 dh_strip
58 dh_compress
59 dh_fixperms
60 dh_installdeb
61 dh_shlibdeps
62 dh_gencontrol
63 dh_md5sums
64 dh_builddeb
65 # We have nothing to do by default.
66
67 # Build architecture-dependent files here.
68 binary-arch: build install
69
70 binary: binary-indep binary-arch
71 .PHONY: build clean binary-indep binary-arch binary install configure
8 execute_before_dh_clean:
9 $(CURDIR)/clean-docs
0 3.0 (native)