Codebase list debian-dad / 706440d
Add Debian packaging Balint Reczey 6 years ago
7 changed file(s) with 61 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 debian-dad (1) UNRELEASED; urgency=medium
1
2 * Initial Release.
3
4 -- Balint Reczey <rbalint@ubuntu.com> Mon, 20 Nov 2017 04:32:34 +0100
0 Source: debian-dad
1 Section: utils
2 Priority: optional
3 Maintainer: Balint Reczey <rbalint@ubuntu.com>
4 Build-Depends: debhelper (>= 9)
5 Standards-Version: 3.9.8
6 Vcs-Git: https://anonscm.debian.org/collab-maint/debian-dad.git
7 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/debian-dad.git
8
9 Package: debian-dad
10 Architecture: all
11 Depends: ${misc:Depends},
12 git-buildpackage,
13 # pkg-kde-tools,
14 # ratt
15 Description: Automated Debian package updater
16 Debian's Automated Developer (Dad) is a program preparing updates
17 for Debian package automating repetitive tasks of human Developers.
18 The automated tasks includes updating packages to new upstream
19 versions refreshing patches.
20
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: debian-dad
2 Source: https://anonscm.debian.org/cgit/collab-maint/debian-dad.git
3
4 Files: *
5 Copyright: 2017 Balint Reczey <rbalint@ubuntu.com>
6 License: AGPL-3.0+
7
8 Files: debian/*
9 Copyright: 2017 Balint Reczey <rbalint@ubuntu.com>
10 License: AGPL-3.0+
11
12 License: AGPL-3.0+
13 This program is free software: you can redistribute it and/or modify
14 it under the terms of the GNU Affero General Public License as published by
15 the Free Software Foundation, either version 3 of the License, or
16 (at your option) any later version.
17 .
18 This package is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
22 .
23 You should have received a copy of the GNU Affero General Public License
24 along with this program. If not, see <https://www.gnu.org/licenses/>.
0 dad /usr/bin
0 #!/usr/bin/make -f
1 # See debhelper(7) (uncomment to enable)
2 # output every command that modifies files on the build system.
3 #export DH_VERBOSE = 1
4
5 %:
6 dh $@
0 3.0 (native)