aboutsummaryrefslogtreecommitdiffstats
path: root/english/Bugs
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2021-06-20 13:17:59 +0200
committerLaura Arjona Reina <larjona@debian.org>2021-06-20 13:18:57 +0200
commit96979127747c5ca4c277d1c71675a0ae0abeb447 (patch)
tree1ad7c5a9b06f71270649ca702cd7a3505e3e7389 /english/Bugs
parent132757ae9316c1bd439b4d3ffdfab3bab8e3ca25 (diff)
We'll download pseudo-packages.description in the 1listcfg cron job; use sample file if needed
Diffstat (limited to 'english/Bugs')
-rw-r--r--english/Bugs/Makefile8
-rw-r--r--english/Bugs/pseudo-packages.description.sample41
2 files changed, 47 insertions, 2 deletions
diff --git a/english/Bugs/Makefile b/english/Bugs/Makefile
index b13709032aa..28b081960b3 100644
--- a/english/Bugs/Makefile
+++ b/english/Bugs/Makefile
@@ -36,8 +36,12 @@ pseudo-packages.$(LANGUAGE).html: $(ENGLISHDIR)/Bugs/pseudo-packages.description
.PHONY: $(ENGLISHDIR)/Bugs/pseudo-packages.description
-$(ENGLISHDIR)/Bugs/pseudo-packages.description:
- wget $(CAPATH) -O $(ENGLISHDIR)/Bugs/pseudo-packages.description https://bugs.debian.org/pseudopackages/pseudo-packages.description
+ifeq ($(USE_SAMPLE_FILES),1)
+pseudo-packages.description: $(ENGLISHDIR)/Bugs/pseudo-packages.description
+
+$(ENGLISHDIR)/Bugs/pseudo-packages.description: $(ENGLISHDIR)/Bugs/pseudo-packages.description.sample
+ if [ ! -f $@ ]; then cp $< $@; else touch $@; fi
+endif
ifeq "$(LANGUAGE)" "en"
$(HTMLDIR)/hashbug_redirect.js: hashbug_redirect.js
diff --git a/english/Bugs/pseudo-packages.description.sample b/english/Bugs/pseudo-packages.description.sample
new file mode 100644
index 00000000000..e8432223914
--- /dev/null
+++ b/english/Bugs/pseudo-packages.description.sample
@@ -0,0 +1,41 @@
+base (Deprecated; do not assign bugs) Base system general bugs
+cdrom Installation system
+spam Spam (reassign spam to here so we can complain about it)
+press Press release issues
+project Problems related to project administration
+general General problems (e.g. "many manpages are mode 755")
+nm.debian.org New Member process and nm.debian.org webpages
+qa.debian.org The Quality Assurance group
+ftp.debian.org Problems with the FTP site
+www.debian.org Problems with the WWW site
+bugs.debian.org The bug tracking system, @bugs.debian.org
+lists.debian.org The mailing lists, debian-*@lists.debian.org
+wnpp Work-Needing and Prospective Packages list
+cdimage.debian.org CD Image issues
+tech-ctte The Debian Technical Committee (see the Constitution)
+mirrors Problems with the official mirrors
+security.debian.org The Debian Security Team
+installation-reports Reports of installation problems with stable & testing
+upgrade-reports Reports of upgrade problems for stable & testing
+release-notes Problems with the Release Notes
+wiki.debian.org Problems with the Debian wiki
+security-tracker The Debian Security Bug Tracker
+release.debian.org Requests regarding Debian releases and release team tools
+debian-i18n Requests regarding Internationalization (i18n) of the distribution
+buildd.emdebian.org Problems related to building packages for Emdebian
+buildd.debian.org Problems and requests related to the Debian Buildds
+debian-maintainers (Deprecated: do not assign bugs) Problems and requests related to Debian Maintainers
+snapshot.debian.org Issues with the snapshot.debian.org service
+sponsorship-requests Requests for package review and sponsorship
+debian-live General problems with Debian Live systems
+pet.debian.net The Debian Package Entropy Tracker
+cloud.debian.org Issues involving Debian images for public/private clouds
+piuparts.debian.org Issues with the piuparts.debian.org service
+sso.debian.org Problems and requests related to the Debian Single Sign On system
+tracker.debian.org Issues with the Debian Package Tracker and coordination of its maintenance
+d-i.debian.org Issues regarding the d-i.debian.org service and general Debian Installer tasks
+summit.debconf.org Problems and requests related to the DebConf Summit instance
+rtc.debian.org Issues in the operation of the Debian RTC services which are not package-specific bugs
+jenkins.debian.org Issues with the jenkins.debian.org service
+manpages.debian.org Issues with the Debian Manpages Website and coordination of maintenance
+contributors.debian.org Issues with the Debian Contributors Website and coordination of maintenance

© 2014-2024 Faster IT GmbH | imprint | privacy policy