<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 02:57:38 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-1644] CLONE -debian changelog malformed</title>
                <link>https://jira.mongodb.org/browse/SERVER-1644</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The file debian/changelog, both in head and 1.5.1 has a malformed line.   The packages will probably not build on any Debian system, but I&apos;ve only tested Ubuntu Lucid and Hardy.&lt;/p&gt;

&lt;p&gt;Fix is simple, change the line:&lt;br/&gt;
&amp;#8211; Richard Kreuter &amp;lt;richard@10gen.com&amp;gt;  Wed, 22 3 May 2010 16:56:28 -0500&lt;br/&gt;
To:&lt;br/&gt;
&amp;#8211; Richard Kreuter &amp;lt;richard@10gen.com&amp;gt;  Wed, 3 May 2010 16:56:28 -0500&lt;/p&gt;

&lt;p&gt;Here&apos;s the log:&lt;br/&gt;
$ debuild&lt;br/&gt;
parsechangelog/debian: warning:     debian/changelog(l5): badly formatted trailer line&lt;br/&gt;
LINE:  &amp;#8211; Richard Kreuter &amp;lt;richard@10gen.com&amp;gt;  Wed, 22 3 May 2010 16:56:28 -0500&lt;br/&gt;
parsechangelog/debian: warning:     debian/changelog(l7): found start of entry where expected more change data or trailer&lt;br/&gt;
LINE: mongodb (1.5.0) unstable; urgency=low&lt;br/&gt;
parsechangelog/debian: warning:     debian/changelog(l7): found eof where expected more change data or trailer&lt;br/&gt;
 dpkg-buildpackage -rfakeroot -D -us -uc&lt;/p&gt;
</description>
                <environment>Ubuntu Lucid, Ubuntu Hardy</environment>
        <key id="12850">SERVER-1644</key>
            <summary>CLONE -debian changelog malformed</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="9">Done</resolution>
                                        <assignee username="eliot">Eliot Horowitz</assignee>
                                    <reporter username="maz">Matthias Witte</reporter>
                        <labels>
                    </labels>
                <created>Fri, 20 Aug 2010 15:11:42 +0000</created>
                <updated>Tue, 12 Jul 2016 00:18:00 +0000</updated>
                            <resolved>Fri, 20 Aug 2010 15:54:47 +0000</resolved>
                                    <version>1.5.1</version>
                                    <fixVersion>1.6.2</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="17112" author="eliot" created="Fri, 20 Aug 2010 15:54:47 +0000"  >&lt;p&gt;Can you try with the HEAD of the v1.6 branch now&lt;/p&gt;</comment>
                            <comment id="17107" author="maz" created="Fri, 20 Aug 2010 15:46:02 +0000"  >&lt;p&gt;I&apos;d like to reopen this issue since the 1.6.0 and 1.6.1 changelog contain consistently broken debian&lt;br/&gt;
changelogs.&lt;/p&gt;

&lt;p&gt;Beginning with release 1.5.8 the maintainer line for each changelog stanza is missing.&lt;/p&gt;

&lt;p&gt;Additionally the package line for the 1.6.1 release still uses the 1.6.0 version number.&lt;/p&gt;

&lt;p&gt;I&apos;d like to suggest using &apos;dch&apos; from the debian package &apos;devscripts&apos; to maintain the debian changelog.&lt;/p&gt;

&lt;p&gt;This would work as follows:&lt;/p&gt;

&lt;p&gt;for a new release:&lt;/p&gt;

&lt;p&gt;foo@bar: packagetopdir$ dch -i &quot;New release&quot;&lt;/p&gt;

&lt;p&gt;Adding changelog entries to this release:&lt;/p&gt;

&lt;p&gt;foo@bar: packagetopdir$ dch -a &quot;fixed baz&quot;&lt;/p&gt;

&lt;p&gt;We have a build system where we use git-buildpackage to track the 10gen releases and upload packages&lt;br/&gt;
into our company&apos;s dev, stage and live repository.&lt;/p&gt;

&lt;p&gt;With a &apos;debian/watch&apos; file containing:&lt;/p&gt;

&lt;p&gt;version=3&lt;/p&gt;

&lt;p&gt;opts=&quot;filenamemangle=s/.*r(1\.\d.\d+)/mongodb-$1.tar.gz/&quot; \&lt;br/&gt;
&lt;a href=&quot;http://github.com/mongodb/mongo/downloads&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://github.com/mongodb/mongo/downloads&lt;/a&gt; \&lt;br/&gt;
        /mongodb/mongo/tarball/r(\d\.\d+\.\d+) \&lt;br/&gt;
        debian git-import-orig&lt;/p&gt;

&lt;p&gt;this is just a matter of running &apos;uscan&apos; in &apos;packagetopdir&apos; and we would be ready for a new build. The broken&lt;br/&gt;
changelogs break this process.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 20 Aug 2010 15:54:47 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        13 years, 26 weeks, 5 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            13 years, 26 weeks, 5 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>eliot</customfieldvalue>
            <customfieldvalue>maz</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrph0f:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hriirb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>21691</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht0sdr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>