[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#771419: unblock: condor/8.2.3~dfsg.1-4



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package condor

This update fixes RC bug #769100, which is a synonym for a whole family
of unreported bugs caused by a (now) inappropriate procedure to apply
the default configuration. The default config is now applied as a
dedicated patch, instead of assuming the existance of all relevant
config variable in a monolithic file -- like it used to be.

This update also include the Dutch Debconf translation #766067.

This update does not include all available fixes from the upstream
bugfix release 8.2.4 -- the diff is relatively large, although most
changed lines affect literal strings in the code. In the interest of a
quick RC bug fix, these bugs are left as is for now.

unblock condor/8.2.3~dfsg.1-4

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru condor-8.2.3~dfsg.1/debian/changelog condor-8.2.3~dfsg.1/debian/changelog
--- condor-8.2.3~dfsg.1/debian/changelog	2014-10-17 20:47:37.000000000 +0200
+++ condor-8.2.3~dfsg.1/debian/changelog	2014-11-29 10:53:23.000000000 +0100
@@ -1,3 +1,19 @@
+condor (8.2.3~dfsg.1-4) unstable; urgency=medium
+
+  * Adjust mechanism to apply the default Debian configuration to cope with
+    the removal of the monolithic configuration file in the 8.2.x series.
+    The default configuration is now applied as a patch to the table of
+    parameters in the HTCondor sources (Closes: #769100).
+    The report of leaving behind an unowned directory is merely a symptom of
+    this bug.
+  * Adjust default configuration to make HTCondor work with Debian's
+    ganglia (also see Ticket #4709). Thanks to Alex Waite for the fix.
+  * Add Debconf template translation:
+    - Dutch -- courtesy of Frans Spiesschaert <Frans.Spiesschaert@yucom.be>.
+      (Closes: #766067)
+
+ -- Michael Hanke <mih@debian.org>  Sat, 29 Nov 2014 09:57:27 +0100
+
 condor (8.2.3~dfsg.1-3) unstable; urgency=medium
 
   * Modify the DMTCP shim script to work with the 2.x series of DMTCP.
@@ -98,7 +114,7 @@
     script.
   * Bumped Standards-version to 3.9.4; no changes necessary.
   * Add new dependency on libboost-test-dev.
-  * Disable installation of obsolete Pearl modules.
+  * Disable installation of obsolete Perl modules.
   * Fix DEP5 syntax error in debian/copyright.
 
  -- Michael Hanke <mih@debian.org>  Tue, 31 Dec 2013 10:22:08 +0100
diff -Nru condor-8.2.3~dfsg.1/debian/patches/default_debian_config condor-8.2.3~dfsg.1/debian/patches/default_debian_config
--- condor-8.2.3~dfsg.1/debian/patches/default_debian_config	1970-01-01 01:00:00.000000000 +0100
+++ condor-8.2.3~dfsg.1/debian/patches/default_debian_config	2014-11-29 10:32:03.000000000 +0100
@@ -0,0 +1,92 @@
+Description: Specify default config in the table of parameters
+  Previously, this configuration was shipped as a big config file.
+  This changed in the 8.2.x series and now needs to go into the table of
+  parameters -- which is not (yet) comprehensive. Hence, a few variables
+  still need to be present in the default config file too.
+Forwarded: not-needed
+Bug-Debian: http://bugs.debian.org/769100
+Author: Michael Hanke <mih@debian.org>
+
+--- a/src/condor_utils/param_info.in
++++ b/src/condor_utils/param_info.in
+@@ -1175,7 +1175,7 @@
+ tags=accountant,Accountant
+ 
+ [SPOOL]
+-default=$(LOCAL_DIR)/spool
++default=$(LOCAL_DIR)/spool/condor
+ type=path
+ reconfig=true
+ customization=seldom
+@@ -2169,7 +2169,7 @@
+ tags=daemon_core,daemon_core_main
+ 
+ [COLLECTOR_NAME]
+-default=My Pool - $(CONDOR_HOST)
++default=Debian Condor Pool - $(CONDOR_HOST)
+ type=string
+ reconfig=true
+ customization=seldom
+@@ -2773,7 +2773,7 @@
+ 
+ [MAIL]
+ # default location for mail on RHEL is /bin/mail, default on debian is /usr/bin/mail
+-default=/bin/mail
++default=/usr/bin/mail
+ win32_default=$(BIN)\condor_mail.exe
+ type=path
+ reconfig=true
+@@ -3572,7 +3572,7 @@
+ tags=c++_util,condor_config
+ 
+ [REQUIRE_LOCAL_CONFIG_FILE]
+-default=true
++default=false
+ win32_default=false
+ type=bool
+ reconfig=true
+@@ -4102,7 +4102,7 @@
+ tags=starter,StarterHookMgr
+ 
+ [JAVA_BENCHMARK_TIME]
+-default=2
++default=0
+ type=int
+ reconfig=true
+ customization=seldom
+@@ -6607,7 +6607,7 @@
+ tags=c++_util,condor_config
+ 
+ [GANGLIA_LIB64_PATH]
+-default=/lib64,/usr/lib64,/usr/local/lib64
++default=/lib,/usr/lib,/usr/local/lib
+ type=string
+ reconfig=true
+ customization=seldom
+@@ -6634,7 +6634,7 @@
+ tags=c++_util,condor_config
+ 
+ [GANGLIAD_METRICS_CONFIG_DIR]
+-default=$(RELEASE_DIR)/etc/condor/ganglia.d
++default=/etc/condor/ganglia.d
+ type=path
+ reconfig=true
+ customization=seldom
+@@ -6834,7 +6834,7 @@
+ review=?
+ 
+ [CONDOR_ADMIN]
+-default=root@$(FULL_HOSTNAME)
++default=root@localhost
+ customization=normal
+ friendly_name=HTCondor sends email to this address on pool failure
+ review=?
+@@ -7176,7 +7176,7 @@
+ review=?
+ 
+ [CRED_STORE_DIR]
+-default=$(LOCAL_DIR)/cred_dir
++default=$(LOCAL_DIR)/lib/condor/cred_dir
+ type=path
+ review=?
+ [CREDD_ARGS]
diff -Nru condor-8.2.3~dfsg.1/debian/patches/series condor-8.2.3~dfsg.1/debian/patches/series
--- condor-8.2.3~dfsg.1/debian/patches/series	2014-10-04 13:59:39.000000000 +0200
+++ condor-8.2.3~dfsg.1/debian/patches/series	2014-11-29 10:30:28.000000000 +0100
@@ -1,4 +1,5 @@
 # in order of upstream compatibility and invasiveness
+default_debian_config
 debian_init
 no_java_for_now
 #enable_pythonbindings
diff -Nru condor-8.2.3~dfsg.1/debian/po/nl.po condor-8.2.3~dfsg.1/debian/po/nl.po
--- condor-8.2.3~dfsg.1/debian/po/nl.po	1970-01-01 01:00:00.000000000 +0100
+++ condor-8.2.3~dfsg.1/debian/po/nl.po	2014-11-29 11:00:40.000000000 +0100
@@ -0,0 +1,364 @@
+# Dutch translation of condor debconf templates.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the condor package.
+# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: condor\n"
+"Report-Msgid-Bugs-To: condor@packages.debian.org\n"
+"POT-Creation-Date: 2013-12-31 11:58+0100\n"
+"PO-Revision-Date: 2014-10-07 16:03+0200\n"
+"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
+"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Type: title
+#. Description
+#: ../htcondor.templates:1001
+msgid "HTCondor configuration"
+msgstr "Instellen van HTCondor"
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:2001
+msgid "Manage initial HTCondor configuration automatically?"
+msgstr "Het initieel instellen van HTCondor automatisch afhandelen?"
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:2001
+msgid ""
+"The setup for HTCondor can be handled automatically, asking a few questions "
+"to create an initial configuration appropriate for a machine that is either "
+"a member of an existing pool or a fully functional \"Personal HTCondor "
+"installation\". This generated initial configuration can be further extended "
+"later on."
+msgstr ""
+"Het instellen van HTCondor kan automatisch afgehandeld worden. Aan de hand "
+"van enkele vragen kan een initiële configuratie aangemaakt worden, aangepast "
+"voor ofwel een computer die tot een bestaande pool behoort, of voor een "
+"volledig functionele \"persoonlijke installatie van HTCondor\". Deze "
+"initieel aangemaakte configuratie kan later uitgebreid worden."
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:2001
+msgid ""
+"Otherwise, HTCondor will be installed with a default configuration that "
+"needs to be customized manually."
+msgstr ""
+"Anders zal HTCondor geïnstalleerd worden met een standaardconfiguratie die "
+"handmatig aangepast moet worden."
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:3001
+msgid "Enable submission of usage statistics?"
+msgstr "Het indienen van gebruikersstatistieken mogelijk maken?"
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:3001
+msgid ""
+"The HTCondor authors politely request that each HTCondor pool sends them "
+"periodic updates with basic information about the status of the pool. "
+"Updates include only the total number of machines, the number of jobs "
+"submitted, the number of machines running jobs, the host name of the central "
+"manager, and the name of the pool. These updates help the HTCondor Team see "
+"how HTCondor is being used around the world."
+msgstr ""
+"De auteurs van HTCondor verzoeken beleefd om hen periodiek door elke "
+"HTCondor-pool updates te laten sturen met basisinformatie over de staat van "
+"de pool. Deze updates bevatten enkel informatie over het totale aantal "
+"computers, het aantal aangeboden taken, het aantal computers dat taken "
+"uitvoert, de naam van de computer die de centrale beheersfunctie vervult en "
+"de naam van de pool. Deze updates helpen het HTCondor-team om zich een beeld "
+"te vormen van het gebruik van HTCondor overal ter wereld."
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:4001
+msgid "Address of the central manager:"
+msgstr "Adres van de computer die de centrale beheersfunctie vervult:"
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:4001
+msgid ""
+"If this machine is intended to join an existing HTCondor pool, the address "
+"of the central manager machine has to be specified. Any address format "
+"supported by HTCondor can be used, including macro expressions."
+msgstr ""
+"Indien het de bedoeling is deze machine aan een bestaande pool van HTCondor "
+"toe te voegen, moet het adres van de computer, verantwoordelijk voor het "
+"centrale beheer, gespecificeerd worden. Elk adresformaat dat door HTCondor "
+"ondersteund wordt, mag gebruikt worden, met inbegrip van macro-expressies."
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:4001
+msgid "Example: condor-manager.example.org"
+msgstr "Bijvoorbeeld: condor-manager.voorbeeld.org"
+
+#. Type: multiselect
+#. Choices
+#: ../htcondor.templates:5001
+msgid "Job submission"
+msgstr "Taken aanbieden"
+
+#. Type: multiselect
+#. Choices
+#: ../htcondor.templates:5001
+msgid "Job execution"
+msgstr "Taken uitvoeren"
+
+#. Type: multiselect
+#. Choices
+#: ../htcondor.templates:5001
+msgid "Central manager"
+msgstr "Centraal beheer"
+
+#. Type: multiselect
+#. Description
+#: ../htcondor.templates:5002
+msgid "Role of this machine in the HTCondor pool:"
+msgstr "Functie van deze computer in de HTCondor-pool:"
+
+#. Type: multiselect
+#. Description
+#: ../htcondor.templates:5002
+msgid ""
+"Please specify the intended role or roles of this machine, for which the "
+"corresponding daemons will be started automatically."
+msgstr ""
+"Gelieve de functie(s) op te geven die van deze computer verwacht worden, en "
+"waarvoor de overeenkomstige achtergronddiensten automatisch opgestart zullen "
+"worden."
+
+#. Type: multiselect
+#. Description
+#: ../htcondor.templates:5002
+msgid ""
+"A machine in a HTCondor pool can have multiple roles. In general there is "
+"one central manager and multiple nodes that run jobs. Often the central "
+"manager is also the machine from which users submit jobs. However, it is "
+"also possible to have multiple machines available for job submission."
+msgstr ""
+"Een computer in een HTCondor-pool kan verschillende functies hebben. In het "
+"algemeen is er één centrale beheerder en zijn er meerdere knooppunten die "
+"taken uitvoeren. Dikwijls is de centrale beheerder ook de computer van "
+"waaruit de gebruikers taken aanbieden. Maar het is ook mogelijk om "
+"verschillende computers ter beschikking te hebben die taken kunnen aanbieden."
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:6001
+msgid "Email address of the local HTCondor administrator:"
+msgstr "E-mailadres van de lokale HTCondor-beheerder:"
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:6001
+msgid ""
+"The HTCondor administrator will receive error messages if something goes "
+"wrong with HTCondor on this machine."
+msgstr ""
+"Als er iets fout gaat met HTCondor op deze computer, zal de HTCondor-"
+"beheerder een foutmelding ontvangen."
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:7001
+msgid "user directory domain label:"
+msgstr "domeinlabel van het gebruikersregister:"
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:7001
+msgid ""
+"This label is a string that HTCondor uses to decide if a submitting machine "
+"and an execute machine share the same directory of user accounts (that is, "
+"whether UID 1000 on one machine is the same person as UID 1000 on the "
+"other). If the labels on the two machines match, HTCondor will run each job "
+"under the UID that submitted the job, and send emails about them to "
+"user@DOMAIN (using this label as the value of DOMAIN). If not, HTCondor will "
+"run all jobs as user \"nobody\". Leaving it blank will cause HTCondor to run "
+"all jobs on this machine as user \"nobody\"."
+msgstr ""
+"Dit label is een reeks tekens waarvan HTCondor gebruik maakt om uit te maken "
+"of een taak aanbiedende computer en een uitvoerende computer met elkaar "
+"hetzelfde register van accounts delen (concreet is dit of UID 1000 op de ene "
+"computer dezelfde persoon is als UID 1000 op de andere computer). Indien de "
+"labels op de beide computers overeenstemmen, zal HTCondor elke taak "
+"uitvoeren onder het UID dat de taak aanbood, en e-mails daarover versturen "
+"naar user@DOMEIN (en het label gebruiken als de waarde voor DOMEIN). Indien "
+"niet, zal HTCondor alle taken als gebruiker \"nobody\" uitvoeren. Hier niets "
+"invullen zal tot gevolg hebben dat HTCondor alle taken op deze computer "
+"uitvoert als gebruiker \"nobody\"."
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:7001
+msgid ""
+"Any domain format supported by HTCondor can be used, including macro "
+"expressions. Example: $(FULL_HOSTNAME)"
+msgstr ""
+"Elk domeinformaat dat door HTCondor ondersteund wordt, kan gebruikt worden, "
+"met inbegrip van macro-expressies. Bijvoorbeeld: $(FULL_HOSTNAME)"
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:8001
+msgid "File system domain label:"
+msgstr "Domeinlabel van het bestandssysteem:"
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:8001
+msgid ""
+"This label is an arbitrary string that is used to decide if a submitting "
+"machine and an execute machine share the same file system. In a dedicated "
+"cluster all machines will most likely use a shared file system and hence "
+"should use the same label. If left blank, it will automatically be set to "
+"the fully qualified hostname of the local machine, which will prevent "
+"HTCondor assuming that any two machines share a file system."
+msgstr ""
+"Dit label is een willekeurige tekenreeks die gebruikt wordt om uit te maken "
+"of een computer die een taak aanbiedt en die welke ze uitvoert hetzelfde "
+"bestandssysteem delen. In een gereserveerde cluster is het waarschijnlijk "
+"dat alle computers hetzelfde bestandssysteem gebruiken en dus ook hetzelfde "
+"label. Indien u hier niets invult, zal de volledige naam (fully qualified "
+"hostname) van de computer gebruikt worden, hetgeen zal verhinderen dat "
+"HTCondor er vanuit gaat dat twee computers hetzelfde bestandssysteem met "
+"elkaar delen."
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:8001
+msgid "Example: my_shared_volume"
+msgstr "Bijvoorbeeld: mijn_gedeelde_schijf"
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:9001
+msgid "Perform a \"Personal HTCondor installation\"?"
+msgstr "Een \"persoonlijke installatie van HTCondor\" uitvoeren?"
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:9001
+msgid ""
+"A Personal HTCondor installation is a fully functional HTCondor pool on a "
+"single machine. HTCondor will automatically configure and advertise as many "
+"slots as it detects CPU cores on this machine. HTCondor daemons will not be "
+"available through external network interfaces."
+msgstr ""
+"Een persoonlijke installatie van HTCondor is een volwaardige HTCondor-pool "
+"op één enkele computer. HTCondor zal automatisch evenveel beschikbare "
+"ruimtes configureren en aanbieden als er CPU-kernen zijn op deze computer. "
+"Er zullen geen HTCondor-achtergronddiensten beschikbaar gesteld worden via "
+"externe netwerkinterfaces."
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:9001
+msgid ""
+"This configuration is not appropriate if this machine is intended to be a "
+"member of a pool."
+msgstr ""
+"Een dergelijke configuratie is ongeschikt indien het de bedoeling is dat "
+"deze computer lid is van een pool."
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:10001
+msgid "Amount of physical memory to withhold from HTCondor (in MB):"
+msgstr "Hoeveelheid geheugen dat ontzegd moet worden aan HTCondor (in MB):"
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:10001
+msgid ""
+"By default, HTCondor considers all the physical memory of a machine as "
+"available to be used by HTCondor jobs. If this value is defined, HTCondor "
+"subtracts it from the amount of memory it advertises as available."
+msgstr ""
+"Standaard beschouwt HTCondor al het fysieke geheugen van een computer als "
+"beschikbaar voor het uitvoeren van HTCondor-taken. Als deze waarde ingesteld "
+"wordt, trekt HTCondor deze waarde af van de hoeveelheid geheugen die het als "
+"beschikbaar aanbiedt."
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:10001
+msgid "Example (to reserve 1 GB): 1024"
+msgstr "Voorbeeld (om 1 GB te reserveren): 1024"
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:11001
+msgid "Machines with write access to this host:"
+msgstr "Computers die op deze computer schrijftoegang hebben:"
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:11001
+msgid ""
+"All machines that are to participate in the HTCondor pool need to be listed "
+"here. This setting can be a plain comma-separated list, a domain with "
+"wildcards, or a macro expression. By default only localhost is allowed to "
+"access HTCondor daemons on this machine."
+msgstr ""
+"Alle computers die deel zullen uitmaken van de HTCondor-pool moeten hier "
+"opgelijst worden. Deze lijst kan de vorm aannemen van een door komma's "
+"gescheiden lijst, een domein met jokertekens of een macro-expressie. "
+"Standaard wordt enkel localhost toegestaan om contact te leggen met de "
+"HTCondor-achtergronddiensten op deze computer."
+
+#. Type: string
+#. Description
+#: ../htcondor.templates:11001
+msgid "Example: *.condor-pool.example.org"
+msgstr "Bijvoorbeeld: *.condor-pool.voorbeeld.org"
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:12001
+msgid "Run HTCondor jobs regardless of other machine activity?"
+msgstr "HTCondor-taken uitvoeren ongeacht de andere computeractiviteit?"
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:12001
+msgid ""
+"By default HTCondor only starts jobs when a machine is idle, i.e. no "
+"keyboard activity or CPU load for some time. Moreover, it also suspends jobs "
+"whenever there is console activity and doesn't continue them until the "
+"machine becomes idle again. However, for a dedicated compute node or a "
+"Personal HTCondor installation it might be desirable to always start jobs as "
+"soon as they are submitted (given that resources are still available), and "
+"to run them continuously regardless of other activity on this machine."
+msgstr ""
+"Standaard start HTCondor slechts taken als een computer werkloos is, d.w.z. "
+"gedurende enige tijd zonder toetsenbordactiviteit of CPU-belasting. "
+"Bovendien onderbreekt hij taken telkens er activiteit is aan de terminal en "
+"hervat ze slechts als de computer opnieuw werkloos wordt. Nochtans kan het "
+"voor een gereserveerd rekenknooppunt of een persoonlijke installatie van "
+"HTCondor aangewezen zijn om steeds taken te starten van zodra ze aangeboden "
+"worden (als er nog systeembronnnen beschikbaar zijn) en voort te gaan met de "
+"uitvoering ervan ongeacht de andere activiteit op die computer."
+
+#. Type: boolean
+#. Description
+#: ../htcondor.templates:12001
+msgid ""
+"If you plan to compose a custom policy it is best to keep HTCondor's default "
+"here."
+msgstr ""
+"Indien u zinnens bent een gepersonaliseerd beleid uit te stippelen, kunt u "
+"best de standaardinstelling van HTCondor behouden."
diff -Nru condor-8.2.3~dfsg.1/debian/rules condor-8.2.3~dfsg.1/debian/rules
--- condor-8.2.3~dfsg.1/debian/rules	2014-10-04 14:06:05.000000000 +0200
+++ condor-8.2.3~dfsg.1/debian/rules	2014-11-29 09:52:02.000000000 +0100
@@ -107,21 +107,12 @@
 	# kill the default local config -- debconf will handle that
 	rm debian/htcondor/etc/condor/condor_config.local
 	# modify condor config file with default Debian config
-	sed -i \
-		-e 's,^[#]*\(REQUIRE_LOCAL_CONFIG_FILE\s*=\).*,\1 FALSE,'  \
-		-e 's,^\(CONDOR_ADMIN\s*=\).*,\1 root@localhost,' \
-		-e 's,^\(MAIL\s*=\).*,\1 /usr/bin/mail,' \
-		-e 's,^\(COLLECTOR_NAME\s*=\).*,\1 Debian Condor Pool - $$(CONDOR_HOST),' \
-		-e 's,^\(SPOOL\s*=\).*,\1 \$$(LOCAL_DIR)/spool/condor,' \
-		-e '/^EXECUTE\s*=/a\LOCAL_UNIV_EXECUTE\t\t= \$$(LOCAL_DIR)/spool/condor/local_univ_execute' \
-		-e 's/^\(DAEMON_LIST\s*=\).*/\1 MASTER, STARTD, SCHEDD, COLLECTOR, NEGOTIATOR/' \
-		-e 's,^[#]*\(CONDOR_DEVELOPERS\s*=\).*,\1 NONE,'  \
-		-e 's,^[#]*\(CONDOR_DEVELOPERS_COLLECTOR\s*=\).*,\1 NONE,'  \
-		-e 's,^\(CRED_STORE_DIR\s*=\).*,\1 \$$(LOCAL_DIR)/lib/condor/cred_dir,' \
-		-e 's,^[#]*\(SSH_TO_JOB_SSHD_CONFIG_TEMPLATE\s*=\).*,\1 /etc/condor/condor_ssh_to_job_sshd_config_template,'  \
-		-e 's,^\(JAVA_BENCHMARK_TIME\s*=\).*,\1 0,' \
-		debian/htcondor/etc/condor/condor_config
-
+	# no default chatter to upstream
+	echo "CONDOR_DEVELOPERS = NONE" >> debian/htcondor/etc/condor/condor_config
+	echo "CONDOR_DEVELOPERS_COLLECTOR = NONE" >> debian/htcondor/etc/condor/condor_config
+	# SSH template is a config file
+	echo "SSH_TO_JOB_SSHD_CONFIG_TEMPLATE = /etc/condor/condor_ssh_to_job_sshd_config_template" \
+		>> debian/htcondor/etc/condor/condor_config
 
 override_dh_auto_clean:
 	dh_auto_clean
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .changes but not in first
-----------------------------------------
-rw-r--r--  root/root   /usr/lib/debug/.build-id/01/ad651673ad504506c063af39fd44b7658d9e3d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/04/9c5c678d8474b8cc75edeb7c256bf160bb7144.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/09/514c744f364a475b2de25aedc3671ad4bf5148.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/0d/8b3a4b770ade8faff9ca64162cf4f5bd92fbeb.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/10/1d73246cfccd713157709f67af42306bad56a0.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/10/bcc0c3bba036df7bcbba45f41f648556b6b23c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/10/e17903fe1873bf0fd7c77b15653c1a5be30676.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/12/ee0d01078ddc5719d5a058b5932b13b7b68b8f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/13/c5885b51e1ae1453af325935a93a0d7530c19b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/18/09833e683a85c9d408a840a3660fa82ab581c3.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/1b/5d757570f5fd0811c541c3af09ec7c2e6d8480.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/1e/4768ac5ff398db15c4e26ea6fe33dccb46f5c9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/22/d8a4ad8beb921375ce3347aef2bece563ca987.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/23/5f8d924c6f3a8bb8e20869330cd209bf94679d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/23/a7b7537daab520fe48da88f1df82d056d9b0ac.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/29/110f26e3056bbacbc03d53ca62a15911b223a5.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/29/2bbe30413aa6fd75991667015c59522021e266.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2c/a96d5310cf23ced32e24b5b6ef6094f81c5f4f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2e/1e55f856ee16b798b33b944eb127083ba89200.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2f/09a63abf182de67ec0b9ac9950af4d49f9e70c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2f/3648640464f9b028875399da2056dcf46a3e05.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2f/3cd25a03bce6c7d8c7ffb705acb754baaef94e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/35/38d45c7cb65b8e34dfbe864685d57ead53f30c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/36/bf2ccdb8d479d9b097744888a60e89480675d4.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/36/efed28bb16d32a98ef4d0177f1e0820eeac878.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/3d/cf183c1e81f88d38246f34f3b9a1ff74270521.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/41/08f782b38eac80a28c10c6a4f76b45aadb2991.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/51/8ba993848437cdb8095ccea6f4e33826722a87.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/53/f739864cef2f1aeb4bc579d4cb3fbe0e78e54d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/54/119309ec7680ad8aa0942d3bff540dd215cf17.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/56/4a5b8e07bc2190196ab43b345b832ac3975567.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/57/ebca5219d9a6f5d115f0bb27e6cdc890507b45.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/5a/e6aa420981ea9a7c90d9c5ab68bb1d1ba4f4ce.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/5b/faf9c1737a71374e0496889f015d53fff99732.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/5e/09a960398bea5e411ac653fc49f7bd35a62fea.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/61/836a53c5b36f7610e56654e6c90c0b049ba634.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/66/767395f81f6dd2e0d029109b7aae590b67c6ce.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/68/b403fa6480cfddd2740e8114b2664d6cb3d927.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/6a/80d2765f356b6ea24de8c92a479b20e0c9b670.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/70/6f3fc7b0546602aa03e1a6f4a456d757860435.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/72/f25e5f2f007d86c81071fb82e4f7b214fafa20.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/74/a2f2961af55f7b412a45f5acf3fcdc9db4af6e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/77/8d34ae4c1f9ffa31193f28a86ec0fd747ae4c9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/77/d4db6c28c3bcf56c84a08079b3e4f5bdf61793.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/7b/66179f02359307143b9d5468f47048da821811.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/7b/679a8f200f941f1f4b95e0a9d4ba23a592f14c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/7c/21ec7f33d14ad2aebd400b308aa972aa44cf3d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/7d/a170ad85bfeaa5bc1c5d6fb5e3510b7cbad63c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/87/799ec1288e95c794d265b74d890a2362aeea45.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/89/f6caa16b339e545973392886edcd3df36f60e8.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8a/37f7f3d79e83ed2ea0033317f7fca03c4857c9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8a/3df34cc88ad686610d8bfee0b6a4e0b59c95dd.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8c/23402e1d3dd5c78ea5d45ea2f43e3eedea89bb.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8f/e18d87243c6835336d54994e41ec0b7e762e34.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/91/3ae44c75333f6a2d20d0fd55d15ac730c9736e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9b/6ef1a1fc73c3d631fc2ff4dc8b798ae25de91f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9b/852886f67703bf248a2774c2d2dea5754fa3e7.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9e/ec999496e24e58bd3c89f9eebcd05813da4a0e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a2/ad340dd8a368b5d2445ade2d1e9edf7954d598.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a4/673300e25df6d1a12cc75ba3389391890c0673.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a9/870030c32f4d55ece20a53734f336de1d1bd8b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ac/9a5bc91def31ebecdac9518af14ce29cfdb7f8.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/af/a7e5a6d57669d2139b6203b1d4c838454c8ef6.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/af/aa02677662b129e7fd216bf5189eaadc090683.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b1/719d858ed293d98952a9d01dc913d750e9950c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b3/32ee6cdc338bba8813a95deecdf8b2b58c182c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b6/b02c17e5735b0e2cef8f6db76ce9717b744e8c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b8/4adf46ca64c5a34dd2cdc46a9f158a5101238f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c4/f478df4fc9da46f5400cfd816b3c6d4b92e5a2.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c7/3b250631d97a1a0902851a8996b2f44957c521.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ca/6b240ecfed23835f46e8d23674933d7adc06c4.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/cd/805d8b906b0fa4c5c664de6668b14c2e7ab45e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d1/2d0837740ef72aee2e4556a3d1b9a0cbd04e71.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d5/c23aa9450f5ebdfd7ed9b96cf4b5c931297225.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d8/c0baf18145c10210d953994eb7d82557be085e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/df/35e5f1d9faf991b6f4076ddfd436dfb78926d0.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/df/ba2bd1e904dd2460d30ac0385835916b0653d4.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/df/dcab660bfe914a716fa388d79f4d1c787b6393.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e3/742fe981c59455f6943783c887a133180b59e7.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e4/022e6932775e64f3a090ccee54ad10a86b77c6.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e6/2e4aa204162f3e78fe4ed9936df47d2ffc67be.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/eb/49d0b8901352869d4dc63f4652e4db27e8c448.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f0/cad9c51796390904836afee34e415811b1046a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f1/0ff835c897b1d05df7b96db42fdfe6cf215a57.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f2/310bb4e2b90d1809c0fe62c34d8d40e90e883f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f4/439f0a172267631dd4af226536420e0a62bedc.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/fe/684af62627688900a3c55fa8c728d141bdea2b.debug

Files in first .changes but not in second
-----------------------------------------
-rw-r--r--  root/root   /usr/lib/debug/.build-id/01/0bdcf3f950492310d24dc376c937cbcde7005a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/02/76ebf54810ee6770cbc90df515aad05cec0826.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/07/4f78d446cafcc5785b7a46d60f2c40f357f842.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/0c/59f5a3edc86272c4fd4776b5271539d025973a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/0d/878e5d5c07115e293991eb779b809a1b3c1bff.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/11/4072d6bc1a8ccc4f7d880cc582d29e04a6540b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/12/b810dbac051604e25805507efbc2909d1b7c65.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/14/ef355dd4755b1b49f5a59c7734511c40c5d73d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/17/8ab0ff6c35ef0a20b9531a16191d4b46da8588.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/1a/b52f9a3c095a3361549b42ecd3f305164d691e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/1a/c1b11ec3528ae9984ffba48ee656c1181f9aa0.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/1b/210ae3ab03212c5cc068e44c86ccfd5926e3ea.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/1d/438e15f1add35342a2849f7e52d40994b8f7be.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/23/1f526cf62f9abe721093a2b7af256b10007985.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/24/ae3280e58897158888d8c4cd35b9873b9aa947.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/25/9d882e66f1f63f19f44bf6e1221fb044783ff9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/25/ff9ab8a0c802efa683684229cd6194a83084b9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2c/2beb1ecf06b7632c1cdad7ac5d61be7a83f1b3.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2d/5052833a3bc122ebcbb8c6f090bb6b85c56375.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2d/e2627ee23b40093f6be081359367d0725253da.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/2e/2888381d99d1fedaf7a9b8a579367d0016ed57.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/33/6331ac8b4a3668714de75b717c7bafa94ddfb0.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/3e/60f56c7d3013e9f09083497980246aa58aab9c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/44/f7e8d7edc82b88e096e114c7d654e19c79e931.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/48/f6241249a146ed0283cfdd9ed3ec85616bf223.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/4e/87c7e49a5f6caf95eae262c61e1b2fdeca23d9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/50/b8d9b0fa0838ceb001af1ca1495b5203b03df9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/53/89038af5dda80fe2fdb7b355f2562f5e049330.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/55/41c69123c77c224394678741e73b04a448b04f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/58/ba5593dda6993be853f9e32d6b145aa1b9608f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/5f/227c50411bc410f34a7cac3e2486b782b5093f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/64/dab76957ba7001e13b654ebfa87995bd7857b3.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/68/72d88106091a567bb745b1cd585bdada361fb7.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/6d/80c758828ab8001a998bc3b59a0430a1dee712.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/74/03231fb69606e3db47f00d1acacb1542d68316.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/7a/297f7227fa4f5c64e916440e1d346f63b7ec7f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/82/817bdc3585d2d1b26c689f2f238097c8b8ef44.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/83/cbd7ad97d12d6b65c55de71a890be683e8f0d2.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/87/a00e10a09013541ec7cd00df1a2166f1278d12.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/88/7a781a7dc7a56a17fe5c70171d0ca8a1c5ff06.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8c/01b2ef2eeb505fbefd61f9259fc1efe6607252.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8e/1f835fda19ed55b638b6b12a3e7b915cee5c67.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8e/9c577057888d7cbb483ef715c82c382bd5c336.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/8f/a6e26a96ba60a6e09cf077aa18315662361d69.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/93/0d328429cda5b5a8dd54c83b35c1db2ee63b78.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/95/79e51969a6382fe37fd1ea78db33f193e47ef6.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/96/36e82586a1ac3ddba76f5087ab633339917092.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/96/d6c5069ed4899d57ea3caf577a82c624ab391b.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/99/40ac0e3ba0ecc5558269549c6263304b5df09f.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/99/9d805943f21d8e05bc161b761cae56a30e569e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9b/afb561bc24c471b80c521cab19ac5dd0d3ddc8.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9d/e47a431fd30ef131c5e04f9a16dc3e9ca1152e.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/9e/13a2eb682d465518d3f345d3473546e38be1c8.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a3/3dd643400da82b6a8959de2edc55d64d0f1dc8.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a4/4b2b577a59392290d75eb69d342fcef154d85c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a6/ac066d2787390ea28e4425422c4a07d64ff6af.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/a8/ead1184914a8f7a525132154193b7daea318f9.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ac/5cd228b496e9c58f72468c4c3fc3b102fce790.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ac/c5ebd519834a57e0d1db37666289acb578dd83.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ad/986859907f53292bc018307da8a7e99ef8d1df.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b1/41f9cf3f58d05736c7308f7b9871523c3f36c2.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b3/19fcf6e077307130f4fa651f1d3698c987262d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b6/e4efd3bf20d98a40b5ca72029b68d2efa9b767.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b7/75633de3e363a9691e0e48d36ebd5eda516a7d.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/b8/1bd5a664d89ec3d21459cff009c96fbd96f29c.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c1/2dcf4dd68f698001dcf994db957485d0bfecff.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c6/8cca5bf8788c2c04966f7e4a9c2134a3510aaf.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c7/4ea16586adbe2a8ff66b1e6255aa55a5d5bdc2.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/c9/5f0f58b3379f7ec0af5f70fbf3fd3d791dbe8a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/cb/978a01763c940a139818a2fc28e7da58bd88ad.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/cf/3ee2f8fca6a4c74c181841cc7446a6b74bd712.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/cf/85558b453876caa434d941a15b22a174bfdfbe.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d5/3becf74541d7366048f0bcb803de17b9039cbd.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/d9/55f367ea5a95f1869f441b99a7324f2d2c0f87.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/da/e8259ae961da4c75375de7ca7cc59914cdf2ef.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/db/abbca73eb51278ef160a6b5402fde5d7cf4497.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/db/b847d147bd514f95e497d5ad2b67ffc0aaca61.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/de/2b942f7436fbcb2668b7cb836d133fec885d6a.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/df/0435b39c7ce7b8dc7a745736c5dc8addca2182.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e5/2d7a4c8a117edfc5256c41d96402f017df5d16.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e6/08b505570b8f80e8313cad598b99d0239f14a8.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/e7/be8f9c65ec30229a8da564202e023b14d04871.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ec/cdcfc09d848985fb8484d80b18292c9bff4bc0.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f2/1e168c5c7189e3de9aaff2e13acc3e0b710472.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f2/ef28e172e21ef9987a051bfbd5d4dc7c0d2005.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/f6/f39fbc6c49c16ed91776e051879c4cc670d1af.debug
-rw-r--r--  root/root   /usr/lib/debug/.build-id/ff/3bc7ecb7889a35045a522b2582984bdea0cde5.debug

Control files of package condor: lines which differ (wdiff format)
------------------------------------------------------------------
Installed-Size: [-44-] {+45+}
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Control files of package condor-dbg: lines which differ (wdiff format)
----------------------------------------------------------------------
Installed-Size: [-44-] {+45+}
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Control files of package condor-dev: lines which differ (wdiff format)
----------------------------------------------------------------------
Installed-Size: [-44-] {+45+}
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Control files of package condor-doc: lines which differ (wdiff format)
----------------------------------------------------------------------
Installed-Size: [-44-] {+45+}
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Control files of package htcondor: lines which differ (wdiff format)
--------------------------------------------------------------------
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.15), libcgroup1 (>= 0.37.1), libclassad7, libcomerr2 (>= 1.01), libcurl3 (>= 7.16.2), libexpat1 (>= 2.0.1), libgcc1 (>= 1:4.1.1), libglobus-callout0 (>= 3), libglobus-common0 (>= 15), libglobus-ftp-client2 (>= 7), libglobus-gass-transfer2 (>= 7), libglobus-gram-client3 (>= 12), libglobus-gram-protocol3 (>= 11), libglobus-gsi-callback0 (>= 4), libglobus-gsi-cert-utils0 (>= 8), libglobus-gsi-credential1 (>= 6), libglobus-gsi-openssl-error0 (>= 2), libglobus-gsi-proxy-core0 (>= 6), libglobus-gsi-proxy-ssl1 (>= 4), libglobus-gsi-sysconfig1 (>= 5), libglobus-gss-assist3 (>= 9), libglobus-gssapi-error2 (>= 4), libglobus-gssapi-gsi4 (>= 10), libglobus-io3 (>= [-9),-] {+11),+} libglobus-openssl-module0 (>= 3), libglobus-rsl2 (>= 9), libglobus-xio0 (>= 3), libgsoap5, libgssapi-krb5-2 (>= 1.6.dfsg.2), libk5crypto3 (>= 1.6.dfsg.2), libkrb5-3 (>= 1.10+dfsg~), libkrb5support0 (>= 1.7dfsg~beta2), libldap-2.4-2 (>= 2.4.7), libltdl7 (>= 2.4.2), li
 bpcre3 (>= [-8.10),-] {+8.35),+} libssl1.0.0 (>= 1.0.0), libstdc++6 (>= 4.9), libuuid1 (>= 2.16), libvirt0 (>= 0.5.0), libx11-6, zlib1g (>= 1:1.1.4), python, perl, adduser, libdate-manip-perl
Installed-Size: [-14998-] {+15009+}
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Control files of package htcondor-dbg: lines which differ (wdiff format)
------------------------------------------------------------------------
Depends: htcondor (= [-8.2.3~dfsg.1-3)-] {+8.2.3~dfsg.1-4)+}
Installed-Size: [-35819-] {+35805+}
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Control files of package htcondor-dev: lines which differ (wdiff format)
------------------------------------------------------------------------
Installed-Size: [-1469-] {+1470+}
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Control files of package htcondor-doc: lines which differ (wdiff format)
------------------------------------------------------------------------
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Control files of package libclassad-dev: lines which differ (wdiff format)
--------------------------------------------------------------------------
Depends: libclassad7 (= [-8.2.3~dfsg.1-3)-] {+8.2.3~dfsg.1-4)+}
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Control files of package libclassad7: lines which differ (wdiff format)
-----------------------------------------------------------------------
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libpcre3 (>= [-8.10),-] {+8.35),+} libstdc++6 (>= 4.9)
Installed-Size: [-636-] {+637+}
Version: [-8.2.3~dfsg.1-3-] {+8.2.3~dfsg.1-4+}

Reply to: