diff options
| author | Daniel Baumann <daniel@debian.org> | 2009-08-26 17:23:45 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2009-09-06 01:10:34 +0000 |
| commit | 11c6b7fefbcd0b0960ffd3279a97bfa6e15a1c5c (patch) | |
| tree | 6a607c29c85a80693895969f91f27012f9217110 | |
| parent | 4ad736e3768c1ea3c8cf1fef8e1d5ee4eec4ccd8 (diff) | |
| parent | ea3999392adfb0ab28ba7e0f16c0e89e2860cdac (diff) | |
7 (patches applied)applied/7applied/ubuntu/maverick-develapplied/ubuntu/maverickapplied/ubuntu/lucid-develapplied/ubuntu/lucidapplied/debian/wheezyapplied/debian/squeeze
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 8 | ||||
| -rwxr-xr-x | debian/rules | 32 |
3 files changed, 16 insertions, 33 deletions
diff --git a/debian/changelog b/debian/changelog index 387451e..3b01596 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +javascript-common (7) unstable; urgency=low + + * Removing myself from uploaders. + * Updating package to standards version 3.8.3. + * Minimizing rules file. + * Wrapping uploaders field. + + -- Daniel Baumann <daniel@debian.org> Wed, 26 Aug 2009 17:23:45 +0200 + javascript-common (6) unstable; urgency=low [ Marcelo Jorge Vieira ] diff --git a/debian/control b/debian/control index 53a30e8..44fd684 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,11 @@ Source: javascript-common Section: web Priority: optional Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> -Uploaders: Marcelo Jorge Vieira (metal) <metal@alucinados.com>, Daniel Baumann <daniel@debian.org>, Steve Kemp <skx@debian.org> -Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.1 +Uploaders: + Marcelo Jorge Vieira (metal) <metal@alucinados.com>, + Steve Kemp <skx@debian.org> +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.8.3 Vcs-Browser: http://git.debian.org/?p=pkg-javascript/javascript-common.git Vcs-Git: git://git.debian.org/git/pkg-javascript/javascript-common.git DM-Upload-Allowed: yes diff --git a/debian/rules b/debian/rules index 5633b66..000210b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,32 +1,4 @@ #!/usr/bin/make -f -clean: - dh_testdir - dh_testroot - - dh_clean - -build: - -install: - -binary: binary-indep - -binary-arch: - -binary-indep: - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installdirs - dh_install - dh_lintian - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -.PHONY: clean build install binary binary-arch binary-indep +%: + dh ${@} |
