Skip to content

Commit

Permalink
Use https instead of http for links
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan authored Nov 8, 2016
1 parent d3a0207 commit ecf49ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/patches/01_ubuntu_changelog.dpatch
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ diff -urNad bug.153966.452564~/common/rpackage.cc bug.153966.452564/common/rpack
if(verstr.find(':')!=verstr.npos)
verstr=string(verstr, verstr.find(':')+1);

- snprintf(uri,512,"http://packages.debian.org/changelogs/pool/%s/%s/%s/%s_%s/changelog",
- snprintf(uri,512,"https://packages.debian.org/changelogs/pool/%s/%s/%s/%s_%s/changelog",
+ snprintf(uri,512,"http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog",
src_section.c_str(),
prefix.c_str(),
Expand All @@ -42,7 +42,7 @@ diff -urNad bug.153966.452564~/common/rpackage.cc bug.153966.452564/common/rpack
+ if(verstr.find(':')!=verstr.npos)
+ verstr=string(verstr, verstr.find(':')+1);
+ out << "The list of changes is not available yet.\n" << endl;
+ out << "Please use http://launchpad.net/ubuntu/+source/"<< srcPackage() <<
+ out << "Please use https://launchpad.net/ubuntu/+source/"<< srcPackage() <<
+ "/" << verstr << "/+changelog" << endl;
+ out << "until the changes become available or try again later." << endl;
+ } else {
Expand Down

0 comments on commit ecf49ac

Please sign in to comment.